Skip to content

Console Output

Started by user Andrii Berezovskyi
Running as Andrii Berezovskyi
Agent basic-mgz42 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-mgz42"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.lyo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-mgz42"
    - 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-mgz42"
    - 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-mgz42 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-SVeBDpLHvV6w/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_1619885226067174715.key (/home/jenkins/agent/workspace/lyo-validation-master@tmp/private_key_1619885226067174715.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 b460705f012b576caa0f2d094fd3ab979a33fd4f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b460705f012b576caa0f2d094fd3ab979a33fd4f # timeout=10
Commit message: "Update javadoc&sources plugins"
 > git rev-list --no-walk d6edb84e42101674b8c5867344ad1fc8fbe3b921 # timeout=10
[lyo-validation-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -B clean verify javadoc:aggregate
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------< org.eclipse.lyo:lyo-validation >-------------------
[INFO] Building lyo-validation 4.0.0.M2
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lyo-validation ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ lyo-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lyo-validation-master/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ lyo-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/lyo-validation-master/target/classes
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.java: /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.java uses or overrides a deprecated API.
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ lyo-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ lyo-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/lyo-validation-master/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ lyo-validation ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/lyo-validation-master/target/surefire-reports

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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: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:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:45.938 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {8350ed49-9012-4032-a727-beef2c0aa9b8 @rdf:rest d2507c02-5c1a-485a-b321-9d5bdd9cdc0a; 8350ed49-9012-4032-a727-beef2c0aa9b8 @rdf:first "A"; ac1e0364-2e82-42be-a209-dfedee99d2f6 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; ac1e0364-2e82-42be-a209-dfedee99d2f6 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; ac1e0364-2e82-42be-a209-dfedee99d2f6 @sh:path http://www.sampledomain.org/sam#aSetOfDates; ac1e0364-2e82-42be-a209-dfedee99d2f6 @rdf:type sh:Property; db0de32f-9b4d-4a6a-9c7a-27314724db7a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; db0de32f-9b4d-4a6a-9c7a-27314724db7a @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; db0de32f-9b4d-4a6a-9c7a-27314724db7a @sh:datatype http://www.w3.org/2001/XMLSchema#integer; db0de32f-9b4d-4a6a-9c7a-27314724db7a @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; db0de32f-9b4d-4a6a-9c7a-27314724db7a @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; db0de32f-9b4d-4a6a-9c7a-27314724db7a @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; db0de32f-9b4d-4a6a-9c7a-27314724db7a @rdf:type sh:Property; d8cc5323-c4f0-4d1a-800c-69f021f14bc7 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; d8cc5323-c4f0-4d1a-800c-69f021f14bc7 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; d8cc5323-c4f0-4d1a-800c-69f021f14bc7 @sh:path http://www.sampledomain.org/sam#integerProperty2; d8cc5323-c4f0-4d1a-800c-69f021f14bc7 @rdf:type sh:Property...} |  [8350ed49-9012-4032-a727-beef2c0aa9b8, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, d2507c02-5c1a-485a-b321-9d5bdd9cdc0a] [8350ed49-9012-4032-a727-beef2c0aa9b8, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [ac1e0364-2e82-42be-a209-dfedee99d2f6, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ac1e0364-2e82-42be-a209-dfedee99d2f6, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ac1e0364-2e82-42be-a209-dfedee99d2f6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [ac1e0364-2e82-42be-a209-dfedee99d2f6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [db0de32f-9b4d-4a6a-9c7a-27314724db7a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [db0de32f-9b4d-4a6a-9c7a-27314724db7a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [db0de32f-9b4d-4a6a-9c7a-27314724db7a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [db0de32f-9b4d-4a6a-9c7a-27314724db7a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [db0de32f-9b4d-4a6a-9c7a-27314724db7a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [db0de32f-9b4d-4a6a-9c7a-27314724db7a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [db0de32f-9b4d-4a6a-9c7a-27314724db7a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d8cc5323-c4f0-4d1a-800c-69f021f14bc7, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d8cc5323-c4f0-4d1a-800c-69f021f14bc7, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d8cc5323-c4f0-4d1a-800c-69f021f14bc7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [d8cc5323-c4f0-4d1a-800c-69f021f14bc7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a5ed6002-2c35-4857-ba51-1a1191b2396f, http://www.w3.org/ns/shacl#in, 8350ed49-9012-4032-a727-beef2c0aa9b8] [a5ed6002-2c35-4857-ba51-1a1191b2396f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [a5ed6002-2c35-4857-ba51-1a1191b2396f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c0bd6a11-cb91-420c-b703-0302f078e036, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c0bd6a11-cb91-420c-b703-0302f078e036, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c0bd6a11-cb91-420c-b703-0302f078e036, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c0bd6a11-cb91-420c-b703-0302f078e036, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c0bd6a11-cb91-420c-b703-0302f078e036, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c0bd6a11-cb91-420c-b703-0302f078e036, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [c0bd6a11-cb91-420c-b703-0302f078e036, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5312c123-c58b-4374-83f0-51cb34a3d123, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [5312c123-c58b-4374-83f0-51cb34a3d123, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [5312c123-c58b-4374-83f0-51cb34a3d123, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [5312c123-c58b-4374-83f0-51cb34a3d123, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9, http://www.w3.org/ns/shacl#pattern, "^B"] [83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2965f0f6-dd4d-4a8d-af6a-bb05a6cb401a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [2965f0f6-dd4d-4a8d-af6a-bb05a6cb401a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [90d0f19a-ff44-4f36-ab48-0443977aa6fa, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [90d0f19a-ff44-4f36-ab48-0443977aa6fa, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [90d0f19a-ff44-4f36-ab48-0443977aa6fa, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d2507c02-5c1a-485a-b321-9d5bdd9cdc0a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2965f0f6-dd4d-4a8d-af6a-bb05a6cb401a] [d2507c02-5c1a-485a-b321-9d5bdd9cdc0a, 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, 83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d8cc5323-c4f0-4d1a-800c-69f021f14bc7] [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, 90d0f19a-ff44-4f36-ab48-0443977aa6fa] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a5ed6002-2c35-4857-ba51-1a1191b2396f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ac1e0364-2e82-42be-a209-dfedee99d2f6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c0bd6a11-cb91-420c-b703-0302f078e036] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, db0de32f-9b4d-4a6a-9c7a-27314724db7a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5312c123-c58b-4374-83f0-51cb34a3d123]>
21:52:46.249 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:46.394 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:46.415 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:c0bd6a11-cb91-420c-b703-0302f078e036,_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9,_:5312c123-c58b-4374-83f0-51cb34a3d123,_:ac1e0364-2e82-42be-a209-dfedee99d2f6,_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7,_:db0de32f-9b4d-4a6a-9c7a-27314724db7a,_:90d0f19a-ff44-4f36-ab48-0443977aa6fa,_:a5ed6002-2c35-4857-ba51-1a1191b2396f. Pending nodes: 
21:52:46.419 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0bd6a11-cb91-420c-b703-0302f078e036
21:52:46.429 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9
21:52:46.435 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5312c123-c58b-4374-83f0-51cb34a3d123
21:52:46.439 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ac1e0364-2e82-42be-a209-dfedee99d2f6
21:52:46.443 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d8cc5323-c4f0-4d1a-800c-69f021f14bc7
21:52:46.447 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:db0de32f-9b4d-4a6a-9c7a-27314724db7a
21:52:46.450 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:90d0f19a-ff44-4f36-ab48-0443977aa6fa
21:52:46.456 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a5ed6002-2c35-4857-ba51-1a1191b2396f
21:52:46.488 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:46.523 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a5ed6002-2c35-4857-ba51-1a1191b2396f
21:52:46.524 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:90d0f19a-ff44-4f36-ab48-0443977aa6fa
21:52:46.524 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:db0de32f-9b4d-4a6a-9c7a-27314724db7a
21:52:46.524 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d8cc5323-c4f0-4d1a-800c-69f021f14bc7
21:52:46.524 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ac1e0364-2e82-42be-a209-dfedee99d2f6
21:52:46.524 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5312c123-c58b-4374-83f0-51cb34a3d123
21:52:46.524 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9
21:52:46.524 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0bd6a11-cb91-420c-b703-0302f078e036
21:52:46.542 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:46.548 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:46.555 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:46.555 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:46.556 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:46.565 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c0bd6a11-cb91-420c-b703-0302f078e036,_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9,_:5312c123-c58b-4374-83f0-51cb34a3d123,_:ac1e0364-2e82-42be-a209-dfedee99d2f6,_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7,_:db0de32f-9b4d-4a6a-9c7a-27314724db7a,_:90d0f19a-ff44-4f36-ab48-0443977aa6fa,_:a5ed6002-2c35-4857-ba51-1a1191b2396f)
21:52:46.569 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0bd6a11-cb91-420c-b703-0302f078e036)
21:52:46.572 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9)
21:52:46.572 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5312c123-c58b-4374-83f0-51cb34a3d123)
21:52:46.573 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ac1e0364-2e82-42be-a209-dfedee99d2f6)
21:52:46.573 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7)
21:52:46.573 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:db0de32f-9b4d-4a6a-9c7a-27314724db7a)
21:52:46.574 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:90d0f19a-ff44-4f36-ab48-0443977aa6fa)
21:52:46.574 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a5ed6002-2c35-4857-ba51-1a1191b2396f)
21:52:46.583 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.584 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.657 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.657 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.658 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.658 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.666 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.666 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.666 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c0bd6a11-cb91-420c-b703-0302f078e036],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:46.668 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.668 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.686 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0bd6a11-cb91-420c-b703-0302f078e036=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c0bd6a11-cb91-420c-b703-0302f078e036), ShapeRef(_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9), ShapeRef(_:5312c123-c58b-4374-83f0-51cb34a3d123), ShapeRef(_:ac1e0364-2e82-42be-a209-dfedee99d2f6), ShapeRef(_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7), ShapeRef(_:db0de32f-9b4d-4a6a-9c7a-27314724db7a), ShapeRef(_:90d0f19a-ff44-4f36-ab48-0443977aa6fa), ShapeRef(_:a5ed6002-2c35-4857-ba51-1a1191b2396f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c0bd6a11-cb91-420c-b703-0302f078e036,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:46.687 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.687 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.703 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.703 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.704 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:46.705 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c0bd6a11-cb91-420c-b703-0302f078e036), ShapeRef(_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9), ShapeRef(_:5312c123-c58b-4374-83f0-51cb34a3d123), ShapeRef(_:ac1e0364-2e82-42be-a209-dfedee99d2f6), ShapeRef(_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7), ShapeRef(_:db0de32f-9b4d-4a6a-9c7a-27314724db7a), ShapeRef(_:90d0f19a-ff44-4f36-ab48-0443977aa6fa), ShapeRef(_:a5ed6002-2c35-4857-ba51-1a1191b2396f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:46.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.708 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5312c123-c58b-4374-83f0-51cb34a3d123=ShapeTyping(TypingMap(Map()))
21:52:46.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.710 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:45.38Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ac1e0364-2e82-42be-a209-dfedee99d2f6],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:46.711 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ac1e0364-2e82-42be-a209-dfedee99d2f6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c0bd6a11-cb91-420c-b703-0302f078e036), ShapeRef(_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9), ShapeRef(_:5312c123-c58b-4374-83f0-51cb34a3d123), ShapeRef(_:ac1e0364-2e82-42be-a209-dfedee99d2f6), ShapeRef(_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7), ShapeRef(_:db0de32f-9b4d-4a6a-9c7a-27314724db7a), ShapeRef(_:90d0f19a-ff44-4f36-ab48-0443977aa6fa), ShapeRef(_:a5ed6002-2c35-4857-ba51-1a1191b2396f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ac1e0364-2e82-42be-a209-dfedee99d2f6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:46.711 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.711 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.721 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c0bd6a11-cb91-420c-b703-0302f078e036), ShapeRef(_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9), ShapeRef(_:5312c123-c58b-4374-83f0-51cb34a3d123), ShapeRef(_:ac1e0364-2e82-42be-a209-dfedee99d2f6), ShapeRef(_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7), ShapeRef(_:db0de32f-9b4d-4a6a-9c7a-27314724db7a), ShapeRef(_:90d0f19a-ff44-4f36-ab48-0443977aa6fa), ShapeRef(_:a5ed6002-2c35-4857-ba51-1a1191b2396f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxExclusive(15), 6 satisfies minExclusive(5))))))))
21:52:46.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.726 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:db0de32f-9b4d-4a6a-9c7a-27314724db7a],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:46.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.729 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:db0de32f-9b4d-4a6a-9c7a-27314724db7a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c0bd6a11-cb91-420c-b703-0302f078e036), ShapeRef(_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9), ShapeRef(_:5312c123-c58b-4374-83f0-51cb34a3d123), ShapeRef(_:ac1e0364-2e82-42be-a209-dfedee99d2f6), ShapeRef(_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7), ShapeRef(_:db0de32f-9b4d-4a6a-9c7a-27314724db7a), ShapeRef(_:90d0f19a-ff44-4f36-ab48-0443977aa6fa), ShapeRef(_:a5ed6002-2c35-4857-ba51-1a1191b2396f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:db0de32f-9b4d-4a6a-9c7a-27314724db7a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:46.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.730 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:90d0f19a-ff44-4f36-ab48-0443977aa6fa=ShapeTyping(TypingMap(Map()))
21:52:46.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:46.731 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a5ed6002-2c35-4857-ba51-1a1191b2396f=ShapeTyping(TypingMap(Map()))
21:52:46.780 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c0bd6a11-cb91-420c-b703-0302f078e036,_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9,_:5312c123-c58b-4374-83f0-51cb34a3d123,_:ac1e0364-2e82-42be-a209-dfedee99d2f6,_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7,_:db0de32f-9b4d-4a6a-9c7a-27314724db7a,_:90d0f19a-ff44-4f36-ab48-0443977aa6fa,_:a5ed6002-2c35-4857-ba51-1a1191b2396f)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c0bd6a11-cb91-420c-b703-0302f078e036), ShapeRef(_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9), ShapeRef(_:5312c123-c58b-4374-83f0-51cb34a3d123), ShapeRef(_:ac1e0364-2e82-42be-a209-dfedee99d2f6), ShapeRef(_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7), ShapeRef(_:db0de32f-9b4d-4a6a-9c7a-27314724db7a), ShapeRef(_:90d0f19a-ff44-4f36-ab48-0443977aa6fa), ShapeRef(_:a5ed6002-2c35-4857-ba51-1a1191b2396f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7,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(_:c0bd6a11-cb91-420c-b703-0302f078e036,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:db0de32f-9b4d-4a6a-9c7a-27314724db7a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:ac1e0364-2e82-42be-a209-dfedee99d2f6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:46.785 [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(_:c0bd6a11-cb91-420c-b703-0302f078e036), ShapeRef(_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9), ShapeRef(_:5312c123-c58b-4374-83f0-51cb34a3d123), ShapeRef(_:ac1e0364-2e82-42be-a209-dfedee99d2f6), ShapeRef(_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7), ShapeRef(_:db0de32f-9b4d-4a6a-9c7a-27314724db7a), ShapeRef(_:90d0f19a-ff44-4f36-ab48-0443977aa6fa), ShapeRef(_:a5ed6002-2c35-4857-ba51-1a1191b2396f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7,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(_:c0bd6a11-cb91-420c-b703-0302f078e036,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:db0de32f-9b4d-4a6a-9c7a-27314724db7a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:ac1e0364-2e82-42be-a209-dfedee99d2f6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:46.786 [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(_:c0bd6a11-cb91-420c-b703-0302f078e036), ShapeRef(_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9), ShapeRef(_:5312c123-c58b-4374-83f0-51cb34a3d123), ShapeRef(_:ac1e0364-2e82-42be-a209-dfedee99d2f6), ShapeRef(_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7), ShapeRef(_:db0de32f-9b4d-4a6a-9c7a-27314724db7a), ShapeRef(_:90d0f19a-ff44-4f36-ab48-0443977aa6fa), ShapeRef(_:a5ed6002-2c35-4857-ba51-1a1191b2396f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d8cc5323-c4f0-4d1a-800c-69f021f14bc7,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(_:c0bd6a11-cb91-420c-b703-0302f078e036,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:db0de32f-9b4d-4a6a-9c7a-27314724db7a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:ac1e0364-2e82-42be-a209-dfedee99d2f6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:46.792 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a5ed6002-2c35-4857-ba51-1a1191b2396f = 
21:52:46.792 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a5ed6002-2c35-4857-ba51-1a1191b2396f = 
21:52:46.792 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a5ed6002-2c35-4857-ba51-1a1191b2396f: 
21:52:46.793 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:90d0f19a-ff44-4f36-ab48-0443977aa6fa = 
21:52:46.793 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:90d0f19a-ff44-4f36-ab48-0443977aa6fa = 
21:52:46.793 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:90d0f19a-ff44-4f36-ab48-0443977aa6fa: 
21:52:46.794 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:db0de32f-9b4d-4a6a-9c7a-27314724db7a = 
21:52:46.794 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:db0de32f-9b4d-4a6a-9c7a-27314724db7a = 
21:52:46.794 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:db0de32f-9b4d-4a6a-9c7a-27314724db7a: 
21:52:46.794 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d8cc5323-c4f0-4d1a-800c-69f021f14bc7 = 
21:52:46.794 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d8cc5323-c4f0-4d1a-800c-69f021f14bc7 = 
21:52:46.794 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d8cc5323-c4f0-4d1a-800c-69f021f14bc7: 
21:52:46.795 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ac1e0364-2e82-42be-a209-dfedee99d2f6 = 
21:52:46.795 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ac1e0364-2e82-42be-a209-dfedee99d2f6 = 
21:52:46.795 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ac1e0364-2e82-42be-a209-dfedee99d2f6: 
21:52:46.795 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5312c123-c58b-4374-83f0-51cb34a3d123 = 
21:52:46.796 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5312c123-c58b-4374-83f0-51cb34a3d123 = 
21:52:46.796 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5312c123-c58b-4374-83f0-51cb34a3d123: 
21:52:46.796 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9 = 
21:52:46.796 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9 = 
21:52:46.796 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:83cf525f-f3ec-4243-a1ce-dfc0e5ba82c9: 
21:52:46.797 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0bd6a11-cb91-420c-b703-0302f078e036 = 
21:52:46.797 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0bd6a11-cb91-420c-b703-0302f078e036 = 
21:52:46.797 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0bd6a11-cb91-420c-b703-0302f078e036: 
21:52:46.882 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:47.419 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {9a533fd7-ef8b-45bd-999b-08d9b01312cb @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 9a533fd7-ef8b-45bd-999b-08d9b01312cb @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 9a533fd7-ef8b-45bd-999b-08d9b01312cb @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 9a533fd7-ef8b-45bd-999b-08d9b01312cb @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 9a533fd7-ef8b-45bd-999b-08d9b01312cb @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 9a533fd7-ef8b-45bd-999b-08d9b01312cb @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 9a533fd7-ef8b-45bd-999b-08d9b01312cb @rdf:type sh:Property; ed855adb-9cda-4d37-aa3b-5d92d47d009a @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; ed855adb-9cda-4d37-aa3b-5d92d47d009a @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; ed855adb-9cda-4d37-aa3b-5d92d47d009a @sh:path http://www.sampledomain.org/sam#aSetOfDates; ed855adb-9cda-4d37-aa3b-5d92d47d009a @rdf:type sh:Property; d5d8573a-4519-4013-bf12-5a99b06ef244 @sh:class http://www.sampledomain.org/sam#AnotherResource; d5d8573a-4519-4013-bf12-5a99b06ef244 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; d5d8573a-4519-4013-bf12-5a99b06ef244 @rdf:type sh:Property; a488a9ad-3950-4007-a32d-800245d3a724 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; a488a9ad-3950-4007-a32d-800245d3a724 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; a488a9ad-3950-4007-a32d-800245d3a724 @sh:path http://www.sampledomain.org/sam#integerProperty2...} |  [9a533fd7-ef8b-45bd-999b-08d9b01312cb, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9a533fd7-ef8b-45bd-999b-08d9b01312cb, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9a533fd7-ef8b-45bd-999b-08d9b01312cb, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [9a533fd7-ef8b-45bd-999b-08d9b01312cb, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9a533fd7-ef8b-45bd-999b-08d9b01312cb, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9a533fd7-ef8b-45bd-999b-08d9b01312cb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [9a533fd7-ef8b-45bd-999b-08d9b01312cb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ed855adb-9cda-4d37-aa3b-5d92d47d009a, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ed855adb-9cda-4d37-aa3b-5d92d47d009a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ed855adb-9cda-4d37-aa3b-5d92d47d009a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [ed855adb-9cda-4d37-aa3b-5d92d47d009a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d5d8573a-4519-4013-bf12-5a99b06ef244, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [d5d8573a-4519-4013-bf12-5a99b06ef244, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [d5d8573a-4519-4013-bf12-5a99b06ef244, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a488a9ad-3950-4007-a32d-800245d3a724, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a488a9ad-3950-4007-a32d-800245d3a724, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a488a9ad-3950-4007-a32d-800245d3a724, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [a488a9ad-3950-4007-a32d-800245d3a724, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c841de5a-76f4-455a-a43b-2d46a63a100f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [c841de5a-76f4-455a-a43b-2d46a63a100f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [276e157d-7f56-4290-94b2-2e11f7110776, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [276e157d-7f56-4290-94b2-2e11f7110776, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [276e157d-7f56-4290-94b2-2e11f7110776, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [276e157d-7f56-4290-94b2-2e11f7110776, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [de9b410c-dfc4-4c4d-9e4e-25abcb37a729, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c841de5a-76f4-455a-a43b-2d46a63a100f] [de9b410c-dfc4-4c4d-9e4e-25abcb37a729, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [14d53fe8-c228-4725-bcfb-0a6346976c21, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [14d53fe8-c228-4725-bcfb-0a6346976c21, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [14d53fe8-c228-4725-bcfb-0a6346976c21, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [14d53fe8-c228-4725-bcfb-0a6346976c21, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [14d53fe8-c228-4725-bcfb-0a6346976c21, http://www.w3.org/ns/shacl#pattern, "^B"] [14d53fe8-c228-4725-bcfb-0a6346976c21, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [14d53fe8-c228-4725-bcfb-0a6346976c21, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [14d53fe8-c228-4725-bcfb-0a6346976c21, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [daf4b484-d380-4fb0-8934-596759110758, http://www.w3.org/ns/shacl#in, 16023320-134c-4ed5-9191-62cc89e18337] [daf4b484-d380-4fb0-8934-596759110758, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [daf4b484-d380-4fb0-8934-596759110758, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [16023320-134c-4ed5-9191-62cc89e18337, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, de9b410c-dfc4-4c4d-9e4e-25abcb37a729] [16023320-134c-4ed5-9191-62cc89e18337, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [8d949ea2-6eba-463e-ba7a-421f9757f65e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8d949ea2-6eba-463e-ba7a-421f9757f65e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8d949ea2-6eba-463e-ba7a-421f9757f65e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8d949ea2-6eba-463e-ba7a-421f9757f65e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8d949ea2-6eba-463e-ba7a-421f9757f65e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8d949ea2-6eba-463e-ba7a-421f9757f65e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [8d949ea2-6eba-463e-ba7a-421f9757f65e, 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, 9a533fd7-ef8b-45bd-999b-08d9b01312cb] [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, daf4b484-d380-4fb0-8934-596759110758] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 276e157d-7f56-4290-94b2-2e11f7110776] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8d949ea2-6eba-463e-ba7a-421f9757f65e] [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, ed855adb-9cda-4d37-aa3b-5d92d47d009a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 14d53fe8-c228-4725-bcfb-0a6346976c21] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a488a9ad-3950-4007-a32d-800245d3a724] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d5d8573a-4519-4013-bf12-5a99b06ef244]>
21:52:47.420 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:47.423 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:47.426 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:8d949ea2-6eba-463e-ba7a-421f9757f65e,_:ed855adb-9cda-4d37-aa3b-5d92d47d009a,_:9a533fd7-ef8b-45bd-999b-08d9b01312cb,_:14d53fe8-c228-4725-bcfb-0a6346976c21,_:daf4b484-d380-4fb0-8934-596759110758,_:a488a9ad-3950-4007-a32d-800245d3a724,_:276e157d-7f56-4290-94b2-2e11f7110776,_:d5d8573a-4519-4013-bf12-5a99b06ef244. Pending nodes: 
21:52:47.426 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8d949ea2-6eba-463e-ba7a-421f9757f65e
21:52:47.429 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ed855adb-9cda-4d37-aa3b-5d92d47d009a
21:52:47.430 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9a533fd7-ef8b-45bd-999b-08d9b01312cb
21:52:47.433 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:14d53fe8-c228-4725-bcfb-0a6346976c21
21:52:47.435 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:daf4b484-d380-4fb0-8934-596759110758
21:52:47.436 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a488a9ad-3950-4007-a32d-800245d3a724
21:52:47.481 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:276e157d-7f56-4290-94b2-2e11f7110776
21:52:47.482 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d5d8573a-4519-4013-bf12-5a99b06ef244
21:52:47.483 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d5d8573a-4519-4013-bf12-5a99b06ef244
21:52:47.483 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:276e157d-7f56-4290-94b2-2e11f7110776
21:52:47.484 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a488a9ad-3950-4007-a32d-800245d3a724
21:52:47.484 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:47.484 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:daf4b484-d380-4fb0-8934-596759110758
21:52:47.484 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:14d53fe8-c228-4725-bcfb-0a6346976c21
21:52:47.484 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9a533fd7-ef8b-45bd-999b-08d9b01312cb
21:52:47.484 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ed855adb-9cda-4d37-aa3b-5d92d47d009a
21:52:47.484 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8d949ea2-6eba-463e-ba7a-421f9757f65e
21:52:47.484 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d5d8573a-4519-4013-bf12-5a99b06ef244 = 
21:52:47.485 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d5d8573a-4519-4013-bf12-5a99b06ef244 = 
21:52:47.485 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d5d8573a-4519-4013-bf12-5a99b06ef244: 
21:52:47.485 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:276e157d-7f56-4290-94b2-2e11f7110776 = 
21:52:47.485 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:276e157d-7f56-4290-94b2-2e11f7110776 = 
21:52:47.485 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:276e157d-7f56-4290-94b2-2e11f7110776: 
21:52:47.485 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a488a9ad-3950-4007-a32d-800245d3a724 = 
21:52:47.486 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a488a9ad-3950-4007-a32d-800245d3a724 = 
21:52:47.486 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a488a9ad-3950-4007-a32d-800245d3a724: 
21:52:47.486 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:47.486 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:47.486 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:47.486 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:47.486 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:47.487 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:8d949ea2-6eba-463e-ba7a-421f9757f65e,_:ed855adb-9cda-4d37-aa3b-5d92d47d009a,_:9a533fd7-ef8b-45bd-999b-08d9b01312cb,_:14d53fe8-c228-4725-bcfb-0a6346976c21,_:daf4b484-d380-4fb0-8934-596759110758,_:a488a9ad-3950-4007-a32d-800245d3a724,_:276e157d-7f56-4290-94b2-2e11f7110776,_:d5d8573a-4519-4013-bf12-5a99b06ef244)
21:52:47.487 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8d949ea2-6eba-463e-ba7a-421f9757f65e)
21:52:47.487 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ed855adb-9cda-4d37-aa3b-5d92d47d009a)
21:52:47.487 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9a533fd7-ef8b-45bd-999b-08d9b01312cb)
21:52:47.488 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:14d53fe8-c228-4725-bcfb-0a6346976c21)
21:52:47.488 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:daf4b484-d380-4fb0-8934-596759110758)
21:52:47.488 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a488a9ad-3950-4007-a32d-800245d3a724)
21:52:47.488 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:276e157d-7f56-4290-94b2-2e11f7110776)
21:52:47.488 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d5d8573a-4519-4013-bf12-5a99b06ef244)
21:52:47.488 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.489 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.490 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.490 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.491 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.491 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.492 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.492 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.493 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8d949ea2-6eba-463e-ba7a-421f9757f65e],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:47.493 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.493 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.495 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8d949ea2-6eba-463e-ba7a-421f9757f65e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8d949ea2-6eba-463e-ba7a-421f9757f65e), ShapeRef(_:ed855adb-9cda-4d37-aa3b-5d92d47d009a), ShapeRef(_:9a533fd7-ef8b-45bd-999b-08d9b01312cb), ShapeRef(_:14d53fe8-c228-4725-bcfb-0a6346976c21), ShapeRef(_:daf4b484-d380-4fb0-8934-596759110758), ShapeRef(_:a488a9ad-3950-4007-a32d-800245d3a724), ShapeRef(_:276e157d-7f56-4290-94b2-2e11f7110776), ShapeRef(_:d5d8573a-4519-4013-bf12-5a99b06ef244)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8d949ea2-6eba-463e-ba7a-421f9757f65e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:47.495 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.495 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.496 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.496 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.496 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:47.405Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ed855adb-9cda-4d37-aa3b-5d92d47d009a],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:47.497 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ed855adb-9cda-4d37-aa3b-5d92d47d009a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8d949ea2-6eba-463e-ba7a-421f9757f65e), ShapeRef(_:ed855adb-9cda-4d37-aa3b-5d92d47d009a), ShapeRef(_:9a533fd7-ef8b-45bd-999b-08d9b01312cb), ShapeRef(_:14d53fe8-c228-4725-bcfb-0a6346976c21), ShapeRef(_:daf4b484-d380-4fb0-8934-596759110758), ShapeRef(_:a488a9ad-3950-4007-a32d-800245d3a724), ShapeRef(_:276e157d-7f56-4290-94b2-2e11f7110776), ShapeRef(_:d5d8573a-4519-4013-bf12-5a99b06ef244)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ed855adb-9cda-4d37-aa3b-5d92d47d009a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.497 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.497 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.500 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9a533fd7-ef8b-45bd-999b-08d9b01312cb],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:47.500 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.500 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.501 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9a533fd7-ef8b-45bd-999b-08d9b01312cb=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8d949ea2-6eba-463e-ba7a-421f9757f65e), ShapeRef(_:ed855adb-9cda-4d37-aa3b-5d92d47d009a), ShapeRef(_:9a533fd7-ef8b-45bd-999b-08d9b01312cb), ShapeRef(_:14d53fe8-c228-4725-bcfb-0a6346976c21), ShapeRef(_:daf4b484-d380-4fb0-8934-596759110758), ShapeRef(_:a488a9ad-3950-4007-a32d-800245d3a724), ShapeRef(_:276e157d-7f56-4290-94b2-2e11f7110776), ShapeRef(_:d5d8573a-4519-4013-bf12-5a99b06ef244)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9a533fd7-ef8b-45bd-999b-08d9b01312cb,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.505 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.505 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.505 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.506 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:14d53fe8-c228-4725-bcfb-0a6346976c21],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:47.507 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:14d53fe8-c228-4725-bcfb-0a6346976c21=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8d949ea2-6eba-463e-ba7a-421f9757f65e), ShapeRef(_:ed855adb-9cda-4d37-aa3b-5d92d47d009a), ShapeRef(_:9a533fd7-ef8b-45bd-999b-08d9b01312cb), ShapeRef(_:14d53fe8-c228-4725-bcfb-0a6346976c21), ShapeRef(_:daf4b484-d380-4fb0-8934-596759110758), ShapeRef(_:a488a9ad-3950-4007-a32d-800245d3a724), ShapeRef(_:276e157d-7f56-4290-94b2-2e11f7110776), ShapeRef(_:d5d8573a-4519-4013-bf12-5a99b06ef244)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:14d53fe8-c228-4725-bcfb-0a6346976c21,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.508 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:daf4b484-d380-4fb0-8934-596759110758=ShapeTyping(TypingMap(Map()))
21:52:47.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.583 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a488a9ad-3950-4007-a32d-800245d3a724=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8d949ea2-6eba-463e-ba7a-421f9757f65e), ShapeRef(_:ed855adb-9cda-4d37-aa3b-5d92d47d009a), ShapeRef(_:9a533fd7-ef8b-45bd-999b-08d9b01312cb), ShapeRef(_:14d53fe8-c228-4725-bcfb-0a6346976c21), ShapeRef(_:daf4b484-d380-4fb0-8934-596759110758), ShapeRef(_:a488a9ad-3950-4007-a32d-800245d3a724), ShapeRef(_:276e157d-7f56-4290-94b2-2e11f7110776), ShapeRef(_:d5d8573a-4519-4013-bf12-5a99b06ef244)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a488a9ad-3950-4007-a32d-800245d3a724,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 5: LiteralValue("minExclusive violation. Expected 5 > 5"))))))))
21:52:47.583 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.583 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.584 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.584 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.585 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:276e157d-7f56-4290-94b2-2e11f7110776=ShapeTyping(TypingMap(Map()))
21:52:47.585 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.585 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.586 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d5d8573a-4519-4013-bf12-5a99b06ef244=ShapeTyping(TypingMap(Map()))
21:52:47.586 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:8d949ea2-6eba-463e-ba7a-421f9757f65e,_:ed855adb-9cda-4d37-aa3b-5d92d47d009a,_:9a533fd7-ef8b-45bd-999b-08d9b01312cb,_:14d53fe8-c228-4725-bcfb-0a6346976c21,_:daf4b484-d380-4fb0-8934-596759110758,_:a488a9ad-3950-4007-a32d-800245d3a724,_:276e157d-7f56-4290-94b2-2e11f7110776,_:d5d8573a-4519-4013-bf12-5a99b06ef244)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8d949ea2-6eba-463e-ba7a-421f9757f65e), ShapeRef(_:ed855adb-9cda-4d37-aa3b-5d92d47d009a), ShapeRef(_:9a533fd7-ef8b-45bd-999b-08d9b01312cb), ShapeRef(_:14d53fe8-c228-4725-bcfb-0a6346976c21), ShapeRef(_:daf4b484-d380-4fb0-8934-596759110758), ShapeRef(_:a488a9ad-3950-4007-a32d-800245d3a724), ShapeRef(_:276e157d-7f56-4290-94b2-2e11f7110776), ShapeRef(_:d5d8573a-4519-4013-bf12-5a99b06ef244)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a488a9ad-3950-4007-a32d-800245d3a724,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(_:9a533fd7-ef8b-45bd-999b-08d9b01312cb,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:ed855adb-9cda-4d37-aa3b-5d92d47d009a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8d949ea2-6eba-463e-ba7a-421f9757f65e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:14d53fe8-c228-4725-bcfb-0a6346976c21,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.588 [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(_:8d949ea2-6eba-463e-ba7a-421f9757f65e), ShapeRef(_:ed855adb-9cda-4d37-aa3b-5d92d47d009a), ShapeRef(_:9a533fd7-ef8b-45bd-999b-08d9b01312cb), ShapeRef(_:14d53fe8-c228-4725-bcfb-0a6346976c21), ShapeRef(_:daf4b484-d380-4fb0-8934-596759110758), ShapeRef(_:a488a9ad-3950-4007-a32d-800245d3a724), ShapeRef(_:276e157d-7f56-4290-94b2-2e11f7110776), ShapeRef(_:d5d8573a-4519-4013-bf12-5a99b06ef244)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a488a9ad-3950-4007-a32d-800245d3a724,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(_:9a533fd7-ef8b-45bd-999b-08d9b01312cb,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:ed855adb-9cda-4d37-aa3b-5d92d47d009a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8d949ea2-6eba-463e-ba7a-421f9757f65e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:14d53fe8-c228-4725-bcfb-0a6346976c21,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.588 [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(_:8d949ea2-6eba-463e-ba7a-421f9757f65e), ShapeRef(_:ed855adb-9cda-4d37-aa3b-5d92d47d009a), ShapeRef(_:9a533fd7-ef8b-45bd-999b-08d9b01312cb), ShapeRef(_:14d53fe8-c228-4725-bcfb-0a6346976c21), ShapeRef(_:daf4b484-d380-4fb0-8934-596759110758), ShapeRef(_:a488a9ad-3950-4007-a32d-800245d3a724), ShapeRef(_:276e157d-7f56-4290-94b2-2e11f7110776), ShapeRef(_:d5d8573a-4519-4013-bf12-5a99b06ef244)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a488a9ad-3950-4007-a32d-800245d3a724,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(_:9a533fd7-ef8b-45bd-999b-08d9b01312cb,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:ed855adb-9cda-4d37-aa3b-5d92d47d009a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8d949ea2-6eba-463e-ba7a-421f9757f65e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:14d53fe8-c228-4725-bcfb-0a6346976c21,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.589 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:daf4b484-d380-4fb0-8934-596759110758 = 
21:52:47.589 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:daf4b484-d380-4fb0-8934-596759110758 = 
21:52:47.589 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:daf4b484-d380-4fb0-8934-596759110758: 
21:52:47.589 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:14d53fe8-c228-4725-bcfb-0a6346976c21 = 
21:52:47.590 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:14d53fe8-c228-4725-bcfb-0a6346976c21 = 
21:52:47.590 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:14d53fe8-c228-4725-bcfb-0a6346976c21: 
21:52:47.590 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9a533fd7-ef8b-45bd-999b-08d9b01312cb = 
21:52:47.590 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9a533fd7-ef8b-45bd-999b-08d9b01312cb = 
21:52:47.590 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9a533fd7-ef8b-45bd-999b-08d9b01312cb: 
21:52:47.591 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ed855adb-9cda-4d37-aa3b-5d92d47d009a = 
21:52:47.591 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ed855adb-9cda-4d37-aa3b-5d92d47d009a = 
21:52:47.591 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ed855adb-9cda-4d37-aa3b-5d92d47d009a: 
21:52:47.591 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8d949ea2-6eba-463e-ba7a-421f9757f65e = 
21:52:47.591 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8d949ea2-6eba-463e-ba7a-421f9757f65e = 
21:52:47.591 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8d949ea2-6eba-463e-ba7a-421f9757f65e: 
21:52:47.598 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

21:52:47.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  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  5 ;
                 sh:message                    "minExclusive violation. Expected 5 > 5" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#integerProperty2> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MinExclusiveConstraintComponent
               ]
] .

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:47.619 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {de9a452a-b702-4a3e-a570-393260d1b3e3 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; de9a452a-b702-4a3e-a570-393260d1b3e3 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; de9a452a-b702-4a3e-a570-393260d1b3e3 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; de9a452a-b702-4a3e-a570-393260d1b3e3 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; de9a452a-b702-4a3e-a570-393260d1b3e3 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; de9a452a-b702-4a3e-a570-393260d1b3e3 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; de9a452a-b702-4a3e-a570-393260d1b3e3 @rdf:type sh:Property; c584030e-8fcc-4cef-9c9e-bf675941dfe4 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; c584030e-8fcc-4cef-9c9e-bf675941dfe4 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; c584030e-8fcc-4cef-9c9e-bf675941dfe4 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; c584030e-8fcc-4cef-9c9e-bf675941dfe4 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; c584030e-8fcc-4cef-9c9e-bf675941dfe4 @sh:pattern "^B"; c584030e-8fcc-4cef-9c9e-bf675941dfe4 @sh:description "a Simple Single String Property"; c584030e-8fcc-4cef-9c9e-bf675941dfe4 @sh:path http://www.sampledomain.org/sam#aStringProperty; c584030e-8fcc-4cef-9c9e-bf675941dfe4 @rdf:type sh:Property; 1b4c3d6d-88d3-4a73-9117-a9bc18e66e54 @sh:in 37a601a9-4f82-4ed1-a289-18d8dc36fe4d; 1b4c3d6d-88d3-4a73-9117-a9bc18e66e54 @sh:path http://www.sampledomain.org/sam#anotherStringProperty...} |  [de9a452a-b702-4a3e-a570-393260d1b3e3, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [de9a452a-b702-4a3e-a570-393260d1b3e3, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [de9a452a-b702-4a3e-a570-393260d1b3e3, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [de9a452a-b702-4a3e-a570-393260d1b3e3, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [de9a452a-b702-4a3e-a570-393260d1b3e3, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [de9a452a-b702-4a3e-a570-393260d1b3e3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [de9a452a-b702-4a3e-a570-393260d1b3e3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c584030e-8fcc-4cef-9c9e-bf675941dfe4, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c584030e-8fcc-4cef-9c9e-bf675941dfe4, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c584030e-8fcc-4cef-9c9e-bf675941dfe4, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [c584030e-8fcc-4cef-9c9e-bf675941dfe4, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [c584030e-8fcc-4cef-9c9e-bf675941dfe4, http://www.w3.org/ns/shacl#pattern, "^B"] [c584030e-8fcc-4cef-9c9e-bf675941dfe4, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [c584030e-8fcc-4cef-9c9e-bf675941dfe4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [c584030e-8fcc-4cef-9c9e-bf675941dfe4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1b4c3d6d-88d3-4a73-9117-a9bc18e66e54, http://www.w3.org/ns/shacl#in, 37a601a9-4f82-4ed1-a289-18d8dc36fe4d] [1b4c3d6d-88d3-4a73-9117-a9bc18e66e54, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [1b4c3d6d-88d3-4a73-9117-a9bc18e66e54, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [983bdd8d-21d1-46b7-8e14-8846e36d3408, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [983bdd8d-21d1-46b7-8e14-8846e36d3408, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [d60d2620-474b-4dd3-807f-8fd1d913d603, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [d60d2620-474b-4dd3-807f-8fd1d913d603, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [d60d2620-474b-4dd3-807f-8fd1d913d603, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [53d6349e-77a7-4fa9-bd93-f71e95184be6, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [53d6349e-77a7-4fa9-bd93-f71e95184be6, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [53d6349e-77a7-4fa9-bd93-f71e95184be6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [53d6349e-77a7-4fa9-bd93-f71e95184be6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ab53a360-dcf6-4915-b976-2926f83d345d, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ab53a360-dcf6-4915-b976-2926f83d345d, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ab53a360-dcf6-4915-b976-2926f83d345d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [ab53a360-dcf6-4915-b976-2926f83d345d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [df13409b-6c10-4154-bc84-a91830f60340, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [df13409b-6c10-4154-bc84-a91830f60340, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [df13409b-6c10-4154-bc84-a91830f60340, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [df13409b-6c10-4154-bc84-a91830f60340, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [37a601a9-4f82-4ed1-a289-18d8dc36fe4d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 34b56aee-6bd4-4fdd-89a3-6d2bbbac468d] [37a601a9-4f82-4ed1-a289-18d8dc36fe4d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [34b56aee-6bd4-4fdd-89a3-6d2bbbac468d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 983bdd8d-21d1-46b7-8e14-8846e36d3408] [34b56aee-6bd4-4fdd-89a3-6d2bbbac468d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [3083d3c0-71fb-414a-bf11-7254e8da1d26, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3083d3c0-71fb-414a-bf11-7254e8da1d26, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3083d3c0-71fb-414a-bf11-7254e8da1d26, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3083d3c0-71fb-414a-bf11-7254e8da1d26, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3083d3c0-71fb-414a-bf11-7254e8da1d26, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3083d3c0-71fb-414a-bf11-7254e8da1d26, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [3083d3c0-71fb-414a-bf11-7254e8da1d26, 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, 1b4c3d6d-88d3-4a73-9117-a9bc18e66e54] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d60d2620-474b-4dd3-807f-8fd1d913d603] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c584030e-8fcc-4cef-9c9e-bf675941dfe4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3083d3c0-71fb-414a-bf11-7254e8da1d26] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 53d6349e-77a7-4fa9-bd93-f71e95184be6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ab53a360-dcf6-4915-b976-2926f83d345d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, de9a452a-b702-4a3e-a570-393260d1b3e3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, df13409b-6c10-4154-bc84-a91830f60340]>
21:52:47.620 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:47.622 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:47.680 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:d60d2620-474b-4dd3-807f-8fd1d913d603,_:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54,_:df13409b-6c10-4154-bc84-a91830f60340,_:ab53a360-dcf6-4915-b976-2926f83d345d,_:de9a452a-b702-4a3e-a570-393260d1b3e3,_:c584030e-8fcc-4cef-9c9e-bf675941dfe4,_:53d6349e-77a7-4fa9-bd93-f71e95184be6,_:3083d3c0-71fb-414a-bf11-7254e8da1d26. Pending nodes: 
21:52:47.681 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d60d2620-474b-4dd3-807f-8fd1d913d603
21:52:47.682 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54
21:52:47.683 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:df13409b-6c10-4154-bc84-a91830f60340
21:52:47.685 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ab53a360-dcf6-4915-b976-2926f83d345d
21:52:47.686 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:de9a452a-b702-4a3e-a570-393260d1b3e3
21:52:47.688 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c584030e-8fcc-4cef-9c9e-bf675941dfe4
21:52:47.689 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:53d6349e-77a7-4fa9-bd93-f71e95184be6
21:52:47.691 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3083d3c0-71fb-414a-bf11-7254e8da1d26
21:52:47.692 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:47.692 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3083d3c0-71fb-414a-bf11-7254e8da1d26
21:52:47.693 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:53d6349e-77a7-4fa9-bd93-f71e95184be6
21:52:47.693 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c584030e-8fcc-4cef-9c9e-bf675941dfe4
21:52:47.693 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:de9a452a-b702-4a3e-a570-393260d1b3e3
21:52:47.693 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ab53a360-dcf6-4915-b976-2926f83d345d
21:52:47.693 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:df13409b-6c10-4154-bc84-a91830f60340
21:52:47.693 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54
21:52:47.693 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d60d2620-474b-4dd3-807f-8fd1d913d603
21:52:47.693 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:47.693 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:47.693 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:47.693 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:47.694 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:47.694 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d60d2620-474b-4dd3-807f-8fd1d913d603,_:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54,_:df13409b-6c10-4154-bc84-a91830f60340,_:ab53a360-dcf6-4915-b976-2926f83d345d,_:de9a452a-b702-4a3e-a570-393260d1b3e3,_:c584030e-8fcc-4cef-9c9e-bf675941dfe4,_:53d6349e-77a7-4fa9-bd93-f71e95184be6,_:3083d3c0-71fb-414a-bf11-7254e8da1d26)
21:52:47.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d60d2620-474b-4dd3-807f-8fd1d913d603)
21:52:47.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54)
21:52:47.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:df13409b-6c10-4154-bc84-a91830f60340)
21:52:47.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ab53a360-dcf6-4915-b976-2926f83d345d)
21:52:47.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:de9a452a-b702-4a3e-a570-393260d1b3e3)
21:52:47.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c584030e-8fcc-4cef-9c9e-bf675941dfe4)
21:52:47.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:53d6349e-77a7-4fa9-bd93-f71e95184be6)
21:52:47.695 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3083d3c0-71fb-414a-bf11-7254e8da1d26)
21:52:47.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.695 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d60d2620-474b-4dd3-807f-8fd1d913d603=ShapeTyping(TypingMap(Map()))
21:52:47.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.696 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54=ShapeTyping(TypingMap(Map()))
21:52:47.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.697 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:df13409b-6c10-4154-bc84-a91830f60340=ShapeTyping(TypingMap(Map()))
21:52:47.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.698 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ab53a360-dcf6-4915-b976-2926f83d345d=ShapeTyping(TypingMap(Map()))
21:52:47.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.699 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.699 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.699 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.699 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.700 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:de9a452a-b702-4a3e-a570-393260d1b3e3],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:47.701 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.701 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.701 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:de9a452a-b702-4a3e-a570-393260d1b3e3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d60d2620-474b-4dd3-807f-8fd1d913d603), ShapeRef(_:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54), ShapeRef(_:df13409b-6c10-4154-bc84-a91830f60340), ShapeRef(_:ab53a360-dcf6-4915-b976-2926f83d345d), ShapeRef(_:de9a452a-b702-4a3e-a570-393260d1b3e3), ShapeRef(_:c584030e-8fcc-4cef-9c9e-bf675941dfe4), ShapeRef(_:53d6349e-77a7-4fa9-bd93-f71e95184be6), ShapeRef(_:3083d3c0-71fb-414a-bf11-7254e8da1d26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:de9a452a-b702-4a3e-a570-393260d1b3e3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:47.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.703 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.703 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.704 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.704 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.704 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.704 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.705 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c584030e-8fcc-4cef-9c9e-bf675941dfe4],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:47.705 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c584030e-8fcc-4cef-9c9e-bf675941dfe4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d60d2620-474b-4dd3-807f-8fd1d913d603), ShapeRef(_:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54), ShapeRef(_:df13409b-6c10-4154-bc84-a91830f60340), ShapeRef(_:ab53a360-dcf6-4915-b976-2926f83d345d), ShapeRef(_:de9a452a-b702-4a3e-a570-393260d1b3e3), ShapeRef(_:c584030e-8fcc-4cef-9c9e-bf675941dfe4), ShapeRef(_:53d6349e-77a7-4fa9-bd93-f71e95184be6), ShapeRef(_:3083d3c0-71fb-414a-bf11-7254e8da1d26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c584030e-8fcc-4cef-9c9e-bf675941dfe4,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.705 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.705 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.707 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:47.607Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:53d6349e-77a7-4fa9-bd93-f71e95184be6],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:47.708 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:53d6349e-77a7-4fa9-bd93-f71e95184be6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d60d2620-474b-4dd3-807f-8fd1d913d603), ShapeRef(_:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54), ShapeRef(_:df13409b-6c10-4154-bc84-a91830f60340), ShapeRef(_:ab53a360-dcf6-4915-b976-2926f83d345d), ShapeRef(_:de9a452a-b702-4a3e-a570-393260d1b3e3), ShapeRef(_:c584030e-8fcc-4cef-9c9e-bf675941dfe4), ShapeRef(_:53d6349e-77a7-4fa9-bd93-f71e95184be6), ShapeRef(_:3083d3c0-71fb-414a-bf11-7254e8da1d26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:53d6349e-77a7-4fa9-bd93-f71e95184be6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.710 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3083d3c0-71fb-414a-bf11-7254e8da1d26],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:47.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.711 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3083d3c0-71fb-414a-bf11-7254e8da1d26=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d60d2620-474b-4dd3-807f-8fd1d913d603), ShapeRef(_:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54), ShapeRef(_:df13409b-6c10-4154-bc84-a91830f60340), ShapeRef(_:ab53a360-dcf6-4915-b976-2926f83d345d), ShapeRef(_:de9a452a-b702-4a3e-a570-393260d1b3e3), ShapeRef(_:c584030e-8fcc-4cef-9c9e-bf675941dfe4), ShapeRef(_:53d6349e-77a7-4fa9-bd93-f71e95184be6), ShapeRef(_:3083d3c0-71fb-414a-bf11-7254e8da1d26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3083d3c0-71fb-414a-bf11-7254e8da1d26,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.711 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d60d2620-474b-4dd3-807f-8fd1d913d603,_:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54,_:df13409b-6c10-4154-bc84-a91830f60340,_:ab53a360-dcf6-4915-b976-2926f83d345d,_:de9a452a-b702-4a3e-a570-393260d1b3e3,_:c584030e-8fcc-4cef-9c9e-bf675941dfe4,_:53d6349e-77a7-4fa9-bd93-f71e95184be6,_:3083d3c0-71fb-414a-bf11-7254e8da1d26)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:53d6349e-77a7-4fa9-bd93-f71e95184be6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:d60d2620-474b-4dd3-807f-8fd1d913d603), ShapeRef(_:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54), ShapeRef(_:df13409b-6c10-4154-bc84-a91830f60340), ShapeRef(_:ab53a360-dcf6-4915-b976-2926f83d345d), ShapeRef(_:de9a452a-b702-4a3e-a570-393260d1b3e3), ShapeRef(_:c584030e-8fcc-4cef-9c9e-bf675941dfe4), ShapeRef(_:53d6349e-77a7-4fa9-bd93-f71e95184be6), ShapeRef(_:3083d3c0-71fb-414a-bf11-7254e8da1d26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3083d3c0-71fb-414a-bf11-7254e8da1d26,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:c584030e-8fcc-4cef-9c9e-bf675941dfe4,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:de9a452a-b702-4a3e-a570-393260d1b3e3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:47.712 [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(_:53d6349e-77a7-4fa9-bd93-f71e95184be6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:d60d2620-474b-4dd3-807f-8fd1d913d603), ShapeRef(_:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54), ShapeRef(_:df13409b-6c10-4154-bc84-a91830f60340), ShapeRef(_:ab53a360-dcf6-4915-b976-2926f83d345d), ShapeRef(_:de9a452a-b702-4a3e-a570-393260d1b3e3), ShapeRef(_:c584030e-8fcc-4cef-9c9e-bf675941dfe4), ShapeRef(_:53d6349e-77a7-4fa9-bd93-f71e95184be6), ShapeRef(_:3083d3c0-71fb-414a-bf11-7254e8da1d26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3083d3c0-71fb-414a-bf11-7254e8da1d26,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:c584030e-8fcc-4cef-9c9e-bf675941dfe4,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:de9a452a-b702-4a3e-a570-393260d1b3e3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:47.712 [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(_:53d6349e-77a7-4fa9-bd93-f71e95184be6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:d60d2620-474b-4dd3-807f-8fd1d913d603), ShapeRef(_:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54), ShapeRef(_:df13409b-6c10-4154-bc84-a91830f60340), ShapeRef(_:ab53a360-dcf6-4915-b976-2926f83d345d), ShapeRef(_:de9a452a-b702-4a3e-a570-393260d1b3e3), ShapeRef(_:c584030e-8fcc-4cef-9c9e-bf675941dfe4), ShapeRef(_:53d6349e-77a7-4fa9-bd93-f71e95184be6), ShapeRef(_:3083d3c0-71fb-414a-bf11-7254e8da1d26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3083d3c0-71fb-414a-bf11-7254e8da1d26,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:c584030e-8fcc-4cef-9c9e-bf675941dfe4,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:de9a452a-b702-4a3e-a570-393260d1b3e3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:47.712 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3083d3c0-71fb-414a-bf11-7254e8da1d26 = 
21:52:47.713 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3083d3c0-71fb-414a-bf11-7254e8da1d26 = 
21:52:47.713 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3083d3c0-71fb-414a-bf11-7254e8da1d26: 
21:52:47.713 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:53d6349e-77a7-4fa9-bd93-f71e95184be6 = 
21:52:47.713 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:53d6349e-77a7-4fa9-bd93-f71e95184be6 = 
21:52:47.713 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:53d6349e-77a7-4fa9-bd93-f71e95184be6: 
21:52:47.714 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c584030e-8fcc-4cef-9c9e-bf675941dfe4 = 
21:52:47.714 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c584030e-8fcc-4cef-9c9e-bf675941dfe4 = 
21:52:47.714 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c584030e-8fcc-4cef-9c9e-bf675941dfe4: 
21:52:47.714 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:de9a452a-b702-4a3e-a570-393260d1b3e3 = 
21:52:47.714 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:de9a452a-b702-4a3e-a570-393260d1b3e3 = 
21:52:47.714 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:de9a452a-b702-4a3e-a570-393260d1b3e3: 
21:52:47.714 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ab53a360-dcf6-4915-b976-2926f83d345d = 
21:52:47.715 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ab53a360-dcf6-4915-b976-2926f83d345d = 
21:52:47.715 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ab53a360-dcf6-4915-b976-2926f83d345d: 
21:52:47.715 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:df13409b-6c10-4154-bc84-a91830f60340 = 
21:52:47.715 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:df13409b-6c10-4154-bc84-a91830f60340 = 
21:52:47.715 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:df13409b-6c10-4154-bc84-a91830f60340: 
21:52:47.715 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54 = 
21:52:47.715 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54 = 
21:52:47.715 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1b4c3d6d-88d3-4a73-9117-a9bc18e66e54: 
21:52:47.716 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d60d2620-474b-4dd3-807f-8fd1d913d603 = 
21:52:47.716 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d60d2620-474b-4dd3-807f-8fd1d913d603 = 
21:52:47.716 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d60d2620-474b-4dd3-807f-8fd1d913d603: 
21:52:47.718 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:47.785 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {104af7fb-4d79-4604-8174-98dded9ad11f @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 104af7fb-4d79-4604-8174-98dded9ad11f @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 104af7fb-4d79-4604-8174-98dded9ad11f @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 104af7fb-4d79-4604-8174-98dded9ad11f @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 104af7fb-4d79-4604-8174-98dded9ad11f @sh:pattern "^B"; 104af7fb-4d79-4604-8174-98dded9ad11f @sh:description "a Simple Single String Property"; 104af7fb-4d79-4604-8174-98dded9ad11f @sh:path http://www.sampledomain.org/sam#aStringProperty; 104af7fb-4d79-4604-8174-98dded9ad11f @rdf:type sh:Property; 4b7ef8b6-bfb4-4f6b-8a9d-a2613cd0b333 @rdf:rest rdf:nil; 4b7ef8b6-bfb4-4f6b-8a9d-a2613cd0b333 @rdf:first "C"; b6d113a6-f924-4b16-bfa5-0d2059b18e3e @sh:in e08182c3-8716-4293-849a-a1a7f29cad07; b6d113a6-f924-4b16-bfa5-0d2059b18e3e @sh:path http://www.sampledomain.org/sam#anotherStringProperty; b6d113a6-f924-4b16-bfa5-0d2059b18e3e @rdf:type sh:Property; d615f67c-6a6e-4ed0-87d2-1fe49ad53e40 @rdf:rest 4b7ef8b6-bfb4-4f6b-8a9d-a2613cd0b333; d615f67c-6a6e-4ed0-87d2-1fe49ad53e40 @rdf:first "B"; d152860b-a847-417b-bdb8-73442522bade @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; d152860b-a847-417b-bdb8-73442522bade @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer...} |  [104af7fb-4d79-4604-8174-98dded9ad11f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [104af7fb-4d79-4604-8174-98dded9ad11f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [104af7fb-4d79-4604-8174-98dded9ad11f, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [104af7fb-4d79-4604-8174-98dded9ad11f, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [104af7fb-4d79-4604-8174-98dded9ad11f, http://www.w3.org/ns/shacl#pattern, "^B"] [104af7fb-4d79-4604-8174-98dded9ad11f, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [104af7fb-4d79-4604-8174-98dded9ad11f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [104af7fb-4d79-4604-8174-98dded9ad11f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4b7ef8b6-bfb4-4f6b-8a9d-a2613cd0b333, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [4b7ef8b6-bfb4-4f6b-8a9d-a2613cd0b333, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [b6d113a6-f924-4b16-bfa5-0d2059b18e3e, http://www.w3.org/ns/shacl#in, e08182c3-8716-4293-849a-a1a7f29cad07] [b6d113a6-f924-4b16-bfa5-0d2059b18e3e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [b6d113a6-f924-4b16-bfa5-0d2059b18e3e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d615f67c-6a6e-4ed0-87d2-1fe49ad53e40, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 4b7ef8b6-bfb4-4f6b-8a9d-a2613cd0b333] [d615f67c-6a6e-4ed0-87d2-1fe49ad53e40, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [d152860b-a847-417b-bdb8-73442522bade, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d152860b-a847-417b-bdb8-73442522bade, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d152860b-a847-417b-bdb8-73442522bade, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d152860b-a847-417b-bdb8-73442522bade, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d152860b-a847-417b-bdb8-73442522bade, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d152860b-a847-417b-bdb8-73442522bade, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [d152860b-a847-417b-bdb8-73442522bade, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b1f27067-1aac-46f5-9ba5-6228550da056, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b1f27067-1aac-46f5-9ba5-6228550da056, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b1f27067-1aac-46f5-9ba5-6228550da056, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b1f27067-1aac-46f5-9ba5-6228550da056, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b1f27067-1aac-46f5-9ba5-6228550da056, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b1f27067-1aac-46f5-9ba5-6228550da056, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [b1f27067-1aac-46f5-9ba5-6228550da056, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e08182c3-8716-4293-849a-a1a7f29cad07, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, d615f67c-6a6e-4ed0-87d2-1fe49ad53e40] [e08182c3-8716-4293-849a-a1a7f29cad07, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [0fd15166-d676-4784-964e-9cf22b9f8346, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [0fd15166-d676-4784-964e-9cf22b9f8346, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [0fd15166-d676-4784-964e-9cf22b9f8346, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [0fd15166-d676-4784-964e-9cf22b9f8346, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [21177370-5b2a-4e5e-ad1f-225dd97e1379, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [21177370-5b2a-4e5e-ad1f-225dd97e1379, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [21177370-5b2a-4e5e-ad1f-225dd97e1379, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [21177370-5b2a-4e5e-ad1f-225dd97e1379, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2860ac9d-28be-4ac7-bf6a-27bd0769b5ea, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [2860ac9d-28be-4ac7-bf6a-27bd0769b5ea, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [2860ac9d-28be-4ac7-bf6a-27bd0769b5ea, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [2860ac9d-28be-4ac7-bf6a-27bd0769b5ea, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [798505df-4c74-497c-9e40-07503d020dfe, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [798505df-4c74-497c-9e40-07503d020dfe, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [798505df-4c74-497c-9e40-07503d020dfe, 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, 0fd15166-d676-4784-964e-9cf22b9f8346] [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, d152860b-a847-417b-bdb8-73442522bade] [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, b1f27067-1aac-46f5-9ba5-6228550da056] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 798505df-4c74-497c-9e40-07503d020dfe] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b6d113a6-f924-4b16-bfa5-0d2059b18e3e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 104af7fb-4d79-4604-8174-98dded9ad11f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2860ac9d-28be-4ac7-bf6a-27bd0769b5ea] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 21177370-5b2a-4e5e-ad1f-225dd97e1379]>
21:52:47.786 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:47.788 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:47.791 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:0fd15166-d676-4784-964e-9cf22b9f8346,_:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea,_:b6d113a6-f924-4b16-bfa5-0d2059b18e3e,_:d152860b-a847-417b-bdb8-73442522bade,_:21177370-5b2a-4e5e-ad1f-225dd97e1379,_:798505df-4c74-497c-9e40-07503d020dfe,_:b1f27067-1aac-46f5-9ba5-6228550da056,_:104af7fb-4d79-4604-8174-98dded9ad11f. Pending nodes: 
21:52:47.791 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0fd15166-d676-4784-964e-9cf22b9f8346
21:52:47.792 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea
21:52:47.794 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b6d113a6-f924-4b16-bfa5-0d2059b18e3e
21:52:47.795 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d152860b-a847-417b-bdb8-73442522bade
21:52:47.797 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:21177370-5b2a-4e5e-ad1f-225dd97e1379
21:52:47.798 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:798505df-4c74-497c-9e40-07503d020dfe
21:52:47.799 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b1f27067-1aac-46f5-9ba5-6228550da056
21:52:47.801 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:104af7fb-4d79-4604-8174-98dded9ad11f
21:52:47.803 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:104af7fb-4d79-4604-8174-98dded9ad11f
21:52:47.803 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:47.803 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b1f27067-1aac-46f5-9ba5-6228550da056
21:52:47.803 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:798505df-4c74-497c-9e40-07503d020dfe
21:52:47.803 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:21177370-5b2a-4e5e-ad1f-225dd97e1379
21:52:47.803 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d152860b-a847-417b-bdb8-73442522bade
21:52:47.803 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b6d113a6-f924-4b16-bfa5-0d2059b18e3e
21:52:47.803 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea
21:52:47.803 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0fd15166-d676-4784-964e-9cf22b9f8346
21:52:47.803 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:104af7fb-4d79-4604-8174-98dded9ad11f = 
21:52:47.804 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:104af7fb-4d79-4604-8174-98dded9ad11f = 
21:52:47.804 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:104af7fb-4d79-4604-8174-98dded9ad11f: 
21:52:47.804 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:47.804 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:47.804 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:47.804 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:47.804 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:47.805 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0fd15166-d676-4784-964e-9cf22b9f8346,_:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea,_:b6d113a6-f924-4b16-bfa5-0d2059b18e3e,_:d152860b-a847-417b-bdb8-73442522bade,_:21177370-5b2a-4e5e-ad1f-225dd97e1379,_:798505df-4c74-497c-9e40-07503d020dfe,_:b1f27067-1aac-46f5-9ba5-6228550da056,_:104af7fb-4d79-4604-8174-98dded9ad11f)
21:52:47.805 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0fd15166-d676-4784-964e-9cf22b9f8346)
21:52:47.805 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea)
21:52:47.805 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b6d113a6-f924-4b16-bfa5-0d2059b18e3e)
21:52:47.805 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d152860b-a847-417b-bdb8-73442522bade)
21:52:47.805 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:21177370-5b2a-4e5e-ad1f-225dd97e1379)
21:52:47.805 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:798505df-4c74-497c-9e40-07503d020dfe)
21:52:47.805 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b1f27067-1aac-46f5-9ba5-6228550da056)
21:52:47.805 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:104af7fb-4d79-4604-8174-98dded9ad11f)
21:52:47.806 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.806 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.806 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.806 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.806 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0fd15166-d676-4784-964e-9cf22b9f8346=ShapeTyping(TypingMap(Map()))
21:52:47.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.807 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea=ShapeTyping(TypingMap(Map()))
21:52:47.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.807 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b6d113a6-f924-4b16-bfa5-0d2059b18e3e=ShapeTyping(TypingMap(Map()))
21:52:47.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.809 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d152860b-a847-417b-bdb8-73442522bade],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:47.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.809 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d152860b-a847-417b-bdb8-73442522bade=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0fd15166-d676-4784-964e-9cf22b9f8346), ShapeRef(_:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea), ShapeRef(_:b6d113a6-f924-4b16-bfa5-0d2059b18e3e), ShapeRef(_:d152860b-a847-417b-bdb8-73442522bade), ShapeRef(_:21177370-5b2a-4e5e-ad1f-225dd97e1379), ShapeRef(_:798505df-4c74-497c-9e40-07503d020dfe), ShapeRef(_:b1f27067-1aac-46f5-9ba5-6228550da056), ShapeRef(_:104af7fb-4d79-4604-8174-98dded9ad11f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d152860b-a847-417b-bdb8-73442522bade,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.811 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:47.721Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:21177370-5b2a-4e5e-ad1f-225dd97e1379],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:47.812 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:21177370-5b2a-4e5e-ad1f-225dd97e1379=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0fd15166-d676-4784-964e-9cf22b9f8346), ShapeRef(_:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea), ShapeRef(_:b6d113a6-f924-4b16-bfa5-0d2059b18e3e), ShapeRef(_:d152860b-a847-417b-bdb8-73442522bade), ShapeRef(_:21177370-5b2a-4e5e-ad1f-225dd97e1379), ShapeRef(_:798505df-4c74-497c-9e40-07503d020dfe), ShapeRef(_:b1f27067-1aac-46f5-9ba5-6228550da056), ShapeRef(_:104af7fb-4d79-4604-8174-98dded9ad11f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:21177370-5b2a-4e5e-ad1f-225dd97e1379,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.812 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:798505df-4c74-497c-9e40-07503d020dfe=ShapeTyping(TypingMap(Map()))
21:52:47.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.815 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b1f27067-1aac-46f5-9ba5-6228550da056],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:47.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.817 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b1f27067-1aac-46f5-9ba5-6228550da056=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0fd15166-d676-4784-964e-9cf22b9f8346), ShapeRef(_:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea), ShapeRef(_:b6d113a6-f924-4b16-bfa5-0d2059b18e3e), ShapeRef(_:d152860b-a847-417b-bdb8-73442522bade), ShapeRef(_:21177370-5b2a-4e5e-ad1f-225dd97e1379), ShapeRef(_:798505df-4c74-497c-9e40-07503d020dfe), ShapeRef(_:b1f27067-1aac-46f5-9ba5-6228550da056), ShapeRef(_:104af7fb-4d79-4604-8174-98dded9ad11f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b1f27067-1aac-46f5-9ba5-6228550da056,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:47.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.820 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Catalyzer"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:104af7fb-4d79-4604-8174-98dded9ad11f],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:47.821 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:104af7fb-4d79-4604-8174-98dded9ad11f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0fd15166-d676-4784-964e-9cf22b9f8346), ShapeRef(_:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea), ShapeRef(_:b6d113a6-f924-4b16-bfa5-0d2059b18e3e), ShapeRef(_:d152860b-a847-417b-bdb8-73442522bade), ShapeRef(_:21177370-5b2a-4e5e-ad1f-225dd97e1379), ShapeRef(_:798505df-4c74-497c-9e40-07503d020dfe), ShapeRef(_:b1f27067-1aac-46f5-9ba5-6228550da056), ShapeRef(_:104af7fb-4d79-4604-8174-98dded9ad11f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:104af7fb-4d79-4604-8174-98dded9ad11f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Catalyzer": LiteralValue("pattern violation. Expected "Catalyzer" to match '^B'"))))))))
21:52:47.822 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0fd15166-d676-4784-964e-9cf22b9f8346,_:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea,_:b6d113a6-f924-4b16-bfa5-0d2059b18e3e,_:d152860b-a847-417b-bdb8-73442522bade,_:21177370-5b2a-4e5e-ad1f-225dd97e1379,_:798505df-4c74-497c-9e40-07503d020dfe,_:b1f27067-1aac-46f5-9ba5-6228550da056,_:104af7fb-4d79-4604-8174-98dded9ad11f)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:b1f27067-1aac-46f5-9ba5-6228550da056,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:104af7fb-4d79-4604-8174-98dded9ad11f,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(_:21177370-5b2a-4e5e-ad1f-225dd97e1379,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0fd15166-d676-4784-964e-9cf22b9f8346), ShapeRef(_:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea), ShapeRef(_:b6d113a6-f924-4b16-bfa5-0d2059b18e3e), ShapeRef(_:d152860b-a847-417b-bdb8-73442522bade), ShapeRef(_:21177370-5b2a-4e5e-ad1f-225dd97e1379), ShapeRef(_:798505df-4c74-497c-9e40-07503d020dfe), ShapeRef(_:b1f27067-1aac-46f5-9ba5-6228550da056), ShapeRef(_:104af7fb-4d79-4604-8174-98dded9ad11f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d152860b-a847-417b-bdb8-73442522bade,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.823 [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(_:b1f27067-1aac-46f5-9ba5-6228550da056,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:104af7fb-4d79-4604-8174-98dded9ad11f,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(_:21177370-5b2a-4e5e-ad1f-225dd97e1379,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0fd15166-d676-4784-964e-9cf22b9f8346), ShapeRef(_:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea), ShapeRef(_:b6d113a6-f924-4b16-bfa5-0d2059b18e3e), ShapeRef(_:d152860b-a847-417b-bdb8-73442522bade), ShapeRef(_:21177370-5b2a-4e5e-ad1f-225dd97e1379), ShapeRef(_:798505df-4c74-497c-9e40-07503d020dfe), ShapeRef(_:b1f27067-1aac-46f5-9ba5-6228550da056), ShapeRef(_:104af7fb-4d79-4604-8174-98dded9ad11f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d152860b-a847-417b-bdb8-73442522bade,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.823 [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(_:b1f27067-1aac-46f5-9ba5-6228550da056,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:104af7fb-4d79-4604-8174-98dded9ad11f,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(_:21177370-5b2a-4e5e-ad1f-225dd97e1379,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0fd15166-d676-4784-964e-9cf22b9f8346), ShapeRef(_:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea), ShapeRef(_:b6d113a6-f924-4b16-bfa5-0d2059b18e3e), ShapeRef(_:d152860b-a847-417b-bdb8-73442522bade), ShapeRef(_:21177370-5b2a-4e5e-ad1f-225dd97e1379), ShapeRef(_:798505df-4c74-497c-9e40-07503d020dfe), ShapeRef(_:b1f27067-1aac-46f5-9ba5-6228550da056), ShapeRef(_:104af7fb-4d79-4604-8174-98dded9ad11f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d152860b-a847-417b-bdb8-73442522bade,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.824 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b1f27067-1aac-46f5-9ba5-6228550da056 = 
21:52:47.824 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b1f27067-1aac-46f5-9ba5-6228550da056 = 
21:52:47.824 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b1f27067-1aac-46f5-9ba5-6228550da056: 
21:52:47.824 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:798505df-4c74-497c-9e40-07503d020dfe = 
21:52:47.824 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:798505df-4c74-497c-9e40-07503d020dfe = 
21:52:47.824 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:798505df-4c74-497c-9e40-07503d020dfe: 
21:52:47.824 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:21177370-5b2a-4e5e-ad1f-225dd97e1379 = 
21:52:47.824 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:21177370-5b2a-4e5e-ad1f-225dd97e1379 = 
21:52:47.825 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:21177370-5b2a-4e5e-ad1f-225dd97e1379: 
21:52:47.825 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d152860b-a847-417b-bdb8-73442522bade = 
21:52:47.825 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d152860b-a847-417b-bdb8-73442522bade = 
21:52:47.825 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d152860b-a847-417b-bdb8-73442522bade: 
21:52:47.825 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b6d113a6-f924-4b16-bfa5-0d2059b18e3e = 
21:52:47.825 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b6d113a6-f924-4b16-bfa5-0d2059b18e3e = 
21:52:47.825 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b6d113a6-f924-4b16-bfa5-0d2059b18e3e: 
21:52:47.825 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea = 
21:52:47.825 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea = 
21:52:47.825 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2860ac9d-28be-4ac7-bf6a-27bd0769b5ea: 
21:52:47.825 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0fd15166-d676-4784-964e-9cf22b9f8346 = 
21:52:47.825 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0fd15166-d676-4784-964e-9cf22b9f8346 = 
21:52:47.825 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0fd15166-d676-4784-964e-9cf22b9f8346: 
21:52:47.828 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:47.898 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {171fcbf6-1188-40ea-9bd1-b2501b5a7201 @rdf:rest b65a647c-4569-4477-8b30-5d1f87b81ccb; 171fcbf6-1188-40ea-9bd1-b2501b5a7201 @rdf:first "A"; b65a647c-4569-4477-8b30-5d1f87b81ccb @rdf:rest 49c7b036-69ea-492b-b84d-fe98b7e1298c; b65a647c-4569-4477-8b30-5d1f87b81ccb @rdf:first "B"; 1bc4b6f7-7d07-451d-a45b-da9fa3e25b47 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 1bc4b6f7-7d07-451d-a45b-da9fa3e25b47 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 1bc4b6f7-7d07-451d-a45b-da9fa3e25b47 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 1bc4b6f7-7d07-451d-a45b-da9fa3e25b47 @rdf:type sh:Property; 5365b9bd-61c4-4957-839a-3b72c1d0322d @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 5365b9bd-61c4-4957-839a-3b72c1d0322d @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 5365b9bd-61c4-4957-839a-3b72c1d0322d @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 5365b9bd-61c4-4957-839a-3b72c1d0322d @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 5365b9bd-61c4-4957-839a-3b72c1d0322d @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 5365b9bd-61c4-4957-839a-3b72c1d0322d @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 5365b9bd-61c4-4957-839a-3b72c1d0322d @rdf:type sh:Property; 3fe74e26-058e-4261-a747-35f0440ca371 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 3fe74e26-058e-4261-a747-35f0440ca371 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [171fcbf6-1188-40ea-9bd1-b2501b5a7201, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b65a647c-4569-4477-8b30-5d1f87b81ccb] [171fcbf6-1188-40ea-9bd1-b2501b5a7201, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b65a647c-4569-4477-8b30-5d1f87b81ccb, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 49c7b036-69ea-492b-b84d-fe98b7e1298c] [b65a647c-4569-4477-8b30-5d1f87b81ccb, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [1bc4b6f7-7d07-451d-a45b-da9fa3e25b47, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1bc4b6f7-7d07-451d-a45b-da9fa3e25b47, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1bc4b6f7-7d07-451d-a45b-da9fa3e25b47, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [1bc4b6f7-7d07-451d-a45b-da9fa3e25b47, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5365b9bd-61c4-4957-839a-3b72c1d0322d, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5365b9bd-61c4-4957-839a-3b72c1d0322d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5365b9bd-61c4-4957-839a-3b72c1d0322d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5365b9bd-61c4-4957-839a-3b72c1d0322d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5365b9bd-61c4-4957-839a-3b72c1d0322d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5365b9bd-61c4-4957-839a-3b72c1d0322d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [5365b9bd-61c4-4957-839a-3b72c1d0322d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3fe74e26-058e-4261-a747-35f0440ca371, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3fe74e26-058e-4261-a747-35f0440ca371, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3fe74e26-058e-4261-a747-35f0440ca371, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [3fe74e26-058e-4261-a747-35f0440ca371, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [3fe74e26-058e-4261-a747-35f0440ca371, http://www.w3.org/ns/shacl#pattern, "^B"] [3fe74e26-058e-4261-a747-35f0440ca371, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [3fe74e26-058e-4261-a747-35f0440ca371, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [3fe74e26-058e-4261-a747-35f0440ca371, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b69a288d-1412-44e1-9b67-f7a9481da673, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [b69a288d-1412-44e1-9b67-f7a9481da673, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [b69a288d-1412-44e1-9b67-f7a9481da673, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9b33bdc2-faa0-46a2-baa3-ca50f0f98f99, http://www.w3.org/ns/shacl#in, 171fcbf6-1188-40ea-9bd1-b2501b5a7201] [9b33bdc2-faa0-46a2-baa3-ca50f0f98f99, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [9b33bdc2-faa0-46a2-baa3-ca50f0f98f99, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f5005771-70c0-4f0d-8787-5a96716c3a7c, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f5005771-70c0-4f0d-8787-5a96716c3a7c, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f5005771-70c0-4f0d-8787-5a96716c3a7c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f5005771-70c0-4f0d-8787-5a96716c3a7c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6575ed5e-7129-4bdd-9ae9-8a986c177be8, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [6575ed5e-7129-4bdd-9ae9-8a986c177be8, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [6575ed5e-7129-4bdd-9ae9-8a986c177be8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [6575ed5e-7129-4bdd-9ae9-8a986c177be8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [49c7b036-69ea-492b-b84d-fe98b7e1298c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [49c7b036-69ea-492b-b84d-fe98b7e1298c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [aacec8cb-b098-4526-8983-3c23cc82a3d3, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [aacec8cb-b098-4526-8983-3c23cc82a3d3, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [aacec8cb-b098-4526-8983-3c23cc82a3d3, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [aacec8cb-b098-4526-8983-3c23cc82a3d3, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [aacec8cb-b098-4526-8983-3c23cc82a3d3, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [aacec8cb-b098-4526-8983-3c23cc82a3d3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [aacec8cb-b098-4526-8983-3c23cc82a3d3, 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, f5005771-70c0-4f0d-8787-5a96716c3a7c] [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, 5365b9bd-61c4-4957-839a-3b72c1d0322d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3fe74e26-058e-4261-a747-35f0440ca371] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b69a288d-1412-44e1-9b67-f7a9481da673] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6575ed5e-7129-4bdd-9ae9-8a986c177be8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9b33bdc2-faa0-46a2-baa3-ca50f0f98f99] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, aacec8cb-b098-4526-8983-3c23cc82a3d3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1bc4b6f7-7d07-451d-a45b-da9fa3e25b47]>
21:52:47.899 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:47.901 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:47.903 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:aacec8cb-b098-4526-8983-3c23cc82a3d3,_:6575ed5e-7129-4bdd-9ae9-8a986c177be8,_:f5005771-70c0-4f0d-8787-5a96716c3a7c,_:3fe74e26-058e-4261-a747-35f0440ca371,_:5365b9bd-61c4-4957-839a-3b72c1d0322d,_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47,_:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99,_:b69a288d-1412-44e1-9b67-f7a9481da673. Pending nodes: 
21:52:47.904 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:aacec8cb-b098-4526-8983-3c23cc82a3d3
21:52:47.905 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6575ed5e-7129-4bdd-9ae9-8a986c177be8
21:52:47.906 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f5005771-70c0-4f0d-8787-5a96716c3a7c
21:52:47.908 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3fe74e26-058e-4261-a747-35f0440ca371
21:52:47.910 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5365b9bd-61c4-4957-839a-3b72c1d0322d
21:52:47.911 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47
21:52:47.913 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99
21:52:47.913 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b69a288d-1412-44e1-9b67-f7a9481da673
21:52:47.914 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b69a288d-1412-44e1-9b67-f7a9481da673
21:52:47.914 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:47.914 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99
21:52:47.914 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47
21:52:47.914 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5365b9bd-61c4-4957-839a-3b72c1d0322d
21:52:47.914 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3fe74e26-058e-4261-a747-35f0440ca371
21:52:47.915 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f5005771-70c0-4f0d-8787-5a96716c3a7c
21:52:47.915 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6575ed5e-7129-4bdd-9ae9-8a986c177be8
21:52:47.915 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:aacec8cb-b098-4526-8983-3c23cc82a3d3
21:52:47.915 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b69a288d-1412-44e1-9b67-f7a9481da673 = 
21:52:47.915 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b69a288d-1412-44e1-9b67-f7a9481da673 = 
21:52:47.915 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b69a288d-1412-44e1-9b67-f7a9481da673: 
21:52:47.915 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:47.916 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:47.916 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:47.916 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:47.916 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:47.916 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:aacec8cb-b098-4526-8983-3c23cc82a3d3,_:6575ed5e-7129-4bdd-9ae9-8a986c177be8,_:f5005771-70c0-4f0d-8787-5a96716c3a7c,_:3fe74e26-058e-4261-a747-35f0440ca371,_:5365b9bd-61c4-4957-839a-3b72c1d0322d,_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47,_:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99,_:b69a288d-1412-44e1-9b67-f7a9481da673)
21:52:47.916 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aacec8cb-b098-4526-8983-3c23cc82a3d3)
21:52:47.917 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6575ed5e-7129-4bdd-9ae9-8a986c177be8)
21:52:47.917 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f5005771-70c0-4f0d-8787-5a96716c3a7c)
21:52:47.917 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3fe74e26-058e-4261-a747-35f0440ca371)
21:52:47.917 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5365b9bd-61c4-4957-839a-3b72c1d0322d)
21:52:47.917 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47)
21:52:47.917 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99)
21:52:47.917 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b69a288d-1412-44e1-9b67-f7a9481da673)
21:52:47.917 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.917 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.920 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:aacec8cb-b098-4526-8983-3c23cc82a3d3],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:47.920 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.920 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.921 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aacec8cb-b098-4526-8983-3c23cc82a3d3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aacec8cb-b098-4526-8983-3c23cc82a3d3), ShapeRef(_:6575ed5e-7129-4bdd-9ae9-8a986c177be8), ShapeRef(_:f5005771-70c0-4f0d-8787-5a96716c3a7c), ShapeRef(_:3fe74e26-058e-4261-a747-35f0440ca371), ShapeRef(_:5365b9bd-61c4-4957-839a-3b72c1d0322d), ShapeRef(_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47), ShapeRef(_:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99), ShapeRef(_:b69a288d-1412-44e1-9b67-f7a9481da673)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:aacec8cb-b098-4526-8983-3c23cc82a3d3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:47.921 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.921 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.921 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.922 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6575ed5e-7129-4bdd-9ae9-8a986c177be8=ShapeTyping(TypingMap(Map()))
21:52:47.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.923 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f5005771-70c0-4f0d-8787-5a96716c3a7c=ShapeTyping(TypingMap(Map()))
21:52:47.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.926 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3fe74e26-058e-4261-a747-35f0440ca371],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:47.926 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3fe74e26-058e-4261-a747-35f0440ca371=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aacec8cb-b098-4526-8983-3c23cc82a3d3), ShapeRef(_:6575ed5e-7129-4bdd-9ae9-8a986c177be8), ShapeRef(_:f5005771-70c0-4f0d-8787-5a96716c3a7c), ShapeRef(_:3fe74e26-058e-4261-a747-35f0440ca371), ShapeRef(_:5365b9bd-61c4-4957-839a-3b72c1d0322d), ShapeRef(_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47), ShapeRef(_:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99), ShapeRef(_:b69a288d-1412-44e1-9b67-f7a9481da673)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3fe74e26-058e-4261-a747-35f0440ca371,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.928 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.928 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.928 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5365b9bd-61c4-4957-839a-3b72c1d0322d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:47.928 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.928 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.929 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5365b9bd-61c4-4957-839a-3b72c1d0322d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aacec8cb-b098-4526-8983-3c23cc82a3d3), ShapeRef(_:6575ed5e-7129-4bdd-9ae9-8a986c177be8), ShapeRef(_:f5005771-70c0-4f0d-8787-5a96716c3a7c), ShapeRef(_:3fe74e26-058e-4261-a747-35f0440ca371), ShapeRef(_:5365b9bd-61c4-4957-839a-3b72c1d0322d), ShapeRef(_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47), ShapeRef(_:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99), ShapeRef(_:b69a288d-1412-44e1-9b67-f7a9481da673)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5365b9bd-61c4-4957-839a-3b72c1d0322d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.929 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.929 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.929 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.929 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.929 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:47.885Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:47.930 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aacec8cb-b098-4526-8983-3c23cc82a3d3), ShapeRef(_:6575ed5e-7129-4bdd-9ae9-8a986c177be8), ShapeRef(_:f5005771-70c0-4f0d-8787-5a96716c3a7c), ShapeRef(_:3fe74e26-058e-4261-a747-35f0440ca371), ShapeRef(_:5365b9bd-61c4-4957-839a-3b72c1d0322d), ShapeRef(_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47), ShapeRef(_:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99), ShapeRef(_:b69a288d-1412-44e1-9b67-f7a9481da673)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.930 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.930 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.930 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99=ShapeTyping(TypingMap(Map()))
21:52:47.930 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.930 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:47.930 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b69a288d-1412-44e1-9b67-f7a9481da673=ShapeTyping(TypingMap(Map()))
21:52:47.980 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:aacec8cb-b098-4526-8983-3c23cc82a3d3,_:6575ed5e-7129-4bdd-9ae9-8a986c177be8,_:f5005771-70c0-4f0d-8787-5a96716c3a7c,_:3fe74e26-058e-4261-a747-35f0440ca371,_:5365b9bd-61c4-4957-839a-3b72c1d0322d,_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47,_:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99,_:b69a288d-1412-44e1-9b67-f7a9481da673)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:aacec8cb-b098-4526-8983-3c23cc82a3d3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:aacec8cb-b098-4526-8983-3c23cc82a3d3), ShapeRef(_:6575ed5e-7129-4bdd-9ae9-8a986c177be8), ShapeRef(_:f5005771-70c0-4f0d-8787-5a96716c3a7c), ShapeRef(_:3fe74e26-058e-4261-a747-35f0440ca371), ShapeRef(_:5365b9bd-61c4-4957-839a-3b72c1d0322d), ShapeRef(_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47), ShapeRef(_:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99), ShapeRef(_:b69a288d-1412-44e1-9b67-f7a9481da673)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5365b9bd-61c4-4957-839a-3b72c1d0322d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3fe74e26-058e-4261-a747-35f0440ca371,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.981 [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(_:aacec8cb-b098-4526-8983-3c23cc82a3d3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:aacec8cb-b098-4526-8983-3c23cc82a3d3), ShapeRef(_:6575ed5e-7129-4bdd-9ae9-8a986c177be8), ShapeRef(_:f5005771-70c0-4f0d-8787-5a96716c3a7c), ShapeRef(_:3fe74e26-058e-4261-a747-35f0440ca371), ShapeRef(_:5365b9bd-61c4-4957-839a-3b72c1d0322d), ShapeRef(_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47), ShapeRef(_:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99), ShapeRef(_:b69a288d-1412-44e1-9b67-f7a9481da673)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5365b9bd-61c4-4957-839a-3b72c1d0322d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3fe74e26-058e-4261-a747-35f0440ca371,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.981 [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(_:aacec8cb-b098-4526-8983-3c23cc82a3d3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:aacec8cb-b098-4526-8983-3c23cc82a3d3), ShapeRef(_:6575ed5e-7129-4bdd-9ae9-8a986c177be8), ShapeRef(_:f5005771-70c0-4f0d-8787-5a96716c3a7c), ShapeRef(_:3fe74e26-058e-4261-a747-35f0440ca371), ShapeRef(_:5365b9bd-61c4-4957-839a-3b72c1d0322d), ShapeRef(_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47), ShapeRef(_:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99), ShapeRef(_:b69a288d-1412-44e1-9b67-f7a9481da673)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5365b9bd-61c4-4957-839a-3b72c1d0322d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3fe74e26-058e-4261-a747-35f0440ca371,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:47.982 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99 = 
21:52:47.982 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99 = 
21:52:47.982 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9b33bdc2-faa0-46a2-baa3-ca50f0f98f99: 
21:52:47.982 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47 = 
21:52:47.982 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47 = 
21:52:47.982 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1bc4b6f7-7d07-451d-a45b-da9fa3e25b47: 
21:52:47.982 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5365b9bd-61c4-4957-839a-3b72c1d0322d = 
21:52:47.982 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5365b9bd-61c4-4957-839a-3b72c1d0322d = 
21:52:47.982 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5365b9bd-61c4-4957-839a-3b72c1d0322d: 
21:52:47.982 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3fe74e26-058e-4261-a747-35f0440ca371 = 
21:52:47.983 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3fe74e26-058e-4261-a747-35f0440ca371 = 
21:52:47.983 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3fe74e26-058e-4261-a747-35f0440ca371: 
21:52:47.983 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f5005771-70c0-4f0d-8787-5a96716c3a7c = 
21:52:47.983 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f5005771-70c0-4f0d-8787-5a96716c3a7c = 
21:52:47.983 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f5005771-70c0-4f0d-8787-5a96716c3a7c: 
21:52:47.983 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6575ed5e-7129-4bdd-9ae9-8a986c177be8 = 
21:52:47.983 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6575ed5e-7129-4bdd-9ae9-8a986c177be8 = 
21:52:47.983 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6575ed5e-7129-4bdd-9ae9-8a986c177be8: 
21:52:47.983 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:aacec8cb-b098-4526-8983-3c23cc82a3d3 = 
21:52:47.983 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:aacec8cb-b098-4526-8983-3c23cc82a3d3 = 
21:52:47.983 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:aacec8cb-b098-4526-8983-3c23cc82a3d3: 
21:52:47.985 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:47.999 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {c13a19ab-e657-4101-979f-bf170e0fd4a6 @rdf:rest rdf:nil; c13a19ab-e657-4101-979f-bf170e0fd4a6 @rdf:first "C"; e47f8671-4280-4920-8fec-0619180ccea5 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e47f8671-4280-4920-8fec-0619180ccea5 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e47f8671-4280-4920-8fec-0619180ccea5 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; e47f8671-4280-4920-8fec-0619180ccea5 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; e47f8671-4280-4920-8fec-0619180ccea5 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; e47f8671-4280-4920-8fec-0619180ccea5 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; e47f8671-4280-4920-8fec-0619180ccea5 @rdf:type sh:Property; d63faf78-c041-4c4e-87bb-0eb87161159a @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; d63faf78-c041-4c4e-87bb-0eb87161159a @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; d63faf78-c041-4c4e-87bb-0eb87161159a @sh:path http://www.sampledomain.org/sam#integerProperty3; d63faf78-c041-4c4e-87bb-0eb87161159a @rdf:type sh:Property; 00411694-7bbd-4ef6-a295-02e8a0d49f98 @sh:in 12743ec8-4e45-4a87-af82-c2ef02756ee4; 00411694-7bbd-4ef6-a295-02e8a0d49f98 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 00411694-7bbd-4ef6-a295-02e8a0d49f98 @rdf:type sh:Property; 03d6db7b-45b6-403f-8f01-155b9bb1d5c6 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer...} |  [c13a19ab-e657-4101-979f-bf170e0fd4a6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [c13a19ab-e657-4101-979f-bf170e0fd4a6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [e47f8671-4280-4920-8fec-0619180ccea5, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e47f8671-4280-4920-8fec-0619180ccea5, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e47f8671-4280-4920-8fec-0619180ccea5, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e47f8671-4280-4920-8fec-0619180ccea5, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e47f8671-4280-4920-8fec-0619180ccea5, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e47f8671-4280-4920-8fec-0619180ccea5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [e47f8671-4280-4920-8fec-0619180ccea5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d63faf78-c041-4c4e-87bb-0eb87161159a, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d63faf78-c041-4c4e-87bb-0eb87161159a, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d63faf78-c041-4c4e-87bb-0eb87161159a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [d63faf78-c041-4c4e-87bb-0eb87161159a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [00411694-7bbd-4ef6-a295-02e8a0d49f98, http://www.w3.org/ns/shacl#in, 12743ec8-4e45-4a87-af82-c2ef02756ee4] [00411694-7bbd-4ef6-a295-02e8a0d49f98, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [00411694-7bbd-4ef6-a295-02e8a0d49f98, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [03d6db7b-45b6-403f-8f01-155b9bb1d5c6, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [03d6db7b-45b6-403f-8f01-155b9bb1d5c6, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [03d6db7b-45b6-403f-8f01-155b9bb1d5c6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [03d6db7b-45b6-403f-8f01-155b9bb1d5c6, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [03d6db7b-45b6-403f-8f01-155b9bb1d5c6, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [03d6db7b-45b6-403f-8f01-155b9bb1d5c6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [03d6db7b-45b6-403f-8f01-155b9bb1d5c6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a30727db-20c6-456b-b526-f06bf2830bd1, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a30727db-20c6-456b-b526-f06bf2830bd1, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a30727db-20c6-456b-b526-f06bf2830bd1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [a30727db-20c6-456b-b526-f06bf2830bd1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8de912ec-1810-4a61-81eb-4618000ea674, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [8de912ec-1810-4a61-81eb-4618000ea674, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [8de912ec-1810-4a61-81eb-4618000ea674, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a484e9d8-a9e3-4073-b4fb-84bad07945d9, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a484e9d8-a9e3-4073-b4fb-84bad07945d9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a484e9d8-a9e3-4073-b4fb-84bad07945d9, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [a484e9d8-a9e3-4073-b4fb-84bad07945d9, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [a484e9d8-a9e3-4073-b4fb-84bad07945d9, http://www.w3.org/ns/shacl#pattern, "^B"] [a484e9d8-a9e3-4073-b4fb-84bad07945d9, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [a484e9d8-a9e3-4073-b4fb-84bad07945d9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [a484e9d8-a9e3-4073-b4fb-84bad07945d9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b6d20467-2766-461d-88db-2d7124df0b0e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c13a19ab-e657-4101-979f-bf170e0fd4a6] [b6d20467-2766-461d-88db-2d7124df0b0e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [12743ec8-4e45-4a87-af82-c2ef02756ee4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b6d20467-2766-461d-88db-2d7124df0b0e] [12743ec8-4e45-4a87-af82-c2ef02756ee4, 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, 51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8de912ec-1810-4a61-81eb-4618000ea674] [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, 03d6db7b-45b6-403f-8f01-155b9bb1d5c6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a484e9d8-a9e3-4073-b4fb-84bad07945d9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e47f8671-4280-4920-8fec-0619180ccea5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 00411694-7bbd-4ef6-a295-02e8a0d49f98] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d63faf78-c041-4c4e-87bb-0eb87161159a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a30727db-20c6-456b-b526-f06bf2830bd1]>
21:52:48.000 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:48.002 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:48.004 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:e47f8671-4280-4920-8fec-0619180ccea5,_:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc,_:a484e9d8-a9e3-4073-b4fb-84bad07945d9,_:00411694-7bbd-4ef6-a295-02e8a0d49f98,_:d63faf78-c041-4c4e-87bb-0eb87161159a,_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6,_:8de912ec-1810-4a61-81eb-4618000ea674,_:a30727db-20c6-456b-b526-f06bf2830bd1. Pending nodes: 
21:52:48.005 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e47f8671-4280-4920-8fec-0619180ccea5
21:52:48.007 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc
21:52:48.008 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a484e9d8-a9e3-4073-b4fb-84bad07945d9
21:52:48.010 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:00411694-7bbd-4ef6-a295-02e8a0d49f98
21:52:48.011 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d63faf78-c041-4c4e-87bb-0eb87161159a
21:52:48.012 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:03d6db7b-45b6-403f-8f01-155b9bb1d5c6
21:52:48.013 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8de912ec-1810-4a61-81eb-4618000ea674
21:52:48.014 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a30727db-20c6-456b-b526-f06bf2830bd1
21:52:48.015 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a30727db-20c6-456b-b526-f06bf2830bd1
21:52:48.015 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:48.015 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8de912ec-1810-4a61-81eb-4618000ea674
21:52:48.015 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:03d6db7b-45b6-403f-8f01-155b9bb1d5c6
21:52:48.016 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d63faf78-c041-4c4e-87bb-0eb87161159a
21:52:48.016 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:00411694-7bbd-4ef6-a295-02e8a0d49f98
21:52:48.016 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a484e9d8-a9e3-4073-b4fb-84bad07945d9
21:52:48.016 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc
21:52:48.016 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e47f8671-4280-4920-8fec-0619180ccea5
21:52:48.016 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a30727db-20c6-456b-b526-f06bf2830bd1 = 
21:52:48.016 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a30727db-20c6-456b-b526-f06bf2830bd1 = 
21:52:48.016 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a30727db-20c6-456b-b526-f06bf2830bd1: 
21:52:48.016 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:48.016 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:48.017 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:48.017 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:48.017 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:48.017 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e47f8671-4280-4920-8fec-0619180ccea5,_:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc,_:a484e9d8-a9e3-4073-b4fb-84bad07945d9,_:00411694-7bbd-4ef6-a295-02e8a0d49f98,_:d63faf78-c041-4c4e-87bb-0eb87161159a,_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6,_:8de912ec-1810-4a61-81eb-4618000ea674,_:a30727db-20c6-456b-b526-f06bf2830bd1)
21:52:48.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e47f8671-4280-4920-8fec-0619180ccea5)
21:52:48.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc)
21:52:48.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a484e9d8-a9e3-4073-b4fb-84bad07945d9)
21:52:48.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:00411694-7bbd-4ef6-a295-02e8a0d49f98)
21:52:48.018 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d63faf78-c041-4c4e-87bb-0eb87161159a)
21:52:48.018 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6)
21:52:48.018 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8de912ec-1810-4a61-81eb-4618000ea674)
21:52:48.018 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a30727db-20c6-456b-b526-f06bf2830bd1)
21:52:48.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.021 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(6), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e47f8671-4280-4920-8fec-0619180ccea5],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:48.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.022 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e47f8671-4280-4920-8fec-0619180ccea5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e47f8671-4280-4920-8fec-0619180ccea5), ShapeRef(_:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc), ShapeRef(_:a484e9d8-a9e3-4073-b4fb-84bad07945d9), ShapeRef(_:00411694-7bbd-4ef6-a295-02e8a0d49f98), ShapeRef(_:d63faf78-c041-4c4e-87bb-0eb87161159a), ShapeRef(_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6), ShapeRef(_:8de912ec-1810-4a61-81eb-4618000ea674), ShapeRef(_:a30727db-20c6-456b-b526-f06bf2830bd1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e47f8671-4280-4920-8fec-0619180ccea5,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxLength(2), 6 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 6 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.023 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc=ShapeTyping(TypingMap(Map()))
21:52:48.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.025 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a484e9d8-a9e3-4073-b4fb-84bad07945d9],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:48.025 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a484e9d8-a9e3-4073-b4fb-84bad07945d9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e47f8671-4280-4920-8fec-0619180ccea5), ShapeRef(_:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc), ShapeRef(_:a484e9d8-a9e3-4073-b4fb-84bad07945d9), ShapeRef(_:00411694-7bbd-4ef6-a295-02e8a0d49f98), ShapeRef(_:d63faf78-c041-4c4e-87bb-0eb87161159a), ShapeRef(_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6), ShapeRef(_:8de912ec-1810-4a61-81eb-4618000ea674), ShapeRef(_:a30727db-20c6-456b-b526-f06bf2830bd1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a484e9d8-a9e3-4073-b4fb-84bad07945d9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.083 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:00411694-7bbd-4ef6-a295-02e8a0d49f98=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e47f8671-4280-4920-8fec-0619180ccea5), ShapeRef(_:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc), ShapeRef(_:a484e9d8-a9e3-4073-b4fb-84bad07945d9), ShapeRef(_:00411694-7bbd-4ef6-a295-02e8a0d49f98), ShapeRef(_:d63faf78-c041-4c4e-87bb-0eb87161159a), ShapeRef(_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6), ShapeRef(_:8de912ec-1810-4a61-81eb-4618000ea674), ShapeRef(_:a30727db-20c6-456b-b526-f06bf2830bd1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:00411694-7bbd-4ef6-a295-02e8a0d49f98,PredicatePath(<http://www.sampledomain.org/sam#anotherStringProperty>),List(In(List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A")))),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "D": LiteralValue("In violation. Expected "D" to be in List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A"))"))))))))
21:52:48.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.084 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d63faf78-c041-4c4e-87bb-0eb87161159a=ShapeTyping(TypingMap(Map()))
21:52:48.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.085 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:48.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.086 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e47f8671-4280-4920-8fec-0619180ccea5), ShapeRef(_:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc), ShapeRef(_:a484e9d8-a9e3-4073-b4fb-84bad07945d9), ShapeRef(_:00411694-7bbd-4ef6-a295-02e8a0d49f98), ShapeRef(_:d63faf78-c041-4c4e-87bb-0eb87161159a), ShapeRef(_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6), ShapeRef(_:8de912ec-1810-4a61-81eb-4618000ea674), ShapeRef(_:a30727db-20c6-456b-b526-f06bf2830bd1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.087 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8de912ec-1810-4a61-81eb-4618000ea674=ShapeTyping(TypingMap(Map()))
21:52:48.087 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.087 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.087 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.087 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.088 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:47.988Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a30727db-20c6-456b-b526-f06bf2830bd1],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:48.088 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a30727db-20c6-456b-b526-f06bf2830bd1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e47f8671-4280-4920-8fec-0619180ccea5), ShapeRef(_:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc), ShapeRef(_:a484e9d8-a9e3-4073-b4fb-84bad07945d9), ShapeRef(_:00411694-7bbd-4ef6-a295-02e8a0d49f98), ShapeRef(_:d63faf78-c041-4c4e-87bb-0eb87161159a), ShapeRef(_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6), ShapeRef(_:8de912ec-1810-4a61-81eb-4618000ea674), ShapeRef(_:a30727db-20c6-456b-b526-f06bf2830bd1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a30727db-20c6-456b-b526-f06bf2830bd1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.089 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e47f8671-4280-4920-8fec-0619180ccea5,_:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc,_:a484e9d8-a9e3-4073-b4fb-84bad07945d9,_:00411694-7bbd-4ef6-a295-02e8a0d49f98,_:d63faf78-c041-4c4e-87bb-0eb87161159a,_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6,_:8de912ec-1810-4a61-81eb-4618000ea674,_:a30727db-20c6-456b-b526-f06bf2830bd1)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:00411694-7bbd-4ef6-a295-02e8a0d49f98,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(_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:e47f8671-4280-4920-8fec-0619180ccea5), ShapeRef(_:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc), ShapeRef(_:a484e9d8-a9e3-4073-b4fb-84bad07945d9), ShapeRef(_:00411694-7bbd-4ef6-a295-02e8a0d49f98), ShapeRef(_:d63faf78-c041-4c4e-87bb-0eb87161159a), ShapeRef(_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6), ShapeRef(_:8de912ec-1810-4a61-81eb-4618000ea674), ShapeRef(_:a30727db-20c6-456b-b526-f06bf2830bd1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a30727db-20c6-456b-b526-f06bf2830bd1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:a484e9d8-a9e3-4073-b4fb-84bad07945d9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:e47f8671-4280-4920-8fec-0619180ccea5,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxLength(2), 6 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 6 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.089 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:00411694-7bbd-4ef6-a295-02e8a0d49f98,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(_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:e47f8671-4280-4920-8fec-0619180ccea5), ShapeRef(_:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc), ShapeRef(_:a484e9d8-a9e3-4073-b4fb-84bad07945d9), ShapeRef(_:00411694-7bbd-4ef6-a295-02e8a0d49f98), ShapeRef(_:d63faf78-c041-4c4e-87bb-0eb87161159a), ShapeRef(_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6), ShapeRef(_:8de912ec-1810-4a61-81eb-4618000ea674), ShapeRef(_:a30727db-20c6-456b-b526-f06bf2830bd1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a30727db-20c6-456b-b526-f06bf2830bd1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:a484e9d8-a9e3-4073-b4fb-84bad07945d9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:e47f8671-4280-4920-8fec-0619180ccea5,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxLength(2), 6 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 6 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.090 [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(_:00411694-7bbd-4ef6-a295-02e8a0d49f98,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(_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:e47f8671-4280-4920-8fec-0619180ccea5), ShapeRef(_:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc), ShapeRef(_:a484e9d8-a9e3-4073-b4fb-84bad07945d9), ShapeRef(_:00411694-7bbd-4ef6-a295-02e8a0d49f98), ShapeRef(_:d63faf78-c041-4c4e-87bb-0eb87161159a), ShapeRef(_:03d6db7b-45b6-403f-8f01-155b9bb1d5c6), ShapeRef(_:8de912ec-1810-4a61-81eb-4618000ea674), ShapeRef(_:a30727db-20c6-456b-b526-f06bf2830bd1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a30727db-20c6-456b-b526-f06bf2830bd1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:a484e9d8-a9e3-4073-b4fb-84bad07945d9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:e47f8671-4280-4920-8fec-0619180ccea5,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxLength(2), 6 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 6 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.090 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8de912ec-1810-4a61-81eb-4618000ea674 = 
21:52:48.090 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8de912ec-1810-4a61-81eb-4618000ea674 = 
21:52:48.091 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8de912ec-1810-4a61-81eb-4618000ea674: 
21:52:48.091 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:03d6db7b-45b6-403f-8f01-155b9bb1d5c6 = 
21:52:48.091 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:03d6db7b-45b6-403f-8f01-155b9bb1d5c6 = 
21:52:48.091 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:03d6db7b-45b6-403f-8f01-155b9bb1d5c6: 
21:52:48.091 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d63faf78-c041-4c4e-87bb-0eb87161159a = 
21:52:48.091 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d63faf78-c041-4c4e-87bb-0eb87161159a = 
21:52:48.091 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d63faf78-c041-4c4e-87bb-0eb87161159a: 
21:52:48.091 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:00411694-7bbd-4ef6-a295-02e8a0d49f98 = 
21:52:48.091 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:00411694-7bbd-4ef6-a295-02e8a0d49f98 = 
21:52:48.091 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:00411694-7bbd-4ef6-a295-02e8a0d49f98: 
21:52:48.092 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a484e9d8-a9e3-4073-b4fb-84bad07945d9 = 
21:52:48.092 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a484e9d8-a9e3-4073-b4fb-84bad07945d9 = 
21:52:48.092 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a484e9d8-a9e3-4073-b4fb-84bad07945d9: 
21:52:48.092 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc = 
21:52:48.092 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc = 
21:52:48.092 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:51d4ddec-97f8-4c48-8c9e-ea42d8cf29dc: 
21:52:48.092 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e47f8671-4280-4920-8fec-0619180ccea5 = 
21:52:48.092 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e47f8671-4280-4920-8fec-0619180ccea5 = 
21:52:48.093 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e47f8671-4280-4920-8fec-0619180ccea5: 
21:52:48.095 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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: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:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:48.111 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {091375f2-7674-4caa-95e7-77d2ae1ed893 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 091375f2-7674-4caa-95e7-77d2ae1ed893 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 091375f2-7674-4caa-95e7-77d2ae1ed893 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 091375f2-7674-4caa-95e7-77d2ae1ed893 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 091375f2-7674-4caa-95e7-77d2ae1ed893 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 091375f2-7674-4caa-95e7-77d2ae1ed893 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 091375f2-7674-4caa-95e7-77d2ae1ed893 @rdf:type sh:Property; 1ee91f0f-8092-4a71-ae4c-e312da261728 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 1ee91f0f-8092-4a71-ae4c-e312da261728 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 1ee91f0f-8092-4a71-ae4c-e312da261728 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 1ee91f0f-8092-4a71-ae4c-e312da261728 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 1ee91f0f-8092-4a71-ae4c-e312da261728 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 1ee91f0f-8092-4a71-ae4c-e312da261728 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 1ee91f0f-8092-4a71-ae4c-e312da261728 @rdf:type sh:Property; afab648a-4ee7-45e7-a4bf-722bdd73998b @rdf:rest rdf:nil; afab648a-4ee7-45e7-a4bf-722bdd73998b @rdf:first "C"; 31f84cb5-74b7-4813-b14d-58601e78970c @sh:class http://www.sampledomain.org/sam#AnotherResource...} |  [091375f2-7674-4caa-95e7-77d2ae1ed893, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [091375f2-7674-4caa-95e7-77d2ae1ed893, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [091375f2-7674-4caa-95e7-77d2ae1ed893, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [091375f2-7674-4caa-95e7-77d2ae1ed893, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [091375f2-7674-4caa-95e7-77d2ae1ed893, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [091375f2-7674-4caa-95e7-77d2ae1ed893, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [091375f2-7674-4caa-95e7-77d2ae1ed893, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1ee91f0f-8092-4a71-ae4c-e312da261728, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1ee91f0f-8092-4a71-ae4c-e312da261728, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1ee91f0f-8092-4a71-ae4c-e312da261728, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1ee91f0f-8092-4a71-ae4c-e312da261728, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1ee91f0f-8092-4a71-ae4c-e312da261728, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1ee91f0f-8092-4a71-ae4c-e312da261728, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [1ee91f0f-8092-4a71-ae4c-e312da261728, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [afab648a-4ee7-45e7-a4bf-722bdd73998b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [afab648a-4ee7-45e7-a4bf-722bdd73998b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [31f84cb5-74b7-4813-b14d-58601e78970c, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [31f84cb5-74b7-4813-b14d-58601e78970c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [31f84cb5-74b7-4813-b14d-58601e78970c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [53b2d5d6-ef8c-47fa-9854-896d7e2537ae, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, afab648a-4ee7-45e7-a4bf-722bdd73998b] [53b2d5d6-ef8c-47fa-9854-896d7e2537ae, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [dc336066-18e4-4797-9445-4539ab5d7e1d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 53b2d5d6-ef8c-47fa-9854-896d7e2537ae] [dc336066-18e4-4797-9445-4539ab5d7e1d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [7c73e007-ce2f-4bd8-b29c-11ce00b068f9, http://www.w3.org/ns/shacl#in, dc336066-18e4-4797-9445-4539ab5d7e1d] [7c73e007-ce2f-4bd8-b29c-11ce00b068f9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [7c73e007-ce2f-4bd8-b29c-11ce00b068f9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [42e54245-07ec-421e-b156-eb019ad37de3, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [42e54245-07ec-421e-b156-eb019ad37de3, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [42e54245-07ec-421e-b156-eb019ad37de3, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [42e54245-07ec-421e-b156-eb019ad37de3, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [42e54245-07ec-421e-b156-eb019ad37de3, http://www.w3.org/ns/shacl#pattern, "^B"] [42e54245-07ec-421e-b156-eb019ad37de3, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [42e54245-07ec-421e-b156-eb019ad37de3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [42e54245-07ec-421e-b156-eb019ad37de3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [daa70692-0f87-4b0e-9524-e5fd843c6d23, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [daa70692-0f87-4b0e-9524-e5fd843c6d23, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [daa70692-0f87-4b0e-9524-e5fd843c6d23, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [daa70692-0f87-4b0e-9524-e5fd843c6d23, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [027c60fc-5abb-4b51-acc6-647c16b3d382, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [027c60fc-5abb-4b51-acc6-647c16b3d382, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [027c60fc-5abb-4b51-acc6-647c16b3d382, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [027c60fc-5abb-4b51-acc6-647c16b3d382, 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, 7c73e007-ce2f-4bd8-b29c-11ce00b068f9] [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, 1ee91f0f-8092-4a71-ae4c-e312da261728] [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, 091375f2-7674-4caa-95e7-77d2ae1ed893] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, daa70692-0f87-4b0e-9524-e5fd843c6d23] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 027c60fc-5abb-4b51-acc6-647c16b3d382] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 42e54245-07ec-421e-b156-eb019ad37de3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 31f84cb5-74b7-4813-b14d-58601e78970c]>
21:52:48.112 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:48.114 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:48.116 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:daa70692-0f87-4b0e-9524-e5fd843c6d23,_:31f84cb5-74b7-4813-b14d-58601e78970c,_:1ee91f0f-8092-4a71-ae4c-e312da261728,_:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1,_:7c73e007-ce2f-4bd8-b29c-11ce00b068f9,_:091375f2-7674-4caa-95e7-77d2ae1ed893,_:027c60fc-5abb-4b51-acc6-647c16b3d382,_:42e54245-07ec-421e-b156-eb019ad37de3. Pending nodes: 
21:52:48.116 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:daa70692-0f87-4b0e-9524-e5fd843c6d23
21:52:48.117 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:31f84cb5-74b7-4813-b14d-58601e78970c
21:52:48.118 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1ee91f0f-8092-4a71-ae4c-e312da261728
21:52:48.120 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1
21:52:48.121 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7c73e007-ce2f-4bd8-b29c-11ce00b068f9
21:52:48.122 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:091375f2-7674-4caa-95e7-77d2ae1ed893
21:52:48.124 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:027c60fc-5abb-4b51-acc6-647c16b3d382
21:52:48.125 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:42e54245-07ec-421e-b156-eb019ad37de3
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:42e54245-07ec-421e-b156-eb019ad37de3
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:027c60fc-5abb-4b51-acc6-647c16b3d382
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:091375f2-7674-4caa-95e7-77d2ae1ed893
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7c73e007-ce2f-4bd8-b29c-11ce00b068f9
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1ee91f0f-8092-4a71-ae4c-e312da261728
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:31f84cb5-74b7-4813-b14d-58601e78970c
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:daa70692-0f87-4b0e-9524-e5fd843c6d23
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:42e54245-07ec-421e-b156-eb019ad37de3 = 
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:42e54245-07ec-421e-b156-eb019ad37de3 = 
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:42e54245-07ec-421e-b156-eb019ad37de3: 
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:48.127 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:48.128 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:daa70692-0f87-4b0e-9524-e5fd843c6d23,_:31f84cb5-74b7-4813-b14d-58601e78970c,_:1ee91f0f-8092-4a71-ae4c-e312da261728,_:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1,_:7c73e007-ce2f-4bd8-b29c-11ce00b068f9,_:091375f2-7674-4caa-95e7-77d2ae1ed893,_:027c60fc-5abb-4b51-acc6-647c16b3d382,_:42e54245-07ec-421e-b156-eb019ad37de3)
21:52:48.128 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:daa70692-0f87-4b0e-9524-e5fd843c6d23)
21:52:48.128 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:31f84cb5-74b7-4813-b14d-58601e78970c)
21:52:48.128 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1ee91f0f-8092-4a71-ae4c-e312da261728)
21:52:48.128 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1)
21:52:48.128 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7c73e007-ce2f-4bd8-b29c-11ce00b068f9)
21:52:48.128 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:091375f2-7674-4caa-95e7-77d2ae1ed893)
21:52:48.128 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:027c60fc-5abb-4b51-acc6-647c16b3d382)
21:52:48.128 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42e54245-07ec-421e-b156-eb019ad37de3)
21:52:48.128 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.128 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.129 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:daa70692-0f87-4b0e-9524-e5fd843c6d23=ShapeTyping(TypingMap(Map()))
21:52:48.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.129 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:31f84cb5-74b7-4813-b14d-58601e78970c=ShapeTyping(TypingMap(Map()))
21:52:48.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.130 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1ee91f0f-8092-4a71-ae4c-e312da261728],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:48.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.130 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1ee91f0f-8092-4a71-ae4c-e312da261728=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:daa70692-0f87-4b0e-9524-e5fd843c6d23), ShapeRef(_:31f84cb5-74b7-4813-b14d-58601e78970c), ShapeRef(_:1ee91f0f-8092-4a71-ae4c-e312da261728), ShapeRef(_:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1), ShapeRef(_:7c73e007-ce2f-4bd8-b29c-11ce00b068f9), ShapeRef(_:091375f2-7674-4caa-95e7-77d2ae1ed893), ShapeRef(_:027c60fc-5abb-4b51-acc6-647c16b3d382), ShapeRef(_:42e54245-07ec-421e-b156-eb019ad37de3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1ee91f0f-8092-4a71-ae4c-e312da261728,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.180 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.180 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.180 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.180 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1=ShapeTyping(TypingMap(Map()))
21:52:48.180 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.180 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.181 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7c73e007-ce2f-4bd8-b29c-11ce00b068f9=ShapeTyping(TypingMap(Map()))
21:52:48.181 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.181 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.182 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.182 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.183 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.183 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.183 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.183 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.184 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:091375f2-7674-4caa-95e7-77d2ae1ed893],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:48.184 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.184 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.185 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:091375f2-7674-4caa-95e7-77d2ae1ed893=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:daa70692-0f87-4b0e-9524-e5fd843c6d23), ShapeRef(_:31f84cb5-74b7-4813-b14d-58601e78970c), ShapeRef(_:1ee91f0f-8092-4a71-ae4c-e312da261728), ShapeRef(_:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1), ShapeRef(_:7c73e007-ce2f-4bd8-b29c-11ce00b068f9), ShapeRef(_:091375f2-7674-4caa-95e7-77d2ae1ed893), ShapeRef(_:027c60fc-5abb-4b51-acc6-647c16b3d382), ShapeRef(_:42e54245-07ec-421e-b156-eb019ad37de3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:091375f2-7674-4caa-95e7-77d2ae1ed893,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.186 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:48.101Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:027c60fc-5abb-4b51-acc6-647c16b3d382],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:48.186 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:027c60fc-5abb-4b51-acc6-647c16b3d382=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:daa70692-0f87-4b0e-9524-e5fd843c6d23), ShapeRef(_:31f84cb5-74b7-4813-b14d-58601e78970c), ShapeRef(_:1ee91f0f-8092-4a71-ae4c-e312da261728), ShapeRef(_:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1), ShapeRef(_:7c73e007-ce2f-4bd8-b29c-11ce00b068f9), ShapeRef(_:091375f2-7674-4caa-95e7-77d2ae1ed893), ShapeRef(_:027c60fc-5abb-4b51-acc6-647c16b3d382), ShapeRef(_:42e54245-07ec-421e-b156-eb019ad37de3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:027c60fc-5abb-4b51-acc6-647c16b3d382,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.190 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:42e54245-07ec-421e-b156-eb019ad37de3],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:48.190 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42e54245-07ec-421e-b156-eb019ad37de3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:daa70692-0f87-4b0e-9524-e5fd843c6d23), ShapeRef(_:31f84cb5-74b7-4813-b14d-58601e78970c), ShapeRef(_:1ee91f0f-8092-4a71-ae4c-e312da261728), ShapeRef(_:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1), ShapeRef(_:7c73e007-ce2f-4bd8-b29c-11ce00b068f9), ShapeRef(_:091375f2-7674-4caa-95e7-77d2ae1ed893), ShapeRef(_:027c60fc-5abb-4b51-acc6-647c16b3d382), ShapeRef(_:42e54245-07ec-421e-b156-eb019ad37de3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:42e54245-07ec-421e-b156-eb019ad37de3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.191 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:daa70692-0f87-4b0e-9524-e5fd843c6d23,_:31f84cb5-74b7-4813-b14d-58601e78970c,_:1ee91f0f-8092-4a71-ae4c-e312da261728,_:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1,_:7c73e007-ce2f-4bd8-b29c-11ce00b068f9,_:091375f2-7674-4caa-95e7-77d2ae1ed893,_:027c60fc-5abb-4b51-acc6-647c16b3d382,_:42e54245-07ec-421e-b156-eb019ad37de3)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:091375f2-7674-4caa-95e7-77d2ae1ed893,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:027c60fc-5abb-4b51-acc6-647c16b3d382,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:1ee91f0f-8092-4a71-ae4c-e312da261728,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:42e54245-07ec-421e-b156-eb019ad37de3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:daa70692-0f87-4b0e-9524-e5fd843c6d23), ShapeRef(_:31f84cb5-74b7-4813-b14d-58601e78970c), ShapeRef(_:1ee91f0f-8092-4a71-ae4c-e312da261728), ShapeRef(_:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1), ShapeRef(_:7c73e007-ce2f-4bd8-b29c-11ce00b068f9), ShapeRef(_:091375f2-7674-4caa-95e7-77d2ae1ed893), ShapeRef(_:027c60fc-5abb-4b51-acc6-647c16b3d382), ShapeRef(_:42e54245-07ec-421e-b156-eb019ad37de3)),false,List()) -> TypingResult(Valid(List()))))))
21:52:48.191 [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(_:091375f2-7674-4caa-95e7-77d2ae1ed893,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:027c60fc-5abb-4b51-acc6-647c16b3d382,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:1ee91f0f-8092-4a71-ae4c-e312da261728,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:42e54245-07ec-421e-b156-eb019ad37de3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:daa70692-0f87-4b0e-9524-e5fd843c6d23), ShapeRef(_:31f84cb5-74b7-4813-b14d-58601e78970c), ShapeRef(_:1ee91f0f-8092-4a71-ae4c-e312da261728), ShapeRef(_:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1), ShapeRef(_:7c73e007-ce2f-4bd8-b29c-11ce00b068f9), ShapeRef(_:091375f2-7674-4caa-95e7-77d2ae1ed893), ShapeRef(_:027c60fc-5abb-4b51-acc6-647c16b3d382), ShapeRef(_:42e54245-07ec-421e-b156-eb019ad37de3)),false,List()) -> TypingResult(Valid(List()))))))
21:52:48.192 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:091375f2-7674-4caa-95e7-77d2ae1ed893,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:027c60fc-5abb-4b51-acc6-647c16b3d382,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:1ee91f0f-8092-4a71-ae4c-e312da261728,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:42e54245-07ec-421e-b156-eb019ad37de3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:daa70692-0f87-4b0e-9524-e5fd843c6d23), ShapeRef(_:31f84cb5-74b7-4813-b14d-58601e78970c), ShapeRef(_:1ee91f0f-8092-4a71-ae4c-e312da261728), ShapeRef(_:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1), ShapeRef(_:7c73e007-ce2f-4bd8-b29c-11ce00b068f9), ShapeRef(_:091375f2-7674-4caa-95e7-77d2ae1ed893), ShapeRef(_:027c60fc-5abb-4b51-acc6-647c16b3d382), ShapeRef(_:42e54245-07ec-421e-b156-eb019ad37de3)),false,List()) -> TypingResult(Valid(List()))))))
21:52:48.192 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:027c60fc-5abb-4b51-acc6-647c16b3d382 = 
21:52:48.192 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:027c60fc-5abb-4b51-acc6-647c16b3d382 = 
21:52:48.192 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:027c60fc-5abb-4b51-acc6-647c16b3d382: 
21:52:48.192 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:091375f2-7674-4caa-95e7-77d2ae1ed893 = 
21:52:48.192 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:091375f2-7674-4caa-95e7-77d2ae1ed893 = 
21:52:48.192 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:091375f2-7674-4caa-95e7-77d2ae1ed893: 
21:52:48.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7c73e007-ce2f-4bd8-b29c-11ce00b068f9 = 
21:52:48.193 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7c73e007-ce2f-4bd8-b29c-11ce00b068f9 = 
21:52:48.193 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7c73e007-ce2f-4bd8-b29c-11ce00b068f9: 
21:52:48.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1 = 
21:52:48.193 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1 = 
21:52:48.193 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dcd679a3-6ccc-4e5c-b994-1ba1f30c3cc1: 
21:52:48.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1ee91f0f-8092-4a71-ae4c-e312da261728 = 
21:52:48.193 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1ee91f0f-8092-4a71-ae4c-e312da261728 = 
21:52:48.193 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1ee91f0f-8092-4a71-ae4c-e312da261728: 
21:52:48.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:31f84cb5-74b7-4813-b14d-58601e78970c = 
21:52:48.193 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:31f84cb5-74b7-4813-b14d-58601e78970c = 
21:52:48.194 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:31f84cb5-74b7-4813-b14d-58601e78970c: 
21:52:48.194 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:daa70692-0f87-4b0e-9524-e5fd843c6d23 = 
21:52:48.194 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:daa70692-0f87-4b0e-9524-e5fd843c6d23 = 
21:52:48.194 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:daa70692-0f87-4b0e-9524-e5fd843c6d23: 
21:52:48.195 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

21:52:48.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
] .

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:48.208 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {e2c0218b-8027-4f2c-b604-686684c66de0 @sh:in 71786d4d-07f6-4e86-98c1-4dbb763cc31d; e2c0218b-8027-4f2c-b604-686684c66de0 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; e2c0218b-8027-4f2c-b604-686684c66de0 @rdf:type sh:Property; d09fb1ec-aad0-49bd-bced-c742d6876987 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; d09fb1ec-aad0-49bd-bced-c742d6876987 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; d09fb1ec-aad0-49bd-bced-c742d6876987 @sh:path http://www.sampledomain.org/sam#integerProperty3; d09fb1ec-aad0-49bd-bced-c742d6876987 @rdf:type sh:Property; 70e2a229-4bfe-45bc-99a1-4ed612fde887 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 70e2a229-4bfe-45bc-99a1-4ed612fde887 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 70e2a229-4bfe-45bc-99a1-4ed612fde887 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 70e2a229-4bfe-45bc-99a1-4ed612fde887 @rdf:type sh:Property; 6e545c8f-d9bc-4e81-a867-016a05c538f3 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 6e545c8f-d9bc-4e81-a867-016a05c538f3 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 6e545c8f-d9bc-4e81-a867-016a05c538f3 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 6e545c8f-d9bc-4e81-a867-016a05c538f3 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 6e545c8f-d9bc-4e81-a867-016a05c538f3 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 6e545c8f-d9bc-4e81-a867-016a05c538f3 @sh:path http://www.sampledomain.org/sam#anIntegerProperty...} |  [e2c0218b-8027-4f2c-b604-686684c66de0, http://www.w3.org/ns/shacl#in, 71786d4d-07f6-4e86-98c1-4dbb763cc31d] [e2c0218b-8027-4f2c-b604-686684c66de0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [e2c0218b-8027-4f2c-b604-686684c66de0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d09fb1ec-aad0-49bd-bced-c742d6876987, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d09fb1ec-aad0-49bd-bced-c742d6876987, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d09fb1ec-aad0-49bd-bced-c742d6876987, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [d09fb1ec-aad0-49bd-bced-c742d6876987, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [70e2a229-4bfe-45bc-99a1-4ed612fde887, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [70e2a229-4bfe-45bc-99a1-4ed612fde887, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [70e2a229-4bfe-45bc-99a1-4ed612fde887, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [70e2a229-4bfe-45bc-99a1-4ed612fde887, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6e545c8f-d9bc-4e81-a867-016a05c538f3, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6e545c8f-d9bc-4e81-a867-016a05c538f3, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6e545c8f-d9bc-4e81-a867-016a05c538f3, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6e545c8f-d9bc-4e81-a867-016a05c538f3, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6e545c8f-d9bc-4e81-a867-016a05c538f3, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6e545c8f-d9bc-4e81-a867-016a05c538f3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [6e545c8f-d9bc-4e81-a867-016a05c538f3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [50cd4ea1-7d45-4fb9-8571-149774ec280f, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [50cd4ea1-7d45-4fb9-8571-149774ec280f, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [50cd4ea1-7d45-4fb9-8571-149774ec280f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [50cd4ea1-7d45-4fb9-8571-149774ec280f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bf0db2f3-418b-4ca9-b55e-3c823b253696, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [bf0db2f3-418b-4ca9-b55e-3c823b253696, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [bf0db2f3-418b-4ca9-b55e-3c823b253696, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [36cb9015-425d-4da7-a921-34a672d8e1e2, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [36cb9015-425d-4da7-a921-34a672d8e1e2, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [36cb9015-425d-4da7-a921-34a672d8e1e2, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [36cb9015-425d-4da7-a921-34a672d8e1e2, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [36cb9015-425d-4da7-a921-34a672d8e1e2, http://www.w3.org/ns/shacl#pattern, "^B"] [36cb9015-425d-4da7-a921-34a672d8e1e2, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [36cb9015-425d-4da7-a921-34a672d8e1e2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [36cb9015-425d-4da7-a921-34a672d8e1e2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [71786d4d-07f6-4e86-98c1-4dbb763cc31d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 29fd84e7-235b-4a08-9da4-65a9030f8d48] [71786d4d-07f6-4e86-98c1-4dbb763cc31d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [29fd84e7-235b-4a08-9da4-65a9030f8d48, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a3c5e81e-6894-417a-8ab9-f16c516983d4] [29fd84e7-235b-4a08-9da4-65a9030f8d48, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [80a1630b-3b4f-4f68-96bc-d640e8ce1970, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [80a1630b-3b4f-4f68-96bc-d640e8ce1970, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [80a1630b-3b4f-4f68-96bc-d640e8ce1970, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [80a1630b-3b4f-4f68-96bc-d640e8ce1970, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [80a1630b-3b4f-4f68-96bc-d640e8ce1970, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [80a1630b-3b4f-4f68-96bc-d640e8ce1970, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [80a1630b-3b4f-4f68-96bc-d640e8ce1970, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a3c5e81e-6894-417a-8ab9-f16c516983d4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [a3c5e81e-6894-417a-8ab9-f16c516983d4, 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#property, 36cb9015-425d-4da7-a921-34a672d8e1e2] [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, 50cd4ea1-7d45-4fb9-8571-149774ec280f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d09fb1ec-aad0-49bd-bced-c742d6876987] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e2c0218b-8027-4f2c-b604-686684c66de0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 70e2a229-4bfe-45bc-99a1-4ed612fde887] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 80a1630b-3b4f-4f68-96bc-d640e8ce1970] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bf0db2f3-418b-4ca9-b55e-3c823b253696] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6e545c8f-d9bc-4e81-a867-016a05c538f3]>
21:52:48.209 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:48.211 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:48.213 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:50cd4ea1-7d45-4fb9-8571-149774ec280f,_:36cb9015-425d-4da7-a921-34a672d8e1e2,_:bf0db2f3-418b-4ca9-b55e-3c823b253696,_:6e545c8f-d9bc-4e81-a867-016a05c538f3,_:70e2a229-4bfe-45bc-99a1-4ed612fde887,_:e2c0218b-8027-4f2c-b604-686684c66de0,_:d09fb1ec-aad0-49bd-bced-c742d6876987,_:80a1630b-3b4f-4f68-96bc-d640e8ce1970. Pending nodes: 
21:52:48.213 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:50cd4ea1-7d45-4fb9-8571-149774ec280f
21:52:48.214 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:36cb9015-425d-4da7-a921-34a672d8e1e2
21:52:48.216 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bf0db2f3-418b-4ca9-b55e-3c823b253696
21:52:48.217 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6e545c8f-d9bc-4e81-a867-016a05c538f3
21:52:48.218 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:70e2a229-4bfe-45bc-99a1-4ed612fde887
21:52:48.219 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e2c0218b-8027-4f2c-b604-686684c66de0
21:52:48.220 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d09fb1ec-aad0-49bd-bced-c742d6876987
21:52:48.221 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:80a1630b-3b4f-4f68-96bc-d640e8ce1970
21:52:48.222 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:80a1630b-3b4f-4f68-96bc-d640e8ce1970
21:52:48.222 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d09fb1ec-aad0-49bd-bced-c742d6876987
21:52:48.222 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:48.222 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e2c0218b-8027-4f2c-b604-686684c66de0
21:52:48.222 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:70e2a229-4bfe-45bc-99a1-4ed612fde887
21:52:48.222 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6e545c8f-d9bc-4e81-a867-016a05c538f3
21:52:48.222 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bf0db2f3-418b-4ca9-b55e-3c823b253696
21:52:48.222 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:36cb9015-425d-4da7-a921-34a672d8e1e2
21:52:48.222 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:50cd4ea1-7d45-4fb9-8571-149774ec280f
21:52:48.222 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:80a1630b-3b4f-4f68-96bc-d640e8ce1970 = 
21:52:48.223 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:80a1630b-3b4f-4f68-96bc-d640e8ce1970 = 
21:52:48.223 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:80a1630b-3b4f-4f68-96bc-d640e8ce1970: 
21:52:48.280 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d09fb1ec-aad0-49bd-bced-c742d6876987 = 
21:52:48.280 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d09fb1ec-aad0-49bd-bced-c742d6876987 = 
21:52:48.280 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d09fb1ec-aad0-49bd-bced-c742d6876987: 
21:52:48.280 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:48.280 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:48.281 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:48.281 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:48.281 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:48.281 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:50cd4ea1-7d45-4fb9-8571-149774ec280f,_:36cb9015-425d-4da7-a921-34a672d8e1e2,_:bf0db2f3-418b-4ca9-b55e-3c823b253696,_:6e545c8f-d9bc-4e81-a867-016a05c538f3,_:70e2a229-4bfe-45bc-99a1-4ed612fde887,_:e2c0218b-8027-4f2c-b604-686684c66de0,_:d09fb1ec-aad0-49bd-bced-c742d6876987,_:80a1630b-3b4f-4f68-96bc-d640e8ce1970)
21:52:48.281 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:50cd4ea1-7d45-4fb9-8571-149774ec280f)
21:52:48.281 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36cb9015-425d-4da7-a921-34a672d8e1e2)
21:52:48.281 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bf0db2f3-418b-4ca9-b55e-3c823b253696)
21:52:48.281 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e545c8f-d9bc-4e81-a867-016a05c538f3)
21:52:48.281 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:70e2a229-4bfe-45bc-99a1-4ed612fde887)
21:52:48.281 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e2c0218b-8027-4f2c-b604-686684c66de0)
21:52:48.281 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d09fb1ec-aad0-49bd-bced-c742d6876987)
21:52:48.281 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:80a1630b-3b4f-4f68-96bc-d640e8ce1970)
21:52:48.281 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.281 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.282 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.282 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.282 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:50cd4ea1-7d45-4fb9-8571-149774ec280f=ShapeTyping(TypingMap(Map()))
21:52:48.282 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.282 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.283 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.283 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.283 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.283 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.284 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.284 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.285 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.285 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.285 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Betwee"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:36cb9015-425d-4da7-a921-34a672d8e1e2],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:48.285 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36cb9015-425d-4da7-a921-34a672d8e1e2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:50cd4ea1-7d45-4fb9-8571-149774ec280f), ShapeRef(_:36cb9015-425d-4da7-a921-34a672d8e1e2), ShapeRef(_:bf0db2f3-418b-4ca9-b55e-3c823b253696), ShapeRef(_:6e545c8f-d9bc-4e81-a867-016a05c538f3), ShapeRef(_:70e2a229-4bfe-45bc-99a1-4ed612fde887), ShapeRef(_:e2c0218b-8027-4f2c-b604-686684c66de0), ShapeRef(_:d09fb1ec-aad0-49bd-bced-c742d6876987), ShapeRef(_:80a1630b-3b4f-4f68-96bc-d640e8ce1970)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:36cb9015-425d-4da7-a921-34a672d8e1e2,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Betwee": LiteralValue("minLength violation. Expected length("Betwee") >= 7"))))))))
21:52:48.285 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.285 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.286 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bf0db2f3-418b-4ca9-b55e-3c823b253696=ShapeTyping(TypingMap(Map()))
21:52:48.286 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.286 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.286 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.286 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.286 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.287 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6e545c8f-d9bc-4e81-a867-016a05c538f3],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:48.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.288 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e545c8f-d9bc-4e81-a867-016a05c538f3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:50cd4ea1-7d45-4fb9-8571-149774ec280f), ShapeRef(_:36cb9015-425d-4da7-a921-34a672d8e1e2), ShapeRef(_:bf0db2f3-418b-4ca9-b55e-3c823b253696), ShapeRef(_:6e545c8f-d9bc-4e81-a867-016a05c538f3), ShapeRef(_:70e2a229-4bfe-45bc-99a1-4ed612fde887), ShapeRef(_:e2c0218b-8027-4f2c-b604-686684c66de0), ShapeRef(_:d09fb1ec-aad0-49bd-bced-c742d6876987), ShapeRef(_:80a1630b-3b4f-4f68-96bc-d640e8ce1970)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6e545c8f-d9bc-4e81-a867-016a05c538f3,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.288 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.288 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.289 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:48.198Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:70e2a229-4bfe-45bc-99a1-4ed612fde887],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:48.289 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:70e2a229-4bfe-45bc-99a1-4ed612fde887=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:50cd4ea1-7d45-4fb9-8571-149774ec280f), ShapeRef(_:36cb9015-425d-4da7-a921-34a672d8e1e2), ShapeRef(_:bf0db2f3-418b-4ca9-b55e-3c823b253696), ShapeRef(_:6e545c8f-d9bc-4e81-a867-016a05c538f3), ShapeRef(_:70e2a229-4bfe-45bc-99a1-4ed612fde887), ShapeRef(_:e2c0218b-8027-4f2c-b604-686684c66de0), ShapeRef(_:d09fb1ec-aad0-49bd-bced-c742d6876987), ShapeRef(_:80a1630b-3b4f-4f68-96bc-d640e8ce1970)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:70e2a229-4bfe-45bc-99a1-4ed612fde887,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.290 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e2c0218b-8027-4f2c-b604-686684c66de0=ShapeTyping(TypingMap(Map()))
21:52:48.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.290 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d09fb1ec-aad0-49bd-bced-c742d6876987=ShapeTyping(TypingMap(Map()))
21:52:48.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.292 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:80a1630b-3b4f-4f68-96bc-d640e8ce1970],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:48.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.293 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:80a1630b-3b4f-4f68-96bc-d640e8ce1970=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:50cd4ea1-7d45-4fb9-8571-149774ec280f), ShapeRef(_:36cb9015-425d-4da7-a921-34a672d8e1e2), ShapeRef(_:bf0db2f3-418b-4ca9-b55e-3c823b253696), ShapeRef(_:6e545c8f-d9bc-4e81-a867-016a05c538f3), ShapeRef(_:70e2a229-4bfe-45bc-99a1-4ed612fde887), ShapeRef(_:e2c0218b-8027-4f2c-b604-686684c66de0), ShapeRef(_:d09fb1ec-aad0-49bd-bced-c742d6876987), ShapeRef(_:80a1630b-3b4f-4f68-96bc-d640e8ce1970)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:80a1630b-3b4f-4f68-96bc-d640e8ce1970,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.293 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:50cd4ea1-7d45-4fb9-8571-149774ec280f,_:36cb9015-425d-4da7-a921-34a672d8e1e2,_:bf0db2f3-418b-4ca9-b55e-3c823b253696,_:6e545c8f-d9bc-4e81-a867-016a05c538f3,_:70e2a229-4bfe-45bc-99a1-4ed612fde887,_:e2c0218b-8027-4f2c-b604-686684c66de0,_:d09fb1ec-aad0-49bd-bced-c742d6876987,_:80a1630b-3b4f-4f68-96bc-d640e8ce1970)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:6e545c8f-d9bc-4e81-a867-016a05c538f3,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:70e2a229-4bfe-45bc-99a1-4ed612fde887,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:80a1630b-3b4f-4f68-96bc-d640e8ce1970,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:36cb9015-425d-4da7-a921-34a672d8e1e2,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Betwee": LiteralValue("minLength violation. Expected length("Betwee") >= 7")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:50cd4ea1-7d45-4fb9-8571-149774ec280f), ShapeRef(_:36cb9015-425d-4da7-a921-34a672d8e1e2), ShapeRef(_:bf0db2f3-418b-4ca9-b55e-3c823b253696), ShapeRef(_:6e545c8f-d9bc-4e81-a867-016a05c538f3), ShapeRef(_:70e2a229-4bfe-45bc-99a1-4ed612fde887), ShapeRef(_:e2c0218b-8027-4f2c-b604-686684c66de0), ShapeRef(_:d09fb1ec-aad0-49bd-bced-c742d6876987), ShapeRef(_:80a1630b-3b4f-4f68-96bc-d640e8ce1970)),false,List()) -> TypingResult(Valid(List()))))))
21:52:48.294 [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(_:6e545c8f-d9bc-4e81-a867-016a05c538f3,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:70e2a229-4bfe-45bc-99a1-4ed612fde887,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:80a1630b-3b4f-4f68-96bc-d640e8ce1970,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:36cb9015-425d-4da7-a921-34a672d8e1e2,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Betwee": LiteralValue("minLength violation. Expected length("Betwee") >= 7")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:50cd4ea1-7d45-4fb9-8571-149774ec280f), ShapeRef(_:36cb9015-425d-4da7-a921-34a672d8e1e2), ShapeRef(_:bf0db2f3-418b-4ca9-b55e-3c823b253696), ShapeRef(_:6e545c8f-d9bc-4e81-a867-016a05c538f3), ShapeRef(_:70e2a229-4bfe-45bc-99a1-4ed612fde887), ShapeRef(_:e2c0218b-8027-4f2c-b604-686684c66de0), ShapeRef(_:d09fb1ec-aad0-49bd-bced-c742d6876987), ShapeRef(_:80a1630b-3b4f-4f68-96bc-d640e8ce1970)),false,List()) -> TypingResult(Valid(List()))))))
21:52:48.294 [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(_:6e545c8f-d9bc-4e81-a867-016a05c538f3,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:70e2a229-4bfe-45bc-99a1-4ed612fde887,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:80a1630b-3b4f-4f68-96bc-d640e8ce1970,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:36cb9015-425d-4da7-a921-34a672d8e1e2,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Betwee": LiteralValue("minLength violation. Expected length("Betwee") >= 7")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:50cd4ea1-7d45-4fb9-8571-149774ec280f), ShapeRef(_:36cb9015-425d-4da7-a921-34a672d8e1e2), ShapeRef(_:bf0db2f3-418b-4ca9-b55e-3c823b253696), ShapeRef(_:6e545c8f-d9bc-4e81-a867-016a05c538f3), ShapeRef(_:70e2a229-4bfe-45bc-99a1-4ed612fde887), ShapeRef(_:e2c0218b-8027-4f2c-b604-686684c66de0), ShapeRef(_:d09fb1ec-aad0-49bd-bced-c742d6876987), ShapeRef(_:80a1630b-3b4f-4f68-96bc-d640e8ce1970)),false,List()) -> TypingResult(Valid(List()))))))
21:52:48.294 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e2c0218b-8027-4f2c-b604-686684c66de0 = 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e2c0218b-8027-4f2c-b604-686684c66de0 = 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e2c0218b-8027-4f2c-b604-686684c66de0: 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:70e2a229-4bfe-45bc-99a1-4ed612fde887 = 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:70e2a229-4bfe-45bc-99a1-4ed612fde887 = 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:70e2a229-4bfe-45bc-99a1-4ed612fde887: 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6e545c8f-d9bc-4e81-a867-016a05c538f3 = 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6e545c8f-d9bc-4e81-a867-016a05c538f3 = 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6e545c8f-d9bc-4e81-a867-016a05c538f3: 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bf0db2f3-418b-4ca9-b55e-3c823b253696 = 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bf0db2f3-418b-4ca9-b55e-3c823b253696 = 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bf0db2f3-418b-4ca9-b55e-3c823b253696: 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:36cb9015-425d-4da7-a921-34a672d8e1e2 = 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:36cb9015-425d-4da7-a921-34a672d8e1e2 = 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:36cb9015-425d-4da7-a921-34a672d8e1e2: 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:50cd4ea1-7d45-4fb9-8571-149774ec280f = 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:50cd4ea1-7d45-4fb9-8571-149774ec280f = 
21:52:48.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:50cd4ea1-7d45-4fb9-8571-149774ec280f: 
21:52:48.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  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  "Betwee" ;
                 sh:message                    "minLength violation. Expected length(\"Betwee\") >= 7" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#aStringProperty> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MinLengthConstraintComponent
               ]
] .

21:52:48.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                  "Betwee" ;
                 sh:message                    "minLength violation. Expected length(\"Betwee\") >= 7" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#aStringProperty> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MinLengthConstraintComponent
               ]
] .

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:48.320 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {03f4d561-002d-49c1-92a8-b075dabbda7a @rdf:rest 0ce9a8ed-583a-4d0f-a9ee-430bddfbb3dc; 03f4d561-002d-49c1-92a8-b075dabbda7a @rdf:first "A"; 6d35607d-15ea-4574-bd29-d66dcfe7db07 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 6d35607d-15ea-4574-bd29-d66dcfe7db07 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 6d35607d-15ea-4574-bd29-d66dcfe7db07 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 6d35607d-15ea-4574-bd29-d66dcfe7db07 @rdf:type sh:Property; 0ce9a8ed-583a-4d0f-a9ee-430bddfbb3dc @rdf:rest caca162a-1f30-44c1-8456-17afb5a152dc; 0ce9a8ed-583a-4d0f-a9ee-430bddfbb3dc @rdf:first "B"; 96a9c827-0f9a-43bd-a947-d307fcdd77ce @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 96a9c827-0f9a-43bd-a947-d307fcdd77ce @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 96a9c827-0f9a-43bd-a947-d307fcdd77ce @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 96a9c827-0f9a-43bd-a947-d307fcdd77ce @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 96a9c827-0f9a-43bd-a947-d307fcdd77ce @sh:pattern "^B"; 96a9c827-0f9a-43bd-a947-d307fcdd77ce @sh:description "a Simple Single String Property"; 96a9c827-0f9a-43bd-a947-d307fcdd77ce @sh:path http://www.sampledomain.org/sam#aStringProperty; 96a9c827-0f9a-43bd-a947-d307fcdd77ce @rdf:type sh:Property; caca162a-1f30-44c1-8456-17afb5a152dc @rdf:rest rdf:nil...} |  [03f4d561-002d-49c1-92a8-b075dabbda7a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0ce9a8ed-583a-4d0f-a9ee-430bddfbb3dc] [03f4d561-002d-49c1-92a8-b075dabbda7a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [6d35607d-15ea-4574-bd29-d66dcfe7db07, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6d35607d-15ea-4574-bd29-d66dcfe7db07, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6d35607d-15ea-4574-bd29-d66dcfe7db07, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [6d35607d-15ea-4574-bd29-d66dcfe7db07, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0ce9a8ed-583a-4d0f-a9ee-430bddfbb3dc, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, caca162a-1f30-44c1-8456-17afb5a152dc] [0ce9a8ed-583a-4d0f-a9ee-430bddfbb3dc, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [96a9c827-0f9a-43bd-a947-d307fcdd77ce, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [96a9c827-0f9a-43bd-a947-d307fcdd77ce, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [96a9c827-0f9a-43bd-a947-d307fcdd77ce, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [96a9c827-0f9a-43bd-a947-d307fcdd77ce, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [96a9c827-0f9a-43bd-a947-d307fcdd77ce, http://www.w3.org/ns/shacl#pattern, "^B"] [96a9c827-0f9a-43bd-a947-d307fcdd77ce, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [96a9c827-0f9a-43bd-a947-d307fcdd77ce, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [96a9c827-0f9a-43bd-a947-d307fcdd77ce, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [caca162a-1f30-44c1-8456-17afb5a152dc, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [caca162a-1f30-44c1-8456-17afb5a152dc, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [45c2b584-525f-4c70-a44b-22feb4a72909, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [45c2b584-525f-4c70-a44b-22feb4a72909, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [45c2b584-525f-4c70-a44b-22feb4a72909, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [45c2b584-525f-4c70-a44b-22feb4a72909, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [db6c7773-e4d5-4703-a63d-e22a92aa58ed, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [db6c7773-e4d5-4703-a63d-e22a92aa58ed, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [db6c7773-e4d5-4703-a63d-e22a92aa58ed, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [db6c7773-e4d5-4703-a63d-e22a92aa58ed, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9a43c372-5367-4472-86ce-2c8d375e961b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9a43c372-5367-4472-86ce-2c8d375e961b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9a43c372-5367-4472-86ce-2c8d375e961b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [9a43c372-5367-4472-86ce-2c8d375e961b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9a43c372-5367-4472-86ce-2c8d375e961b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9a43c372-5367-4472-86ce-2c8d375e961b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [9a43c372-5367-4472-86ce-2c8d375e961b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5, http://www.w3.org/ns/shacl#in, 03f4d561-002d-49c1-92a8-b075dabbda7a] [8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5, 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, 8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5] [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, 96a9c827-0f9a-43bd-a947-d307fcdd77ce] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6d35607d-15ea-4574-bd29-d66dcfe7db07] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 45c2b584-525f-4c70-a44b-22feb4a72909] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9a43c372-5367-4472-86ce-2c8d375e961b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a320ab32-4aa4-4f86-b32e-4e7719a44b19] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, db6c7773-e4d5-4703-a63d-e22a92aa58ed] [a320ab32-4aa4-4f86-b32e-4e7719a44b19, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [a320ab32-4aa4-4f86-b32e-4e7719a44b19, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [a320ab32-4aa4-4f86-b32e-4e7719a44b19, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:52:48.321 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:48.321 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:48.323 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:a320ab32-4aa4-4f86-b32e-4e7719a44b19,_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b,_:45c2b584-525f-4c70-a44b-22feb4a72909,_:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5,_:9a43c372-5367-4472-86ce-2c8d375e961b,_:db6c7773-e4d5-4703-a63d-e22a92aa58ed,_:96a9c827-0f9a-43bd-a947-d307fcdd77ce,_:6d35607d-15ea-4574-bd29-d66dcfe7db07. Pending nodes: 
21:52:48.323 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a320ab32-4aa4-4f86-b32e-4e7719a44b19
21:52:48.323 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b
21:52:48.325 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:45c2b584-525f-4c70-a44b-22feb4a72909
21:52:48.326 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5
21:52:48.327 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9a43c372-5367-4472-86ce-2c8d375e961b
21:52:48.381 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:db6c7773-e4d5-4703-a63d-e22a92aa58ed
21:52:48.382 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:96a9c827-0f9a-43bd-a947-d307fcdd77ce
21:52:48.384 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6d35607d-15ea-4574-bd29-d66dcfe7db07
21:52:48.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6d35607d-15ea-4574-bd29-d66dcfe7db07
21:52:48.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:48.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:96a9c827-0f9a-43bd-a947-d307fcdd77ce
21:52:48.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:db6c7773-e4d5-4703-a63d-e22a92aa58ed
21:52:48.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9a43c372-5367-4472-86ce-2c8d375e961b
21:52:48.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5
21:52:48.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:45c2b584-525f-4c70-a44b-22feb4a72909
21:52:48.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b
21:52:48.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a320ab32-4aa4-4f86-b32e-4e7719a44b19
21:52:48.385 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6d35607d-15ea-4574-bd29-d66dcfe7db07 = 
21:52:48.385 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6d35607d-15ea-4574-bd29-d66dcfe7db07 = 
21:52:48.385 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6d35607d-15ea-4574-bd29-d66dcfe7db07: 
21:52:48.385 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:48.386 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:48.386 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:48.386 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:48.386 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:48.386 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a320ab32-4aa4-4f86-b32e-4e7719a44b19,_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b,_:45c2b584-525f-4c70-a44b-22feb4a72909,_:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5,_:9a43c372-5367-4472-86ce-2c8d375e961b,_:db6c7773-e4d5-4703-a63d-e22a92aa58ed,_:96a9c827-0f9a-43bd-a947-d307fcdd77ce,_:6d35607d-15ea-4574-bd29-d66dcfe7db07)
21:52:48.386 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a320ab32-4aa4-4f86-b32e-4e7719a44b19)
21:52:48.386 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b)
21:52:48.386 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:45c2b584-525f-4c70-a44b-22feb4a72909)
21:52:48.386 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5)
21:52:48.386 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9a43c372-5367-4472-86ce-2c8d375e961b)
21:52:48.386 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:db6c7773-e4d5-4703-a63d-e22a92aa58ed)
21:52:48.386 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:96a9c827-0f9a-43bd-a947-d307fcdd77ce)
21:52:48.386 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6d35607d-15ea-4574-bd29-d66dcfe7db07)
21:52:48.386 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.386 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.387 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a320ab32-4aa4-4f86-b32e-4e7719a44b19=ShapeTyping(TypingMap(Map()))
21:52:48.387 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.387 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.388 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.388 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.388 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.388 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.389 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.389 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.389 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:48.389 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.389 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.390 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a320ab32-4aa4-4f86-b32e-4e7719a44b19), ShapeRef(_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b), ShapeRef(_:45c2b584-525f-4c70-a44b-22feb4a72909), ShapeRef(_:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5), ShapeRef(_:9a43c372-5367-4472-86ce-2c8d375e961b), ShapeRef(_:db6c7773-e4d5-4703-a63d-e22a92aa58ed), ShapeRef(_:96a9c827-0f9a-43bd-a947-d307fcdd77ce), ShapeRef(_:6d35607d-15ea-4574-bd29-d66dcfe7db07)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.390 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.390 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.391 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:45c2b584-525f-4c70-a44b-22feb4a72909=ShapeTyping(TypingMap(Map()))
21:52:48.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.392 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5=ShapeTyping(TypingMap(Map()))
21:52:48.392 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.392 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.392 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.392 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.392 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.392 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.393 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9a43c372-5367-4472-86ce-2c8d375e961b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:48.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.394 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9a43c372-5367-4472-86ce-2c8d375e961b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a320ab32-4aa4-4f86-b32e-4e7719a44b19), ShapeRef(_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b), ShapeRef(_:45c2b584-525f-4c70-a44b-22feb4a72909), ShapeRef(_:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5), ShapeRef(_:9a43c372-5367-4472-86ce-2c8d375e961b), ShapeRef(_:db6c7773-e4d5-4703-a63d-e22a92aa58ed), ShapeRef(_:96a9c827-0f9a-43bd-a947-d307fcdd77ce), ShapeRef(_:6d35607d-15ea-4574-bd29-d66dcfe7db07)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9a43c372-5367-4472-86ce-2c8d375e961b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.394 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:db6c7773-e4d5-4703-a63d-e22a92aa58ed=ShapeTyping(TypingMap(Map()))
21:52:48.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.397 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:96a9c827-0f9a-43bd-a947-d307fcdd77ce],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:48.397 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:96a9c827-0f9a-43bd-a947-d307fcdd77ce=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a320ab32-4aa4-4f86-b32e-4e7719a44b19), ShapeRef(_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b), ShapeRef(_:45c2b584-525f-4c70-a44b-22feb4a72909), ShapeRef(_:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5), ShapeRef(_:9a43c372-5367-4472-86ce-2c8d375e961b), ShapeRef(_:db6c7773-e4d5-4703-a63d-e22a92aa58ed), ShapeRef(_:96a9c827-0f9a-43bd-a947-d307fcdd77ce), ShapeRef(_:6d35607d-15ea-4574-bd29-d66dcfe7db07)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:96a9c827-0f9a-43bd-a947-d307fcdd77ce,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.399 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:48.301Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6d35607d-15ea-4574-bd29-d66dcfe7db07],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:48.399 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6d35607d-15ea-4574-bd29-d66dcfe7db07=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a320ab32-4aa4-4f86-b32e-4e7719a44b19), ShapeRef(_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b), ShapeRef(_:45c2b584-525f-4c70-a44b-22feb4a72909), ShapeRef(_:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5), ShapeRef(_:9a43c372-5367-4472-86ce-2c8d375e961b), ShapeRef(_:db6c7773-e4d5-4703-a63d-e22a92aa58ed), ShapeRef(_:96a9c827-0f9a-43bd-a947-d307fcdd77ce), ShapeRef(_:6d35607d-15ea-4574-bd29-d66dcfe7db07)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6d35607d-15ea-4574-bd29-d66dcfe7db07,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.399 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a320ab32-4aa4-4f86-b32e-4e7719a44b19,_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b,_:45c2b584-525f-4c70-a44b-22feb4a72909,_:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5,_:9a43c372-5367-4472-86ce-2c8d375e961b,_:db6c7773-e4d5-4703-a63d-e22a92aa58ed,_:96a9c827-0f9a-43bd-a947-d307fcdd77ce,_:6d35607d-15ea-4574-bd29-d66dcfe7db07)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:96a9c827-0f9a-43bd-a947-d307fcdd77ce,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:a320ab32-4aa4-4f86-b32e-4e7719a44b19), ShapeRef(_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b), ShapeRef(_:45c2b584-525f-4c70-a44b-22feb4a72909), ShapeRef(_:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5), ShapeRef(_:9a43c372-5367-4472-86ce-2c8d375e961b), ShapeRef(_:db6c7773-e4d5-4703-a63d-e22a92aa58ed), ShapeRef(_:96a9c827-0f9a-43bd-a947-d307fcdd77ce), ShapeRef(_:6d35607d-15ea-4574-bd29-d66dcfe7db07)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6d35607d-15ea-4574-bd29-d66dcfe7db07,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:9a43c372-5367-4472-86ce-2c8d375e961b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.399 [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(_:96a9c827-0f9a-43bd-a947-d307fcdd77ce,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:a320ab32-4aa4-4f86-b32e-4e7719a44b19), ShapeRef(_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b), ShapeRef(_:45c2b584-525f-4c70-a44b-22feb4a72909), ShapeRef(_:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5), ShapeRef(_:9a43c372-5367-4472-86ce-2c8d375e961b), ShapeRef(_:db6c7773-e4d5-4703-a63d-e22a92aa58ed), ShapeRef(_:96a9c827-0f9a-43bd-a947-d307fcdd77ce), ShapeRef(_:6d35607d-15ea-4574-bd29-d66dcfe7db07)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6d35607d-15ea-4574-bd29-d66dcfe7db07,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:9a43c372-5367-4472-86ce-2c8d375e961b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.400 [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(_:96a9c827-0f9a-43bd-a947-d307fcdd77ce,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:a320ab32-4aa4-4f86-b32e-4e7719a44b19), ShapeRef(_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b), ShapeRef(_:45c2b584-525f-4c70-a44b-22feb4a72909), ShapeRef(_:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5), ShapeRef(_:9a43c372-5367-4472-86ce-2c8d375e961b), ShapeRef(_:db6c7773-e4d5-4703-a63d-e22a92aa58ed), ShapeRef(_:96a9c827-0f9a-43bd-a947-d307fcdd77ce), ShapeRef(_:6d35607d-15ea-4574-bd29-d66dcfe7db07)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6d35607d-15ea-4574-bd29-d66dcfe7db07,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:9a43c372-5367-4472-86ce-2c8d375e961b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.400 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:96a9c827-0f9a-43bd-a947-d307fcdd77ce = 
21:52:48.400 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:96a9c827-0f9a-43bd-a947-d307fcdd77ce = 
21:52:48.400 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:96a9c827-0f9a-43bd-a947-d307fcdd77ce: 
21:52:48.400 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:db6c7773-e4d5-4703-a63d-e22a92aa58ed = 
21:52:48.400 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:db6c7773-e4d5-4703-a63d-e22a92aa58ed = 
21:52:48.400 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:db6c7773-e4d5-4703-a63d-e22a92aa58ed: 
21:52:48.400 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9a43c372-5367-4472-86ce-2c8d375e961b = 
21:52:48.400 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9a43c372-5367-4472-86ce-2c8d375e961b = 
21:52:48.400 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9a43c372-5367-4472-86ce-2c8d375e961b: 
21:52:48.400 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5 = 
21:52:48.400 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5 = 
21:52:48.400 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8cbfe786-4e5b-400b-821a-b3dcb2ebb2f5: 
21:52:48.400 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:45c2b584-525f-4c70-a44b-22feb4a72909 = 
21:52:48.400 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:45c2b584-525f-4c70-a44b-22feb4a72909 = 
21:52:48.400 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:45c2b584-525f-4c70-a44b-22feb4a72909: 
21:52:48.400 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b = 
21:52:48.401 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b = 
21:52:48.401 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2e4229e3-6a93-4e1c-b1e1-96fed3f3dd4b: 
21:52:48.401 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a320ab32-4aa4-4f86-b32e-4e7719a44b19 = 
21:52:48.401 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a320ab32-4aa4-4f86-b32e-4e7719a44b19 = 
21:52:48.401 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a320ab32-4aa4-4f86-b32e-4e7719a44b19: 
21:52:48.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
] .

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-07T21:52:48.404Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anIntegerProperty>
                2 ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:52:48.411 [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#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-07T21:52:48.404Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anIntegerProperty, "2"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:52:48.404Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       true ;
        sh:property     [ a            sh:Property ;
                          sh: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: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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:48.411 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {bbeb759c-16f0-4bae-bbe4-2669e0ad8f45 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; bbeb759c-16f0-4bae-bbe4-2669e0ad8f45 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; bbeb759c-16f0-4bae-bbe4-2669e0ad8f45 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; bbeb759c-16f0-4bae-bbe4-2669e0ad8f45 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; bbeb759c-16f0-4bae-bbe4-2669e0ad8f45 @sh:pattern "^B"; bbeb759c-16f0-4bae-bbe4-2669e0ad8f45 @sh:description "a Simple Single String Property"; bbeb759c-16f0-4bae-bbe4-2669e0ad8f45 @sh:path http://www.sampledomain.org/sam#aStringProperty; bbeb759c-16f0-4bae-bbe4-2669e0ad8f45 @rdf:type sh:Property; 6377054a-8657-459b-b636-305b34355a90 @rdf:rest 05618cd5-10b9-474c-8387-550ad8e93870; 6377054a-8657-459b-b636-305b34355a90 @rdf:first "B"; 34f9cfdd-4ed2-4300-8334-595d56e96c74 @sh:class http://www.sampledomain.org/sam#AnotherResource; 34f9cfdd-4ed2-4300-8334-595d56e96c74 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 34f9cfdd-4ed2-4300-8334-595d56e96c74 @rdf:type sh:Property; 3aed0101-7ae3-4741-8bbe-153fdd2b73d2 @rdf:rest 6377054a-8657-459b-b636-305b34355a90; 3aed0101-7ae3-4741-8bbe-153fdd2b73d2 @rdf:first "A"; 05618cd5-10b9-474c-8387-550ad8e93870 @rdf:rest rdf:nil; 05618cd5-10b9-474c-8387-550ad8e93870 @rdf:first "C"...} |  [bbeb759c-16f0-4bae-bbe4-2669e0ad8f45, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bbeb759c-16f0-4bae-bbe4-2669e0ad8f45, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bbeb759c-16f0-4bae-bbe4-2669e0ad8f45, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [bbeb759c-16f0-4bae-bbe4-2669e0ad8f45, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [bbeb759c-16f0-4bae-bbe4-2669e0ad8f45, http://www.w3.org/ns/shacl#pattern, "^B"] [bbeb759c-16f0-4bae-bbe4-2669e0ad8f45, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [bbeb759c-16f0-4bae-bbe4-2669e0ad8f45, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [bbeb759c-16f0-4bae-bbe4-2669e0ad8f45, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6377054a-8657-459b-b636-305b34355a90, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 05618cd5-10b9-474c-8387-550ad8e93870] [6377054a-8657-459b-b636-305b34355a90, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [34f9cfdd-4ed2-4300-8334-595d56e96c74, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [34f9cfdd-4ed2-4300-8334-595d56e96c74, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [34f9cfdd-4ed2-4300-8334-595d56e96c74, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3aed0101-7ae3-4741-8bbe-153fdd2b73d2, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6377054a-8657-459b-b636-305b34355a90] [3aed0101-7ae3-4741-8bbe-153fdd2b73d2, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [05618cd5-10b9-474c-8387-550ad8e93870, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [05618cd5-10b9-474c-8387-550ad8e93870, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [16a0f116-7448-4e7d-9623-9e6998c3ba6c, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [16a0f116-7448-4e7d-9623-9e6998c3ba6c, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [16a0f116-7448-4e7d-9623-9e6998c3ba6c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [16a0f116-7448-4e7d-9623-9e6998c3ba6c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e62d2176-1b36-4f46-8770-c91358a0a69c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e62d2176-1b36-4f46-8770-c91358a0a69c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e62d2176-1b36-4f46-8770-c91358a0a69c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e62d2176-1b36-4f46-8770-c91358a0a69c, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e62d2176-1b36-4f46-8770-c91358a0a69c, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e62d2176-1b36-4f46-8770-c91358a0a69c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [e62d2176-1b36-4f46-8770-c91358a0a69c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6e6d930b-671a-4858-a1fe-d117ec655689, http://www.w3.org/ns/shacl#in, 3aed0101-7ae3-4741-8bbe-153fdd2b73d2] [6e6d930b-671a-4858-a1fe-d117ec655689, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [6e6d930b-671a-4858-a1fe-d117ec655689, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ff68cb48-2854-4c8d-bee8-93f4b60a3812, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ff68cb48-2854-4c8d-bee8-93f4b60a3812, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ff68cb48-2854-4c8d-bee8-93f4b60a3812, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [ff68cb48-2854-4c8d-bee8-93f4b60a3812, 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, ff68cb48-2854-4c8d-bee8-93f4b60a3812] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e62d2176-1b36-4f46-8770-c91358a0a69c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6e6d930b-671a-4858-a1fe-d117ec655689] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 34f9cfdd-4ed2-4300-8334-595d56e96c74] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 16a0f116-7448-4e7d-9623-9e6998c3ba6c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bbeb759c-16f0-4bae-bbe4-2669e0ad8f45] [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, 31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb]>
21:52:48.412 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:48.413 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:48.414 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:e62d2176-1b36-4f46-8770-c91358a0a69c,_:ff68cb48-2854-4c8d-bee8-93f4b60a3812,_:16a0f116-7448-4e7d-9623-9e6998c3ba6c,_:34f9cfdd-4ed2-4300-8334-595d56e96c74,_:31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb,_:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45,_:6e6d930b-671a-4858-a1fe-d117ec655689. Pending nodes: 
21:52:48.414 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e62d2176-1b36-4f46-8770-c91358a0a69c
21:52:48.415 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ff68cb48-2854-4c8d-bee8-93f4b60a3812
21:52:48.416 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:16a0f116-7448-4e7d-9623-9e6998c3ba6c
21:52:48.416 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:34f9cfdd-4ed2-4300-8334-595d56e96c74
21:52:48.417 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb
21:52:48.418 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45
21:52:48.419 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6e6d930b-671a-4858-a1fe-d117ec655689
21:52:48.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:48.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6e6d930b-671a-4858-a1fe-d117ec655689
21:52:48.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45
21:52:48.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb
21:52:48.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:34f9cfdd-4ed2-4300-8334-595d56e96c74
21:52:48.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:16a0f116-7448-4e7d-9623-9e6998c3ba6c
21:52:48.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ff68cb48-2854-4c8d-bee8-93f4b60a3812
21:52:48.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e62d2176-1b36-4f46-8770-c91358a0a69c
21:52:48.419 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:48.420 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:48.420 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:48.420 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:48.420 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:48.420 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e62d2176-1b36-4f46-8770-c91358a0a69c,_:ff68cb48-2854-4c8d-bee8-93f4b60a3812,_:16a0f116-7448-4e7d-9623-9e6998c3ba6c,_:34f9cfdd-4ed2-4300-8334-595d56e96c74,_:31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb,_:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45,_:6e6d930b-671a-4858-a1fe-d117ec655689)
21:52:48.420 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e62d2176-1b36-4f46-8770-c91358a0a69c)
21:52:48.420 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ff68cb48-2854-4c8d-bee8-93f4b60a3812)
21:52:48.420 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:16a0f116-7448-4e7d-9623-9e6998c3ba6c)
21:52:48.420 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:34f9cfdd-4ed2-4300-8334-595d56e96c74)
21:52:48.420 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb)
21:52:48.420 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45)
21:52:48.420 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e6d930b-671a-4858-a1fe-d117ec655689)
21:52:48.420 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.420 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.480 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.480 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.482 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e62d2176-1b36-4f46-8770-c91358a0a69c],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:48.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.482 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e62d2176-1b36-4f46-8770-c91358a0a69c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e62d2176-1b36-4f46-8770-c91358a0a69c), ShapeRef(_:ff68cb48-2854-4c8d-bee8-93f4b60a3812), ShapeRef(_:16a0f116-7448-4e7d-9623-9e6998c3ba6c), ShapeRef(_:34f9cfdd-4ed2-4300-8334-595d56e96c74), ShapeRef(_:31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb), ShapeRef(_:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45), ShapeRef(_:6e6d930b-671a-4858-a1fe-d117ec655689)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:e62d2176-1b36-4f46-8770-c91358a0a69c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.483 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:48.404Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ff68cb48-2854-4c8d-bee8-93f4b60a3812],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:48.483 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ff68cb48-2854-4c8d-bee8-93f4b60a3812=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e62d2176-1b36-4f46-8770-c91358a0a69c), ShapeRef(_:ff68cb48-2854-4c8d-bee8-93f4b60a3812), ShapeRef(_:16a0f116-7448-4e7d-9623-9e6998c3ba6c), ShapeRef(_:34f9cfdd-4ed2-4300-8334-595d56e96c74), ShapeRef(_:31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb), ShapeRef(_:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45), ShapeRef(_:6e6d930b-671a-4858-a1fe-d117ec655689)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:ff68cb48-2854-4c8d-bee8-93f4b60a3812,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.484 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:16a0f116-7448-4e7d-9623-9e6998c3ba6c=ShapeTyping(TypingMap(Map()))
21:52:48.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.484 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:34f9cfdd-4ed2-4300-8334-595d56e96c74=ShapeTyping(TypingMap(Map()))
21:52:48.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.485 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.485 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.485 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb=ShapeTyping(TypingMap(Map()))
21:52:48.485 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.485 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.485 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.485 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.486 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.486 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.486 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.486 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.486 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.486 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.487 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:48.487 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e62d2176-1b36-4f46-8770-c91358a0a69c), ShapeRef(_:ff68cb48-2854-4c8d-bee8-93f4b60a3812), ShapeRef(_:16a0f116-7448-4e7d-9623-9e6998c3ba6c), ShapeRef(_:34f9cfdd-4ed2-4300-8334-595d56e96c74), ShapeRef(_:31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb), ShapeRef(_:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45), ShapeRef(_:6e6d930b-671a-4858-a1fe-d117ec655689)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.487 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.487 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.487 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e6d930b-671a-4858-a1fe-d117ec655689=ShapeTyping(TypingMap(Map()))
21:52:48.488 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e62d2176-1b36-4f46-8770-c91358a0a69c,_:ff68cb48-2854-4c8d-bee8-93f4b60a3812,_:16a0f116-7448-4e7d-9623-9e6998c3ba6c,_:34f9cfdd-4ed2-4300-8334-595d56e96c74,_:31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb,_:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45,_:6e6d930b-671a-4858-a1fe-d117ec655689)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e62d2176-1b36-4f46-8770-c91358a0a69c), ShapeRef(_:ff68cb48-2854-4c8d-bee8-93f4b60a3812), ShapeRef(_:16a0f116-7448-4e7d-9623-9e6998c3ba6c), ShapeRef(_:34f9cfdd-4ed2-4300-8334-595d56e96c74), ShapeRef(_:31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb), ShapeRef(_:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45), ShapeRef(_:6e6d930b-671a-4858-a1fe-d117ec655689)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:ff68cb48-2854-4c8d-bee8-93f4b60a3812,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:e62d2176-1b36-4f46-8770-c91358a0a69c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.492 [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(_:e62d2176-1b36-4f46-8770-c91358a0a69c), ShapeRef(_:ff68cb48-2854-4c8d-bee8-93f4b60a3812), ShapeRef(_:16a0f116-7448-4e7d-9623-9e6998c3ba6c), ShapeRef(_:34f9cfdd-4ed2-4300-8334-595d56e96c74), ShapeRef(_:31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb), ShapeRef(_:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45), ShapeRef(_:6e6d930b-671a-4858-a1fe-d117ec655689)),true,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("closed violation. <http://www.sampledomain.org/sam#AResource> has more properties than List(<http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
21:52:48.492 [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(_:e62d2176-1b36-4f46-8770-c91358a0a69c), ShapeRef(_:ff68cb48-2854-4c8d-bee8-93f4b60a3812), ShapeRef(_:16a0f116-7448-4e7d-9623-9e6998c3ba6c), ShapeRef(_:34f9cfdd-4ed2-4300-8334-595d56e96c74), ShapeRef(_:31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb), ShapeRef(_:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45), ShapeRef(_:6e6d930b-671a-4858-a1fe-d117ec655689)),true,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("closed violation. <http://www.sampledomain.org/sam#AResource> has more properties than List(<http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
21:52:48.492 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6e6d930b-671a-4858-a1fe-d117ec655689 = 
21:52:48.492 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6e6d930b-671a-4858-a1fe-d117ec655689 = 
21:52:48.492 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6e6d930b-671a-4858-a1fe-d117ec655689: 
21:52:48.492 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45 = 
21:52:48.492 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45 = 
21:52:48.492 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bbeb759c-16f0-4bae-bbe4-2669e0ad8f45: 
21:52:48.493 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb = 
21:52:48.493 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb = 
21:52:48.493 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:31ede8ce-1ffd-4d4e-a62f-2f5131b0b3bb: 
21:52:48.493 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:34f9cfdd-4ed2-4300-8334-595d56e96c74 = 
21:52:48.493 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:34f9cfdd-4ed2-4300-8334-595d56e96c74 = 
21:52:48.493 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:34f9cfdd-4ed2-4300-8334-595d56e96c74: 
21:52:48.493 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:16a0f116-7448-4e7d-9623-9e6998c3ba6c = 
21:52:48.493 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:16a0f116-7448-4e7d-9623-9e6998c3ba6c = 
21:52:48.493 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:16a0f116-7448-4e7d-9623-9e6998c3ba6c: 
21:52:48.493 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ff68cb48-2854-4c8d-bee8-93f4b60a3812 = 
21:52:48.493 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ff68cb48-2854-4c8d-bee8-93f4b60a3812 = 
21:52:48.493 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ff68cb48-2854-4c8d-bee8-93f4b60a3812: 
21:52:48.493 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e62d2176-1b36-4f46-8770-c91358a0a69c = 
21:52:48.493 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e62d2176-1b36-4f46-8770-c91358a0a69c = 
21:52:48.493 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e62d2176-1b36-4f46-8770-c91358a0a69c: 
21:52:48.497 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AnOslcResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:class     <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:datatype  oslc:Resource ;
                          sh:maxCount  1 ;
                          sh:minCount  0 ;
                          sh:name      "aReferenceProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty3" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#dateTime> ;
                          sh:minCount  1 ;
                          sh:name      "aSetOfDates" ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:minCount  0 ;
                          sh:name      "anotherIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#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:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
21:52:48.515 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {bdfba1aa-1766-4eb2-af43-2905f1b186ed @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; bdfba1aa-1766-4eb2-af43-2905f1b186ed @sh:datatype http://www.w3.org/2001/XMLSchema#integer; bdfba1aa-1766-4eb2-af43-2905f1b186ed @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; bdfba1aa-1766-4eb2-af43-2905f1b186ed @sh:name "anotherIntegerProperty"; bdfba1aa-1766-4eb2-af43-2905f1b186ed @rdf:type sh:Property; 0cf9eb49-a349-4406-90fb-4b8fe0fae738 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0cf9eb49-a349-4406-90fb-4b8fe0fae738 @sh:datatype http://www.w3.org/2001/XMLSchema#dateTime; 0cf9eb49-a349-4406-90fb-4b8fe0fae738 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 0cf9eb49-a349-4406-90fb-4b8fe0fae738 @sh:name "aSetOfDates"; 0cf9eb49-a349-4406-90fb-4b8fe0fae738 @rdf:type sh:Property; e3bd37b6-b5d8-4698-97af-2db788664c79 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e3bd37b6-b5d8-4698-97af-2db788664c79 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e3bd37b6-b5d8-4698-97af-2db788664c79 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; e3bd37b6-b5d8-4698-97af-2db788664c79 @sh:path http://www.sampledomain.org/sam#integerProperty3; e3bd37b6-b5d8-4698-97af-2db788664c79 @sh:name "integerProperty3"; e3bd37b6-b5d8-4698-97af-2db788664c79 @rdf:type sh:Property; http://www.sampledomain.org/sam#AnOslcResource @sh:closed "false"^^http://www.w3.org/2001/XMLSchema#boolean...} |  [bdfba1aa-1766-4eb2-af43-2905f1b186ed, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [bdfba1aa-1766-4eb2-af43-2905f1b186ed, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [bdfba1aa-1766-4eb2-af43-2905f1b186ed, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [bdfba1aa-1766-4eb2-af43-2905f1b186ed, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [bdfba1aa-1766-4eb2-af43-2905f1b186ed, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0cf9eb49-a349-4406-90fb-4b8fe0fae738, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0cf9eb49-a349-4406-90fb-4b8fe0fae738, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [0cf9eb49-a349-4406-90fb-4b8fe0fae738, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [0cf9eb49-a349-4406-90fb-4b8fe0fae738, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [0cf9eb49-a349-4406-90fb-4b8fe0fae738, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e3bd37b6-b5d8-4698-97af-2db788664c79, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e3bd37b6-b5d8-4698-97af-2db788664c79, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e3bd37b6-b5d8-4698-97af-2db788664c79, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e3bd37b6-b5d8-4698-97af-2db788664c79, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [e3bd37b6-b5d8-4698-97af-2db788664c79, http://www.w3.org/ns/shacl#name, "integerProperty3"] [e3bd37b6-b5d8-4698-97af-2db788664c79, 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, bf64ffcc-98a0-480e-8a59-93c2865f19b0] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 71239434-d610-4342-abae-c7aa331d90d2] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, e3bd37b6-b5d8-4698-97af-2db788664c79] [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, 0cf9eb49-a349-4406-90fb-4b8fe0fae738] [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, bdfba1aa-1766-4eb2-af43-2905f1b186ed] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 51cb7317-091e-4e6f-a856-a38f8c7fc50f] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 5604b5ed-051b-4989-be63-8aa42ace15d8] [71239434-d610-4342-abae-c7aa331d90d2, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [71239434-d610-4342-abae-c7aa331d90d2, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [71239434-d610-4342-abae-c7aa331d90d2, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [71239434-d610-4342-abae-c7aa331d90d2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [71239434-d610-4342-abae-c7aa331d90d2, http://www.w3.org/ns/shacl#name, "integerProperty2"] [71239434-d610-4342-abae-c7aa331d90d2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5604b5ed-051b-4989-be63-8aa42ace15d8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5604b5ed-051b-4989-be63-8aa42ace15d8, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [5604b5ed-051b-4989-be63-8aa42ace15d8, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [5604b5ed-051b-4989-be63-8aa42ace15d8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [5604b5ed-051b-4989-be63-8aa42ace15d8, http://www.w3.org/ns/shacl#name, "aStringProperty"] [5604b5ed-051b-4989-be63-8aa42ace15d8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [51cb7317-091e-4e6f-a856-a38f8c7fc50f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [51cb7317-091e-4e6f-a856-a38f8c7fc50f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [51cb7317-091e-4e6f-a856-a38f8c7fc50f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [51cb7317-091e-4e6f-a856-a38f8c7fc50f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [51cb7317-091e-4e6f-a856-a38f8c7fc50f, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [51cb7317-091e-4e6f-a856-a38f8c7fc50f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bf64ffcc-98a0-480e-8a59-93c2865f19b0, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [bf64ffcc-98a0-480e-8a59-93c2865f19b0, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bf64ffcc-98a0-480e-8a59-93c2865f19b0, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [bf64ffcc-98a0-480e-8a59-93c2865f19b0, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [bf64ffcc-98a0-480e-8a59-93c2865f19b0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [bf64ffcc-98a0-480e-8a59-93c2865f19b0, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [bf64ffcc-98a0-480e-8a59-93c2865f19b0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:52:48.515 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
21:52:48.516 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
21:52:48.517 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:0cf9eb49-a349-4406-90fb-4b8fe0fae738,_:51cb7317-091e-4e6f-a856-a38f8c7fc50f,_:bdfba1aa-1766-4eb2-af43-2905f1b186ed,_:e3bd37b6-b5d8-4698-97af-2db788664c79,_:71239434-d610-4342-abae-c7aa331d90d2,_:5604b5ed-051b-4989-be63-8aa42ace15d8,_:bf64ffcc-98a0-480e-8a59-93c2865f19b0. Pending nodes: 
21:52:48.518 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0cf9eb49-a349-4406-90fb-4b8fe0fae738
21:52:48.519 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:51cb7317-091e-4e6f-a856-a38f8c7fc50f
21:52:48.519 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bdfba1aa-1766-4eb2-af43-2905f1b186ed
21:52:48.520 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e3bd37b6-b5d8-4698-97af-2db788664c79
21:52:48.521 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:71239434-d610-4342-abae-c7aa331d90d2
21:52:48.522 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5604b5ed-051b-4989-be63-8aa42ace15d8
21:52:48.523 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bf64ffcc-98a0-480e-8a59-93c2865f19b0
21:52:48.523 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bf64ffcc-98a0-480e-8a59-93c2865f19b0
21:52:48.523 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5604b5ed-051b-4989-be63-8aa42ace15d8
21:52:48.523 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:71239434-d610-4342-abae-c7aa331d90d2
21:52:48.523 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e3bd37b6-b5d8-4698-97af-2db788664c79
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bdfba1aa-1766-4eb2-af43-2905f1b186ed
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:51cb7317-091e-4e6f-a856-a38f8c7fc50f
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0cf9eb49-a349-4406-90fb-4b8fe0fae738
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bf64ffcc-98a0-480e-8a59-93c2865f19b0 = 
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bf64ffcc-98a0-480e-8a59-93c2865f19b0 = 
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bf64ffcc-98a0-480e-8a59-93c2865f19b0: 
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5604b5ed-051b-4989-be63-8aa42ace15d8 = 
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5604b5ed-051b-4989-be63-8aa42ace15d8 = 
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5604b5ed-051b-4989-be63-8aa42ace15d8: 
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:71239434-d610-4342-abae-c7aa331d90d2 = 
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:71239434-d610-4342-abae-c7aa331d90d2 = 
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:71239434-d610-4342-abae-c7aa331d90d2: 
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#anOslcResource>
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#anOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#anOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:0cf9eb49-a349-4406-90fb-4b8fe0fae738,_:51cb7317-091e-4e6f-a856-a38f8c7fc50f,_:bdfba1aa-1766-4eb2-af43-2905f1b186ed,_:e3bd37b6-b5d8-4698-97af-2db788664c79,_:71239434-d610-4342-abae-c7aa331d90d2,_:5604b5ed-051b-4989-be63-8aa42ace15d8,_:bf64ffcc-98a0-480e-8a59-93c2865f19b0)
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:0cf9eb49-a349-4406-90fb-4b8fe0fae738)
21:52:48.524 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:51cb7317-091e-4e6f-a856-a38f8c7fc50f)
21:52:48.525 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:bdfba1aa-1766-4eb2-af43-2905f1b186ed)
21:52:48.525 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:e3bd37b6-b5d8-4698-97af-2db788664c79)
21:52:48.525 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:71239434-d610-4342-abae-c7aa331d90d2)
21:52:48.525 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:5604b5ed-051b-4989-be63-8aa42ace15d8)
21:52:48.525 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:bf64ffcc-98a0-480e-8a59-93c2865f19b0)
21:52:48.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.525 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-11-07T21:52:48.502Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:0cf9eb49-a349-4406-90fb-4b8fe0fae738],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:48.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.526 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:0cf9eb49-a349-4406-90fb-4b8fe0fae738=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(_:0cf9eb49-a349-4406-90fb-4b8fe0fae738), ShapeRef(_:51cb7317-091e-4e6f-a856-a38f8c7fc50f), ShapeRef(_:bdfba1aa-1766-4eb2-af43-2905f1b186ed), ShapeRef(_:e3bd37b6-b5d8-4698-97af-2db788664c79), ShapeRef(_:71239434-d610-4342-abae-c7aa331d90d2), ShapeRef(_:5604b5ed-051b-4989-be63-8aa42ace15d8), ShapeRef(_:bf64ffcc-98a0-480e-8a59-93c2865f19b0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0cf9eb49-a349-4406-90fb-4b8fe0fae738,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-11-07T21:52:48.502Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
21:52:48.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.526 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:51cb7317-091e-4e6f-a856-a38f8c7fc50f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:48.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.580 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:51cb7317-091e-4e6f-a856-a38f8c7fc50f=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(_:0cf9eb49-a349-4406-90fb-4b8fe0fae738), ShapeRef(_:51cb7317-091e-4e6f-a856-a38f8c7fc50f), ShapeRef(_:bdfba1aa-1766-4eb2-af43-2905f1b186ed), ShapeRef(_:e3bd37b6-b5d8-4698-97af-2db788664c79), ShapeRef(_:71239434-d610-4342-abae-c7aa331d90d2), ShapeRef(_:5604b5ed-051b-4989-be63-8aa42ace15d8), ShapeRef(_:bf64ffcc-98a0-480e-8a59-93c2865f19b0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:51cb7317-091e-4e6f-a856-a38f8c7fc50f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.580 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.580 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.580 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:bdfba1aa-1766-4eb2-af43-2905f1b186ed],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:48.581 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.581 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.581 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:bdfba1aa-1766-4eb2-af43-2905f1b186ed=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(_:0cf9eb49-a349-4406-90fb-4b8fe0fae738), ShapeRef(_:51cb7317-091e-4e6f-a856-a38f8c7fc50f), ShapeRef(_:bdfba1aa-1766-4eb2-af43-2905f1b186ed), ShapeRef(_:e3bd37b6-b5d8-4698-97af-2db788664c79), ShapeRef(_:71239434-d610-4342-abae-c7aa331d90d2), ShapeRef(_:5604b5ed-051b-4989-be63-8aa42ace15d8), ShapeRef(_:bf64ffcc-98a0-480e-8a59-93c2865f19b0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bdfba1aa-1766-4eb2-af43-2905f1b186ed,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.581 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.581 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.582 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.582 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.582 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:e3bd37b6-b5d8-4698-97af-2db788664c79],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
21:52:48.582 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.582 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.583 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:e3bd37b6-b5d8-4698-97af-2db788664c79=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(_:0cf9eb49-a349-4406-90fb-4b8fe0fae738), ShapeRef(_:51cb7317-091e-4e6f-a856-a38f8c7fc50f), ShapeRef(_:bdfba1aa-1766-4eb2-af43-2905f1b186ed), ShapeRef(_:e3bd37b6-b5d8-4698-97af-2db788664c79), ShapeRef(_:71239434-d610-4342-abae-c7aa331d90d2), ShapeRef(_:5604b5ed-051b-4989-be63-8aa42ace15d8), ShapeRef(_:bf64ffcc-98a0-480e-8a59-93c2865f19b0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e3bd37b6-b5d8-4698-97af-2db788664c79,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.583 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.583 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.583 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.583 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.583 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:71239434-d610-4342-abae-c7aa331d90d2],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
21:52:48.584 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.584 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.584 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:71239434-d610-4342-abae-c7aa331d90d2=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(_:0cf9eb49-a349-4406-90fb-4b8fe0fae738), ShapeRef(_:51cb7317-091e-4e6f-a856-a38f8c7fc50f), ShapeRef(_:bdfba1aa-1766-4eb2-af43-2905f1b186ed), ShapeRef(_:e3bd37b6-b5d8-4698-97af-2db788664c79), ShapeRef(_:71239434-d610-4342-abae-c7aa331d90d2), ShapeRef(_:5604b5ed-051b-4989-be63-8aa42ace15d8), ShapeRef(_:bf64ffcc-98a0-480e-8a59-93c2865f19b0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:71239434-d610-4342-abae-c7aa331d90d2,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.584 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.584 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.585 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:5604b5ed-051b-4989-be63-8aa42ace15d8],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:48.585 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.585 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.585 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:5604b5ed-051b-4989-be63-8aa42ace15d8=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(_:0cf9eb49-a349-4406-90fb-4b8fe0fae738), ShapeRef(_:51cb7317-091e-4e6f-a856-a38f8c7fc50f), ShapeRef(_:bdfba1aa-1766-4eb2-af43-2905f1b186ed), ShapeRef(_:e3bd37b6-b5d8-4698-97af-2db788664c79), ShapeRef(_:71239434-d610-4342-abae-c7aa331d90d2), ShapeRef(_:5604b5ed-051b-4989-be63-8aa42ace15d8), ShapeRef(_:bf64ffcc-98a0-480e-8a59-93c2865f19b0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5604b5ed-051b-4989-be63-8aa42ace15d8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#string>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "Cat" has datatype <http://www.w3.org/2001/XMLSchema#string>)))))))
21:52:48.585 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.585 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.586 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.586 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.586 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:bf64ffcc-98a0-480e-8a59-93c2865f19b0],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
21:52:48.586 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.586 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.586 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.586 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.587 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:bf64ffcc-98a0-480e-8a59-93c2865f19b0=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(_:0cf9eb49-a349-4406-90fb-4b8fe0fae738), ShapeRef(_:51cb7317-091e-4e6f-a856-a38f8c7fc50f), ShapeRef(_:bdfba1aa-1766-4eb2-af43-2905f1b186ed), ShapeRef(_:e3bd37b6-b5d8-4698-97af-2db788664c79), ShapeRef(_:71239434-d610-4342-abae-c7aa331d90d2), ShapeRef(_:5604b5ed-051b-4989-be63-8aa42ace15d8), ShapeRef(_:bf64ffcc-98a0-480e-8a59-93c2865f19b0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bf64ffcc-98a0-480e-8a59-93c2865f19b0,PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>),List(MaxCount(1), MinCount(0), Datatype(<http://open-services.net/ns/core#Resource>), ClassComponent(<http://www.sampledomain.org/sam#AnotherResource>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>)))))))
21:52:48.587 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:0cf9eb49-a349-4406-90fb-4b8fe0fae738,_:51cb7317-091e-4e6f-a856-a38f8c7fc50f,_:bdfba1aa-1766-4eb2-af43-2905f1b186ed,_:e3bd37b6-b5d8-4698-97af-2db788664c79,_:71239434-d610-4342-abae-c7aa331d90d2,_:5604b5ed-051b-4989-be63-8aa42ace15d8,_:bf64ffcc-98a0-480e-8a59-93c2865f19b0)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(PropertyShape(_:bf64ffcc-98a0-480e-8a59-93c2865f19b0,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(_:0cf9eb49-a349-4406-90fb-4b8fe0fae738,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-11-07T21:52:48.502Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:0cf9eb49-a349-4406-90fb-4b8fe0fae738), ShapeRef(_:51cb7317-091e-4e6f-a856-a38f8c7fc50f), ShapeRef(_:bdfba1aa-1766-4eb2-af43-2905f1b186ed), ShapeRef(_:e3bd37b6-b5d8-4698-97af-2db788664c79), ShapeRef(_:71239434-d610-4342-abae-c7aa331d90d2), ShapeRef(_:5604b5ed-051b-4989-be63-8aa42ace15d8), ShapeRef(_:bf64ffcc-98a0-480e-8a59-93c2865f19b0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:71239434-d610-4342-abae-c7aa331d90d2,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(_:e3bd37b6-b5d8-4698-97af-2db788664c79,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(_:5604b5ed-051b-4989-be63-8aa42ace15d8,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(_:bdfba1aa-1766-4eb2-af43-2905f1b186ed,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(_:51cb7317-091e-4e6f-a856-a38f8c7fc50f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.587 [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(_:bf64ffcc-98a0-480e-8a59-93c2865f19b0,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(_:0cf9eb49-a349-4406-90fb-4b8fe0fae738,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-11-07T21:52:48.502Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:0cf9eb49-a349-4406-90fb-4b8fe0fae738), ShapeRef(_:51cb7317-091e-4e6f-a856-a38f8c7fc50f), ShapeRef(_:bdfba1aa-1766-4eb2-af43-2905f1b186ed), ShapeRef(_:e3bd37b6-b5d8-4698-97af-2db788664c79), ShapeRef(_:71239434-d610-4342-abae-c7aa331d90d2), ShapeRef(_:5604b5ed-051b-4989-be63-8aa42ace15d8), ShapeRef(_:bf64ffcc-98a0-480e-8a59-93c2865f19b0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:71239434-d610-4342-abae-c7aa331d90d2,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(_:e3bd37b6-b5d8-4698-97af-2db788664c79,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(_:5604b5ed-051b-4989-be63-8aa42ace15d8,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(_:bdfba1aa-1766-4eb2-af43-2905f1b186ed,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(_:51cb7317-091e-4e6f-a856-a38f8c7fc50f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.588 [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(_:bf64ffcc-98a0-480e-8a59-93c2865f19b0,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(_:0cf9eb49-a349-4406-90fb-4b8fe0fae738,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-11-07T21:52:48.502Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:0cf9eb49-a349-4406-90fb-4b8fe0fae738), ShapeRef(_:51cb7317-091e-4e6f-a856-a38f8c7fc50f), ShapeRef(_:bdfba1aa-1766-4eb2-af43-2905f1b186ed), ShapeRef(_:e3bd37b6-b5d8-4698-97af-2db788664c79), ShapeRef(_:71239434-d610-4342-abae-c7aa331d90d2), ShapeRef(_:5604b5ed-051b-4989-be63-8aa42ace15d8), ShapeRef(_:bf64ffcc-98a0-480e-8a59-93c2865f19b0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:71239434-d610-4342-abae-c7aa331d90d2,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(_:e3bd37b6-b5d8-4698-97af-2db788664c79,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(_:5604b5ed-051b-4989-be63-8aa42ace15d8,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(_:bdfba1aa-1766-4eb2-af43-2905f1b186ed,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(_:51cb7317-091e-4e6f-a856-a38f8c7fc50f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.588 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e3bd37b6-b5d8-4698-97af-2db788664c79 = 
21:52:48.588 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e3bd37b6-b5d8-4698-97af-2db788664c79 = 
21:52:48.588 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e3bd37b6-b5d8-4698-97af-2db788664c79: 
21:52:48.588 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bdfba1aa-1766-4eb2-af43-2905f1b186ed = 
21:52:48.588 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bdfba1aa-1766-4eb2-af43-2905f1b186ed = 
21:52:48.588 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bdfba1aa-1766-4eb2-af43-2905f1b186ed: 
21:52:48.588 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:51cb7317-091e-4e6f-a856-a38f8c7fc50f = 
21:52:48.588 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:51cb7317-091e-4e6f-a856-a38f8c7fc50f = 
21:52:48.588 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:51cb7317-091e-4e6f-a856-a38f8c7fc50f: 
21:52:48.588 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0cf9eb49-a349-4406-90fb-4b8fe0fae738 = 
21:52:48.588 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0cf9eb49-a349-4406-90fb-4b8fe0fae738 = 
21:52:48.588 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0cf9eb49-a349-4406-90fb-4b8fe0fae738: 
21:52:48.589 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AnOslcResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:datatype     <http://www.w3.org/2001/XMLSchema#string> ;
                          sh:description  "a Simple Single String Property" ;
                          sh:minCount     1 ;
                          sh:name         "aStringProperty" ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "anIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty3" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:minCount  0 ;
                          sh:name      "anotherIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#dateTime> ;
                          sh:minCount  1 ;
                          sh:name      "aSetOfDates" ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:class     <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:datatype  oslc:Resource ;
                          sh:maxCount  1 ;
                          sh:minCount  0 ;
                          sh:name      "aReferenceProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
21:52:48.599 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {8c018b26-6992-483a-b6bd-8e033a047c73 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 8c018b26-6992-483a-b6bd-8e033a047c73 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 8c018b26-6992-483a-b6bd-8e033a047c73 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 8c018b26-6992-483a-b6bd-8e033a047c73 @sh:name "anotherIntegerProperty"; 8c018b26-6992-483a-b6bd-8e033a047c73 @rdf:type sh:Property; 55ae4741-5885-48b9-8637-98dfff18483f @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 55ae4741-5885-48b9-8637-98dfff18483f @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 55ae4741-5885-48b9-8637-98dfff18483f @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 55ae4741-5885-48b9-8637-98dfff18483f @sh:path http://www.sampledomain.org/sam#integerProperty2; 55ae4741-5885-48b9-8637-98dfff18483f @sh:name "integerProperty2"; 55ae4741-5885-48b9-8637-98dfff18483f @rdf:type sh:Property; 60f63cb1-b6bf-429a-a3a3-942b7bcbea1c @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 60f63cb1-b6bf-429a-a3a3-942b7bcbea1c @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 60f63cb1-b6bf-429a-a3a3-942b7bcbea1c @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 60f63cb1-b6bf-429a-a3a3-942b7bcbea1c @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 60f63cb1-b6bf-429a-a3a3-942b7bcbea1c @sh:name "anIntegerProperty"; 60f63cb1-b6bf-429a-a3a3-942b7bcbea1c @rdf:type sh:Property...} |  [8c018b26-6992-483a-b6bd-8e033a047c73, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8c018b26-6992-483a-b6bd-8e033a047c73, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8c018b26-6992-483a-b6bd-8e033a047c73, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [8c018b26-6992-483a-b6bd-8e033a047c73, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [8c018b26-6992-483a-b6bd-8e033a047c73, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [55ae4741-5885-48b9-8637-98dfff18483f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [55ae4741-5885-48b9-8637-98dfff18483f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [55ae4741-5885-48b9-8637-98dfff18483f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [55ae4741-5885-48b9-8637-98dfff18483f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [55ae4741-5885-48b9-8637-98dfff18483f, http://www.w3.org/ns/shacl#name, "integerProperty2"] [55ae4741-5885-48b9-8637-98dfff18483f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [60f63cb1-b6bf-429a-a3a3-942b7bcbea1c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [60f63cb1-b6bf-429a-a3a3-942b7bcbea1c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [60f63cb1-b6bf-429a-a3a3-942b7bcbea1c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [60f63cb1-b6bf-429a-a3a3-942b7bcbea1c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [60f63cb1-b6bf-429a-a3a3-942b7bcbea1c, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [60f63cb1-b6bf-429a-a3a3-942b7bcbea1c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ea6942cf-a438-434b-af4c-1a2d72aec647, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ea6942cf-a438-434b-af4c-1a2d72aec647, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ea6942cf-a438-434b-af4c-1a2d72aec647, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ea6942cf-a438-434b-af4c-1a2d72aec647, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [ea6942cf-a438-434b-af4c-1a2d72aec647, http://www.w3.org/ns/shacl#name, "integerProperty3"] [ea6942cf-a438-434b-af4c-1a2d72aec647, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c1c7f546-3f50-4904-9d14-37b928c48a52, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [c1c7f546-3f50-4904-9d14-37b928c48a52, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c1c7f546-3f50-4904-9d14-37b928c48a52, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c1c7f546-3f50-4904-9d14-37b928c48a52, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [c1c7f546-3f50-4904-9d14-37b928c48a52, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [c1c7f546-3f50-4904-9d14-37b928c48a52, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [c1c7f546-3f50-4904-9d14-37b928c48a52, 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, 55ae4741-5885-48b9-8637-98dfff18483f] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, b00d4b07-2eed-45ec-b284-34c6b60f8097] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 60f63cb1-b6bf-429a-a3a3-942b7bcbea1c] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, ea6942cf-a438-434b-af4c-1a2d72aec647] [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, 8c018b26-6992-483a-b6bd-8e033a047c73] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 893ddeee-b6f4-4978-b77c-18b391d68226] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, c1c7f546-3f50-4904-9d14-37b928c48a52] [b00d4b07-2eed-45ec-b284-34c6b60f8097, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b00d4b07-2eed-45ec-b284-34c6b60f8097, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [b00d4b07-2eed-45ec-b284-34c6b60f8097, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [b00d4b07-2eed-45ec-b284-34c6b60f8097, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [b00d4b07-2eed-45ec-b284-34c6b60f8097, http://www.w3.org/ns/shacl#name, "aStringProperty"] [b00d4b07-2eed-45ec-b284-34c6b60f8097, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [893ddeee-b6f4-4978-b77c-18b391d68226, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [893ddeee-b6f4-4978-b77c-18b391d68226, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [893ddeee-b6f4-4978-b77c-18b391d68226, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [893ddeee-b6f4-4978-b77c-18b391d68226, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [893ddeee-b6f4-4978-b77c-18b391d68226, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:52:48.600 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
21:52:48.600 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
21:52:48.601 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:c1c7f546-3f50-4904-9d14-37b928c48a52,_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c,_:ea6942cf-a438-434b-af4c-1a2d72aec647,_:b00d4b07-2eed-45ec-b284-34c6b60f8097,_:55ae4741-5885-48b9-8637-98dfff18483f,_:893ddeee-b6f4-4978-b77c-18b391d68226,_:8c018b26-6992-483a-b6bd-8e033a047c73. Pending nodes: 
21:52:48.601 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c1c7f546-3f50-4904-9d14-37b928c48a52
21:52:48.602 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c
21:52:48.603 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ea6942cf-a438-434b-af4c-1a2d72aec647
21:52:48.604 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b00d4b07-2eed-45ec-b284-34c6b60f8097
21:52:48.604 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:55ae4741-5885-48b9-8637-98dfff18483f
21:52:48.605 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:893ddeee-b6f4-4978-b77c-18b391d68226
21:52:48.605 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8c018b26-6992-483a-b6bd-8e033a047c73
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8c018b26-6992-483a-b6bd-8e033a047c73
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:893ddeee-b6f4-4978-b77c-18b391d68226
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:55ae4741-5885-48b9-8637-98dfff18483f
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b00d4b07-2eed-45ec-b284-34c6b60f8097
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ea6942cf-a438-434b-af4c-1a2d72aec647
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c1c7f546-3f50-4904-9d14-37b928c48a52
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8c018b26-6992-483a-b6bd-8e033a047c73 = 
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8c018b26-6992-483a-b6bd-8e033a047c73 = 
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8c018b26-6992-483a-b6bd-8e033a047c73: 
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:893ddeee-b6f4-4978-b77c-18b391d68226 = 
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:893ddeee-b6f4-4978-b77c-18b391d68226 = 
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:893ddeee-b6f4-4978-b77c-18b391d68226: 
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:55ae4741-5885-48b9-8637-98dfff18483f = 
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:55ae4741-5885-48b9-8637-98dfff18483f = 
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:55ae4741-5885-48b9-8637-98dfff18483f: 
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b00d4b07-2eed-45ec-b284-34c6b60f8097 = 
21:52:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b00d4b07-2eed-45ec-b284-34c6b60f8097 = 
21:52:48.607 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b00d4b07-2eed-45ec-b284-34c6b60f8097: 
21:52:48.607 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
21:52:48.607 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
21:52:48.607 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#AnOslcResource>
21:52:48.607 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AnOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
21:52:48.607 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
21:52:48.607 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:c1c7f546-3f50-4904-9d14-37b928c48a52,_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c,_:ea6942cf-a438-434b-af4c-1a2d72aec647,_:b00d4b07-2eed-45ec-b284-34c6b60f8097,_:55ae4741-5885-48b9-8637-98dfff18483f,_:893ddeee-b6f4-4978-b77c-18b391d68226,_:8c018b26-6992-483a-b6bd-8e033a047c73)
21:52:48.607 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:c1c7f546-3f50-4904-9d14-37b928c48a52)
21:52:48.607 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c)
21:52:48.607 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:ea6942cf-a438-434b-af4c-1a2d72aec647)
21:52:48.607 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:b00d4b07-2eed-45ec-b284-34c6b60f8097)
21:52:48.607 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:55ae4741-5885-48b9-8637-98dfff18483f)
21:52:48.607 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:893ddeee-b6f4-4978-b77c-18b391d68226)
21:52:48.607 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:8c018b26-6992-483a-b6bd-8e033a047c73)
21:52:48.607 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.607 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.608 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.608 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.608 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:c1c7f546-3f50-4904-9d14-37b928c48a52],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
21:52:48.608 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.608 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.608 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.608 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.608 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:c1c7f546-3f50-4904-9d14-37b928c48a52=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(_:c1c7f546-3f50-4904-9d14-37b928c48a52), ShapeRef(_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c), ShapeRef(_:ea6942cf-a438-434b-af4c-1a2d72aec647), ShapeRef(_:b00d4b07-2eed-45ec-b284-34c6b60f8097), ShapeRef(_:55ae4741-5885-48b9-8637-98dfff18483f), ShapeRef(_:893ddeee-b6f4-4978-b77c-18b391d68226), ShapeRef(_:8c018b26-6992-483a-b6bd-8e033a047c73)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c1c7f546-3f50-4904-9d14-37b928c48a52,PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>),List(MaxCount(1), MinCount(0), Datatype(<http://open-services.net/ns/core#Resource>), ClassComponent(<http://www.sampledomain.org/sam#AnotherResource>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>)))))))
21:52:48.608 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.608 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.609 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.609 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.609 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:48.609 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.609 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.610 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c=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(_:c1c7f546-3f50-4904-9d14-37b928c48a52), ShapeRef(_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c), ShapeRef(_:ea6942cf-a438-434b-af4c-1a2d72aec647), ShapeRef(_:b00d4b07-2eed-45ec-b284-34c6b60f8097), ShapeRef(_:55ae4741-5885-48b9-8637-98dfff18483f), ShapeRef(_:893ddeee-b6f4-4978-b77c-18b391d68226), ShapeRef(_:8c018b26-6992-483a-b6bd-8e033a047c73)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.610 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:ea6942cf-a438-434b-af4c-1a2d72aec647],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
21:52:48.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.611 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:ea6942cf-a438-434b-af4c-1a2d72aec647=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(_:c1c7f546-3f50-4904-9d14-37b928c48a52), ShapeRef(_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c), ShapeRef(_:ea6942cf-a438-434b-af4c-1a2d72aec647), ShapeRef(_:b00d4b07-2eed-45ec-b284-34c6b60f8097), ShapeRef(_:55ae4741-5885-48b9-8637-98dfff18483f), ShapeRef(_:893ddeee-b6f4-4978-b77c-18b391d68226), ShapeRef(_:8c018b26-6992-483a-b6bd-8e033a047c73)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ea6942cf-a438-434b-af4c-1a2d72aec647,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.612 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:b00d4b07-2eed-45ec-b284-34c6b60f8097],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:48.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.613 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:b00d4b07-2eed-45ec-b284-34c6b60f8097=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(_:c1c7f546-3f50-4904-9d14-37b928c48a52), ShapeRef(_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c), ShapeRef(_:ea6942cf-a438-434b-af4c-1a2d72aec647), ShapeRef(_:b00d4b07-2eed-45ec-b284-34c6b60f8097), ShapeRef(_:55ae4741-5885-48b9-8637-98dfff18483f), ShapeRef(_:893ddeee-b6f4-4978-b77c-18b391d68226), ShapeRef(_:8c018b26-6992-483a-b6bd-8e033a047c73)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b00d4b07-2eed-45ec-b284-34c6b60f8097,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#string>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "Cat" has datatype <http://www.w3.org/2001/XMLSchema#string>)))))))
21:52:48.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.614 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:55ae4741-5885-48b9-8637-98dfff18483f],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
21:52:48.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.614 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:55ae4741-5885-48b9-8637-98dfff18483f=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(_:c1c7f546-3f50-4904-9d14-37b928c48a52), ShapeRef(_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c), ShapeRef(_:ea6942cf-a438-434b-af4c-1a2d72aec647), ShapeRef(_:b00d4b07-2eed-45ec-b284-34c6b60f8097), ShapeRef(_:55ae4741-5885-48b9-8637-98dfff18483f), ShapeRef(_:893ddeee-b6f4-4978-b77c-18b391d68226), ShapeRef(_:8c018b26-6992-483a-b6bd-8e033a047c73)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:55ae4741-5885-48b9-8637-98dfff18483f,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AnOslcResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0"))))))))
21:52:48.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.615 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-11-07T21:52:48.591Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:893ddeee-b6f4-4978-b77c-18b391d68226],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:48.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.615 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:893ddeee-b6f4-4978-b77c-18b391d68226=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(_:c1c7f546-3f50-4904-9d14-37b928c48a52), ShapeRef(_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c), ShapeRef(_:ea6942cf-a438-434b-af4c-1a2d72aec647), ShapeRef(_:b00d4b07-2eed-45ec-b284-34c6b60f8097), ShapeRef(_:55ae4741-5885-48b9-8637-98dfff18483f), ShapeRef(_:893ddeee-b6f4-4978-b77c-18b391d68226), ShapeRef(_:8c018b26-6992-483a-b6bd-8e033a047c73)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:893ddeee-b6f4-4978-b77c-18b391d68226,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-11-07T21:52:48.591Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
21:52:48.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.615 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:8c018b26-6992-483a-b6bd-8e033a047c73],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:48.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.616 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:8c018b26-6992-483a-b6bd-8e033a047c73=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(_:c1c7f546-3f50-4904-9d14-37b928c48a52), ShapeRef(_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c), ShapeRef(_:ea6942cf-a438-434b-af4c-1a2d72aec647), ShapeRef(_:b00d4b07-2eed-45ec-b284-34c6b60f8097), ShapeRef(_:55ae4741-5885-48b9-8637-98dfff18483f), ShapeRef(_:893ddeee-b6f4-4978-b77c-18b391d68226), ShapeRef(_:8c018b26-6992-483a-b6bd-8e033a047c73)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8c018b26-6992-483a-b6bd-8e033a047c73,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.616 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:c1c7f546-3f50-4904-9d14-37b928c48a52,_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c,_:ea6942cf-a438-434b-af4c-1a2d72aec647,_:b00d4b07-2eed-45ec-b284-34c6b60f8097,_:55ae4741-5885-48b9-8637-98dfff18483f,_:893ddeee-b6f4-4978-b77c-18b391d68226,_:8c018b26-6992-483a-b6bd-8e033a047c73)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(PropertyShape(_:8c018b26-6992-483a-b6bd-8e033a047c73,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(_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c,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(_:b00d4b07-2eed-45ec-b284-34c6b60f8097,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(_:55ae4741-5885-48b9-8637-98dfff18483f,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(_:ea6942cf-a438-434b-af4c-1a2d72aec647,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(_:893ddeee-b6f4-4978-b77c-18b391d68226,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-11-07T21:52:48.591Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:c1c7f546-3f50-4904-9d14-37b928c48a52,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(_:c1c7f546-3f50-4904-9d14-37b928c48a52), ShapeRef(_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c), ShapeRef(_:ea6942cf-a438-434b-af4c-1a2d72aec647), ShapeRef(_:b00d4b07-2eed-45ec-b284-34c6b60f8097), ShapeRef(_:55ae4741-5885-48b9-8637-98dfff18483f), ShapeRef(_:893ddeee-b6f4-4978-b77c-18b391d68226), ShapeRef(_:8c018b26-6992-483a-b6bd-8e033a047c73)),false,List()) -> TypingResult(Valid(List()))))))
21:52:48.617 [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(_:8c018b26-6992-483a-b6bd-8e033a047c73,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(_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c,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(_:b00d4b07-2eed-45ec-b284-34c6b60f8097,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(_:55ae4741-5885-48b9-8637-98dfff18483f,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(_:ea6942cf-a438-434b-af4c-1a2d72aec647,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(_:893ddeee-b6f4-4978-b77c-18b391d68226,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-11-07T21:52:48.591Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:c1c7f546-3f50-4904-9d14-37b928c48a52,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(_:c1c7f546-3f50-4904-9d14-37b928c48a52), ShapeRef(_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c), ShapeRef(_:ea6942cf-a438-434b-af4c-1a2d72aec647), ShapeRef(_:b00d4b07-2eed-45ec-b284-34c6b60f8097), ShapeRef(_:55ae4741-5885-48b9-8637-98dfff18483f), ShapeRef(_:893ddeee-b6f4-4978-b77c-18b391d68226), ShapeRef(_:8c018b26-6992-483a-b6bd-8e033a047c73)),false,List()) -> TypingResult(Valid(List()))))))
21:52:48.617 [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(_:8c018b26-6992-483a-b6bd-8e033a047c73,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(_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c,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(_:b00d4b07-2eed-45ec-b284-34c6b60f8097,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(_:55ae4741-5885-48b9-8637-98dfff18483f,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(_:ea6942cf-a438-434b-af4c-1a2d72aec647,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(_:893ddeee-b6f4-4978-b77c-18b391d68226,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-11-07T21:52:48.591Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:c1c7f546-3f50-4904-9d14-37b928c48a52,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(_:c1c7f546-3f50-4904-9d14-37b928c48a52), ShapeRef(_:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c), ShapeRef(_:ea6942cf-a438-434b-af4c-1a2d72aec647), ShapeRef(_:b00d4b07-2eed-45ec-b284-34c6b60f8097), ShapeRef(_:55ae4741-5885-48b9-8637-98dfff18483f), ShapeRef(_:893ddeee-b6f4-4978-b77c-18b391d68226), ShapeRef(_:8c018b26-6992-483a-b6bd-8e033a047c73)),false,List()) -> TypingResult(Valid(List()))))))
21:52:48.617 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ea6942cf-a438-434b-af4c-1a2d72aec647 = 
21:52:48.617 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ea6942cf-a438-434b-af4c-1a2d72aec647 = 
21:52:48.617 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ea6942cf-a438-434b-af4c-1a2d72aec647: 
21:52:48.617 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c = 
21:52:48.617 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c = 
21:52:48.617 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:60f63cb1-b6bf-429a-a3a3-942b7bcbea1c: 
21:52:48.617 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c1c7f546-3f50-4904-9d14-37b928c48a52 = 
21:52:48.617 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c1c7f546-3f50-4904-9d14-37b928c48a52 = 
21:52:48.617 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c1c7f546-3f50-4904-9d14-37b928c48a52: 
21:52:48.680 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:48.697 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {8208d8c9-62bb-4386-977b-48c07d08e22c @sh:in e3e39762-d13e-4d07-9c27-6e2272d30f1b; 8208d8c9-62bb-4386-977b-48c07d08e22c @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 8208d8c9-62bb-4386-977b-48c07d08e22c @rdf:type sh:Property; cb5bc7e5-3ce9-495a-8ffe-73962b94352f @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cb5bc7e5-3ce9-495a-8ffe-73962b94352f @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cb5bc7e5-3ce9-495a-8ffe-73962b94352f @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; cb5bc7e5-3ce9-495a-8ffe-73962b94352f @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; cb5bc7e5-3ce9-495a-8ffe-73962b94352f @sh:pattern "^B"; cb5bc7e5-3ce9-495a-8ffe-73962b94352f @sh:description "a Simple Single String Property"; cb5bc7e5-3ce9-495a-8ffe-73962b94352f @sh:path http://www.sampledomain.org/sam#aStringProperty; cb5bc7e5-3ce9-495a-8ffe-73962b94352f @rdf:type sh:Property; e3e39762-d13e-4d07-9c27-6e2272d30f1b @rdf:rest d7175336-015e-4c4b-b90e-8e45e6ba4ca6; e3e39762-d13e-4d07-9c27-6e2272d30f1b @rdf:first "A"; ab1658e2-f914-4e9e-a295-4065033f8a0a @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; ab1658e2-f914-4e9e-a295-4065033f8a0a @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; ab1658e2-f914-4e9e-a295-4065033f8a0a @sh:path http://www.sampledomain.org/sam#aSetOfDates; ab1658e2-f914-4e9e-a295-4065033f8a0a @rdf:type sh:Property...} |  [8208d8c9-62bb-4386-977b-48c07d08e22c, http://www.w3.org/ns/shacl#in, e3e39762-d13e-4d07-9c27-6e2272d30f1b] [8208d8c9-62bb-4386-977b-48c07d08e22c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [8208d8c9-62bb-4386-977b-48c07d08e22c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cb5bc7e5-3ce9-495a-8ffe-73962b94352f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cb5bc7e5-3ce9-495a-8ffe-73962b94352f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cb5bc7e5-3ce9-495a-8ffe-73962b94352f, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [cb5bc7e5-3ce9-495a-8ffe-73962b94352f, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [cb5bc7e5-3ce9-495a-8ffe-73962b94352f, http://www.w3.org/ns/shacl#pattern, "^B"] [cb5bc7e5-3ce9-495a-8ffe-73962b94352f, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [cb5bc7e5-3ce9-495a-8ffe-73962b94352f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [cb5bc7e5-3ce9-495a-8ffe-73962b94352f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e3e39762-d13e-4d07-9c27-6e2272d30f1b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, d7175336-015e-4c4b-b90e-8e45e6ba4ca6] [e3e39762-d13e-4d07-9c27-6e2272d30f1b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [ab1658e2-f914-4e9e-a295-4065033f8a0a, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ab1658e2-f914-4e9e-a295-4065033f8a0a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ab1658e2-f914-4e9e-a295-4065033f8a0a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [ab1658e2-f914-4e9e-a295-4065033f8a0a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d7175336-015e-4c4b-b90e-8e45e6ba4ca6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 4f59c6c0-2ab3-47ac-a5a7-3bb6143b9a6c] [d7175336-015e-4c4b-b90e-8e45e6ba4ca6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [689f5082-68d8-4a7b-8641-66059c954f46, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [689f5082-68d8-4a7b-8641-66059c954f46, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [689f5082-68d8-4a7b-8641-66059c954f46, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [689f5082-68d8-4a7b-8641-66059c954f46, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [689f5082-68d8-4a7b-8641-66059c954f46, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [689f5082-68d8-4a7b-8641-66059c954f46, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [689f5082-68d8-4a7b-8641-66059c954f46, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a76e6f5e-949e-4270-ad1d-fdd0f800c710, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a76e6f5e-949e-4270-ad1d-fdd0f800c710, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a76e6f5e-949e-4270-ad1d-fdd0f800c710, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [a76e6f5e-949e-4270-ad1d-fdd0f800c710, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4f59c6c0-2ab3-47ac-a5a7-3bb6143b9a6c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [4f59c6c0-2ab3-47ac-a5a7-3bb6143b9a6c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [100b0298-b5ed-48ca-84d8-c251e2d43602, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [100b0298-b5ed-48ca-84d8-c251e2d43602, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [100b0298-b5ed-48ca-84d8-c251e2d43602, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [100b0298-b5ed-48ca-84d8-c251e2d43602, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [59b33088-6bf3-4697-a3dc-f51dd3392eea, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [59b33088-6bf3-4697-a3dc-f51dd3392eea, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [59b33088-6bf3-4697-a3dc-f51dd3392eea, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557, 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, cb5bc7e5-3ce9-495a-8ffe-73962b94352f] [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, 5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8208d8c9-62bb-4386-977b-48c07d08e22c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 59b33088-6bf3-4697-a3dc-f51dd3392eea] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ab1658e2-f914-4e9e-a295-4065033f8a0a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 100b0298-b5ed-48ca-84d8-c251e2d43602] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 689f5082-68d8-4a7b-8641-66059c954f46] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a76e6f5e-949e-4270-ad1d-fdd0f800c710]>
21:52:48.698 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:48.699 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:48.700 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:100b0298-b5ed-48ca-84d8-c251e2d43602,_:689f5082-68d8-4a7b-8641-66059c954f46,_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557,_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f,_:59b33088-6bf3-4697-a3dc-f51dd3392eea,_:ab1658e2-f914-4e9e-a295-4065033f8a0a,_:8208d8c9-62bb-4386-977b-48c07d08e22c,_:a76e6f5e-949e-4270-ad1d-fdd0f800c710. Pending nodes: 
21:52:48.701 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:100b0298-b5ed-48ca-84d8-c251e2d43602
21:52:48.701 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:689f5082-68d8-4a7b-8641-66059c954f46
21:52:48.703 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557
21:52:48.704 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cb5bc7e5-3ce9-495a-8ffe-73962b94352f
21:52:48.705 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:59b33088-6bf3-4697-a3dc-f51dd3392eea
21:52:48.706 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ab1658e2-f914-4e9e-a295-4065033f8a0a
21:52:48.707 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8208d8c9-62bb-4386-977b-48c07d08e22c
21:52:48.707 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a76e6f5e-949e-4270-ad1d-fdd0f800c710
21:52:48.708 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a76e6f5e-949e-4270-ad1d-fdd0f800c710
21:52:48.708 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:48.708 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8208d8c9-62bb-4386-977b-48c07d08e22c
21:52:48.708 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ab1658e2-f914-4e9e-a295-4065033f8a0a
21:52:48.708 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:59b33088-6bf3-4697-a3dc-f51dd3392eea
21:52:48.708 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cb5bc7e5-3ce9-495a-8ffe-73962b94352f
21:52:48.708 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557
21:52:48.708 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:689f5082-68d8-4a7b-8641-66059c954f46
21:52:48.708 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:100b0298-b5ed-48ca-84d8-c251e2d43602
21:52:48.708 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a76e6f5e-949e-4270-ad1d-fdd0f800c710 = 
21:52:48.708 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a76e6f5e-949e-4270-ad1d-fdd0f800c710 = 
21:52:48.708 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a76e6f5e-949e-4270-ad1d-fdd0f800c710: 
21:52:48.708 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:48.708 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:48.709 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:48.709 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:48.709 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:48.709 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:100b0298-b5ed-48ca-84d8-c251e2d43602,_:689f5082-68d8-4a7b-8641-66059c954f46,_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557,_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f,_:59b33088-6bf3-4697-a3dc-f51dd3392eea,_:ab1658e2-f914-4e9e-a295-4065033f8a0a,_:8208d8c9-62bb-4386-977b-48c07d08e22c,_:a76e6f5e-949e-4270-ad1d-fdd0f800c710)
21:52:48.709 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:100b0298-b5ed-48ca-84d8-c251e2d43602)
21:52:48.709 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:689f5082-68d8-4a7b-8641-66059c954f46)
21:52:48.709 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557)
21:52:48.709 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f)
21:52:48.709 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:59b33088-6bf3-4697-a3dc-f51dd3392eea)
21:52:48.709 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ab1658e2-f914-4e9e-a295-4065033f8a0a)
21:52:48.709 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8208d8c9-62bb-4386-977b-48c07d08e22c)
21:52:48.709 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a76e6f5e-949e-4270-ad1d-fdd0f800c710)
21:52:48.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.710 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:100b0298-b5ed-48ca-84d8-c251e2d43602=ShapeTyping(TypingMap(Map()))
21:52:48.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.711 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.711 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.711 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:689f5082-68d8-4a7b-8641-66059c954f46],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:48.711 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.711 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.712 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:689f5082-68d8-4a7b-8641-66059c954f46=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:100b0298-b5ed-48ca-84d8-c251e2d43602), ShapeRef(_:689f5082-68d8-4a7b-8641-66059c954f46), ShapeRef(_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557), ShapeRef(_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f), ShapeRef(_:59b33088-6bf3-4697-a3dc-f51dd3392eea), ShapeRef(_:ab1658e2-f914-4e9e-a295-4065033f8a0a), ShapeRef(_:8208d8c9-62bb-4386-977b-48c07d08e22c), ShapeRef(_:a76e6f5e-949e-4270-ad1d-fdd0f800c710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:689f5082-68d8-4a7b-8641-66059c954f46,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.712 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.712 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.712 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.712 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.714 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:48.714 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.714 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.714 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:100b0298-b5ed-48ca-84d8-c251e2d43602), ShapeRef(_:689f5082-68d8-4a7b-8641-66059c954f46), ShapeRef(_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557), ShapeRef(_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f), ShapeRef(_:59b33088-6bf3-4697-a3dc-f51dd3392eea), ShapeRef(_:ab1658e2-f914-4e9e-a295-4065033f8a0a), ShapeRef(_:8208d8c9-62bb-4386-977b-48c07d08e22c), ShapeRef(_:a76e6f5e-949e-4270-ad1d-fdd0f800c710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.717 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:48.717 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:100b0298-b5ed-48ca-84d8-c251e2d43602), ShapeRef(_:689f5082-68d8-4a7b-8641-66059c954f46), ShapeRef(_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557), ShapeRef(_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f), ShapeRef(_:59b33088-6bf3-4697-a3dc-f51dd3392eea), ShapeRef(_:ab1658e2-f914-4e9e-a295-4065033f8a0a), ShapeRef(_:8208d8c9-62bb-4386-977b-48c07d08e22c), ShapeRef(_:a76e6f5e-949e-4270-ad1d-fdd0f800c710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.718 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:59b33088-6bf3-4697-a3dc-f51dd3392eea=ShapeTyping(TypingMap(Map()))
21:52:48.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.719 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:48.685Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ab1658e2-f914-4e9e-a295-4065033f8a0a],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:48.719 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ab1658e2-f914-4e9e-a295-4065033f8a0a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:100b0298-b5ed-48ca-84d8-c251e2d43602), ShapeRef(_:689f5082-68d8-4a7b-8641-66059c954f46), ShapeRef(_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557), ShapeRef(_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f), ShapeRef(_:59b33088-6bf3-4697-a3dc-f51dd3392eea), ShapeRef(_:ab1658e2-f914-4e9e-a295-4065033f8a0a), ShapeRef(_:8208d8c9-62bb-4386-977b-48c07d08e22c), ShapeRef(_:a76e6f5e-949e-4270-ad1d-fdd0f800c710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ab1658e2-f914-4e9e-a295-4065033f8a0a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.719 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8208d8c9-62bb-4386-977b-48c07d08e22c=ShapeTyping(TypingMap(Map()))
21:52:48.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.722 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a76e6f5e-949e-4270-ad1d-fdd0f800c710=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:100b0298-b5ed-48ca-84d8-c251e2d43602), ShapeRef(_:689f5082-68d8-4a7b-8641-66059c954f46), ShapeRef(_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557), ShapeRef(_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f), ShapeRef(_:59b33088-6bf3-4697-a3dc-f51dd3392eea), ShapeRef(_:ab1658e2-f914-4e9e-a295-4065033f8a0a), ShapeRef(_:8208d8c9-62bb-4386-977b-48c07d08e22c), ShapeRef(_:a76e6f5e-949e-4270-ad1d-fdd0f800c710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a76e6f5e-949e-4270-ad1d-fdd0f800c710,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(15 satisfies maxInclusive(15), 15 satisfies minInclusive(5))))))))
21:52:48.723 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:100b0298-b5ed-48ca-84d8-c251e2d43602,_:689f5082-68d8-4a7b-8641-66059c954f46,_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557,_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f,_:59b33088-6bf3-4697-a3dc-f51dd3392eea,_:ab1658e2-f914-4e9e-a295-4065033f8a0a,_:8208d8c9-62bb-4386-977b-48c07d08e22c,_:a76e6f5e-949e-4270-ad1d-fdd0f800c710)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:100b0298-b5ed-48ca-84d8-c251e2d43602), ShapeRef(_:689f5082-68d8-4a7b-8641-66059c954f46), ShapeRef(_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557), ShapeRef(_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f), ShapeRef(_:59b33088-6bf3-4697-a3dc-f51dd3392eea), ShapeRef(_:ab1658e2-f914-4e9e-a295-4065033f8a0a), ShapeRef(_:8208d8c9-62bb-4386-977b-48c07d08e22c), ShapeRef(_:a76e6f5e-949e-4270-ad1d-fdd0f800c710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ab1658e2-f914-4e9e-a295-4065033f8a0a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:689f5082-68d8-4a7b-8641-66059c954f46,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:a76e6f5e-949e-4270-ad1d-fdd0f800c710,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(_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.723 [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(_:100b0298-b5ed-48ca-84d8-c251e2d43602), ShapeRef(_:689f5082-68d8-4a7b-8641-66059c954f46), ShapeRef(_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557), ShapeRef(_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f), ShapeRef(_:59b33088-6bf3-4697-a3dc-f51dd3392eea), ShapeRef(_:ab1658e2-f914-4e9e-a295-4065033f8a0a), ShapeRef(_:8208d8c9-62bb-4386-977b-48c07d08e22c), ShapeRef(_:a76e6f5e-949e-4270-ad1d-fdd0f800c710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ab1658e2-f914-4e9e-a295-4065033f8a0a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:689f5082-68d8-4a7b-8641-66059c954f46,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:a76e6f5e-949e-4270-ad1d-fdd0f800c710,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(_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.723 [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(_:100b0298-b5ed-48ca-84d8-c251e2d43602), ShapeRef(_:689f5082-68d8-4a7b-8641-66059c954f46), ShapeRef(_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557), ShapeRef(_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f), ShapeRef(_:59b33088-6bf3-4697-a3dc-f51dd3392eea), ShapeRef(_:ab1658e2-f914-4e9e-a295-4065033f8a0a), ShapeRef(_:8208d8c9-62bb-4386-977b-48c07d08e22c), ShapeRef(_:a76e6f5e-949e-4270-ad1d-fdd0f800c710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ab1658e2-f914-4e9e-a295-4065033f8a0a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:689f5082-68d8-4a7b-8641-66059c954f46,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:cb5bc7e5-3ce9-495a-8ffe-73962b94352f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:a76e6f5e-949e-4270-ad1d-fdd0f800c710,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(_:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8208d8c9-62bb-4386-977b-48c07d08e22c = 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8208d8c9-62bb-4386-977b-48c07d08e22c = 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8208d8c9-62bb-4386-977b-48c07d08e22c: 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ab1658e2-f914-4e9e-a295-4065033f8a0a = 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ab1658e2-f914-4e9e-a295-4065033f8a0a = 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ab1658e2-f914-4e9e-a295-4065033f8a0a: 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:59b33088-6bf3-4697-a3dc-f51dd3392eea = 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:59b33088-6bf3-4697-a3dc-f51dd3392eea = 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:59b33088-6bf3-4697-a3dc-f51dd3392eea: 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cb5bc7e5-3ce9-495a-8ffe-73962b94352f = 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cb5bc7e5-3ce9-495a-8ffe-73962b94352f = 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cb5bc7e5-3ce9-495a-8ffe-73962b94352f: 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557 = 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557 = 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5af1275e-c9f8-4d2c-ba35-5d7a3d7ff557: 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:689f5082-68d8-4a7b-8641-66059c954f46 = 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:689f5082-68d8-4a7b-8641-66059c954f46 = 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:689f5082-68d8-4a7b-8641-66059c954f46: 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:100b0298-b5ed-48ca-84d8-c251e2d43602 = 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:100b0298-b5ed-48ca-84d8-c251e2d43602 = 
21:52:48.724 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:100b0298-b5ed-48ca-84d8-c251e2d43602: 
21:52:48.725 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh: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:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:48.789 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {e4cfeb62-c1a5-497a-a266-3c5013665c0d @rdf:rest eb250c5e-55a1-49e3-a84c-c7d3e917d958; e4cfeb62-c1a5-497a-a266-3c5013665c0d @rdf:first "A"; a102d6a9-86b3-4115-95e7-6ab9a5831f92 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; a102d6a9-86b3-4115-95e7-6ab9a5831f92 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; a102d6a9-86b3-4115-95e7-6ab9a5831f92 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; a102d6a9-86b3-4115-95e7-6ab9a5831f92 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; a102d6a9-86b3-4115-95e7-6ab9a5831f92 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; a102d6a9-86b3-4115-95e7-6ab9a5831f92 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; a102d6a9-86b3-4115-95e7-6ab9a5831f92 @rdf:type sh:Property; 3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9 @sh:path http://www.sampledomain.org/sam#integerProperty2; 3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9 @rdf:type sh:Property; 553c4624-12b4-446e-8353-064b29d8ce1f @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 553c4624-12b4-446e-8353-064b29d8ce1f @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 553c4624-12b4-446e-8353-064b29d8ce1f @sh:path http://www.sampledomain.org/sam#aSetOfDates; 553c4624-12b4-446e-8353-064b29d8ce1f @rdf:type sh:Property...} |  [e4cfeb62-c1a5-497a-a266-3c5013665c0d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, eb250c5e-55a1-49e3-a84c-c7d3e917d958] [e4cfeb62-c1a5-497a-a266-3c5013665c0d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [a102d6a9-86b3-4115-95e7-6ab9a5831f92, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a102d6a9-86b3-4115-95e7-6ab9a5831f92, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a102d6a9-86b3-4115-95e7-6ab9a5831f92, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a102d6a9-86b3-4115-95e7-6ab9a5831f92, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a102d6a9-86b3-4115-95e7-6ab9a5831f92, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a102d6a9-86b3-4115-95e7-6ab9a5831f92, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [a102d6a9-86b3-4115-95e7-6ab9a5831f92, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [553c4624-12b4-446e-8353-064b29d8ce1f, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [553c4624-12b4-446e-8353-064b29d8ce1f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [553c4624-12b4-446e-8353-064b29d8ce1f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [553c4624-12b4-446e-8353-064b29d8ce1f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [58ad0c2f-f0da-4b11-9120-a2fa98e33d98, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [58ad0c2f-f0da-4b11-9120-a2fa98e33d98, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [58ad0c2f-f0da-4b11-9120-a2fa98e33d98, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [58ad0c2f-f0da-4b11-9120-a2fa98e33d98, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [58ad0c2f-f0da-4b11-9120-a2fa98e33d98, http://www.w3.org/ns/shacl#pattern, "^B"] [58ad0c2f-f0da-4b11-9120-a2fa98e33d98, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [58ad0c2f-f0da-4b11-9120-a2fa98e33d98, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [58ad0c2f-f0da-4b11-9120-a2fa98e33d98, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [88269a6e-e68c-40ee-9cf8-09e4722abca0, http://www.w3.org/ns/shacl#in, e4cfeb62-c1a5-497a-a266-3c5013665c0d] [88269a6e-e68c-40ee-9cf8-09e4722abca0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [88269a6e-e68c-40ee-9cf8-09e4722abca0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7363b5de-5d00-4224-a4a7-4a9539cb5b8b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7363b5de-5d00-4224-a4a7-4a9539cb5b8b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7363b5de-5d00-4224-a4a7-4a9539cb5b8b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7363b5de-5d00-4224-a4a7-4a9539cb5b8b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7363b5de-5d00-4224-a4a7-4a9539cb5b8b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7363b5de-5d00-4224-a4a7-4a9539cb5b8b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [7363b5de-5d00-4224-a4a7-4a9539cb5b8b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [25d1a2fa-aa03-41f6-b50d-38bd96706ba7, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [25d1a2fa-aa03-41f6-b50d-38bd96706ba7, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [25d1a2fa-aa03-41f6-b50d-38bd96706ba7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [25d1a2fa-aa03-41f6-b50d-38bd96706ba7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [17019c74-0ad6-4c7b-bc66-b71eb1de38cf, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [17019c74-0ad6-4c7b-bc66-b71eb1de38cf, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [5e3defc5-e580-42c3-b2eb-59650e4e20db, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [5e3defc5-e580-42c3-b2eb-59650e4e20db, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [5e3defc5-e580-42c3-b2eb-59650e4e20db, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [eb250c5e-55a1-49e3-a84c-c7d3e917d958, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 17019c74-0ad6-4c7b-bc66-b71eb1de38cf] [eb250c5e-55a1-49e3-a84c-c7d3e917d958, 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, 553c4624-12b4-446e-8353-064b29d8ce1f] [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, 5e3defc5-e580-42c3-b2eb-59650e4e20db] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 25d1a2fa-aa03-41f6-b50d-38bd96706ba7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 88269a6e-e68c-40ee-9cf8-09e4722abca0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7363b5de-5d00-4224-a4a7-4a9539cb5b8b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 58ad0c2f-f0da-4b11-9120-a2fa98e33d98] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a102d6a9-86b3-4115-95e7-6ab9a5831f92] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9]>
21:52:48.789 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:48.790 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:48.791 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:5e3defc5-e580-42c3-b2eb-59650e4e20db,_:553c4624-12b4-446e-8353-064b29d8ce1f,_:a102d6a9-86b3-4115-95e7-6ab9a5831f92,_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98,_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7,_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b,_:88269a6e-e68c-40ee-9cf8-09e4722abca0,_:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9. Pending nodes: 
21:52:48.791 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5e3defc5-e580-42c3-b2eb-59650e4e20db
21:52:48.792 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:553c4624-12b4-446e-8353-064b29d8ce1f
21:52:48.792 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a102d6a9-86b3-4115-95e7-6ab9a5831f92
21:52:48.793 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:58ad0c2f-f0da-4b11-9120-a2fa98e33d98
21:52:48.793 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:25d1a2fa-aa03-41f6-b50d-38bd96706ba7
21:52:48.794 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7363b5de-5d00-4224-a4a7-4a9539cb5b8b
21:52:48.795 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:88269a6e-e68c-40ee-9cf8-09e4722abca0
21:52:48.795 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:88269a6e-e68c-40ee-9cf8-09e4722abca0
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7363b5de-5d00-4224-a4a7-4a9539cb5b8b
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:25d1a2fa-aa03-41f6-b50d-38bd96706ba7
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:58ad0c2f-f0da-4b11-9120-a2fa98e33d98
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a102d6a9-86b3-4115-95e7-6ab9a5831f92
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:553c4624-12b4-446e-8353-064b29d8ce1f
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5e3defc5-e580-42c3-b2eb-59650e4e20db
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9 = 
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9 = 
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9: 
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5e3defc5-e580-42c3-b2eb-59650e4e20db,_:553c4624-12b4-446e-8353-064b29d8ce1f,_:a102d6a9-86b3-4115-95e7-6ab9a5831f92,_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98,_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7,_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b,_:88269a6e-e68c-40ee-9cf8-09e4722abca0,_:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9)
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e3defc5-e580-42c3-b2eb-59650e4e20db)
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:553c4624-12b4-446e-8353-064b29d8ce1f)
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a102d6a9-86b3-4115-95e7-6ab9a5831f92)
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98)
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7)
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b)
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:88269a6e-e68c-40ee-9cf8-09e4722abca0)
21:52:48.796 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9)
21:52:48.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.797 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e3defc5-e580-42c3-b2eb-59650e4e20db=ShapeTyping(TypingMap(Map()))
21:52:48.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.798 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:48.781Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:553c4624-12b4-446e-8353-064b29d8ce1f],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:48.798 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:553c4624-12b4-446e-8353-064b29d8ce1f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5e3defc5-e580-42c3-b2eb-59650e4e20db), ShapeRef(_:553c4624-12b4-446e-8353-064b29d8ce1f), ShapeRef(_:a102d6a9-86b3-4115-95e7-6ab9a5831f92), ShapeRef(_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98), ShapeRef(_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7), ShapeRef(_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b), ShapeRef(_:88269a6e-e68c-40ee-9cf8-09e4722abca0), ShapeRef(_:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:553c4624-12b4-446e-8353-064b29d8ce1f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.799 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a102d6a9-86b3-4115-95e7-6ab9a5831f92],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:48.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.799 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a102d6a9-86b3-4115-95e7-6ab9a5831f92=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5e3defc5-e580-42c3-b2eb-59650e4e20db), ShapeRef(_:553c4624-12b4-446e-8353-064b29d8ce1f), ShapeRef(_:a102d6a9-86b3-4115-95e7-6ab9a5831f92), ShapeRef(_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98), ShapeRef(_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7), ShapeRef(_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b), ShapeRef(_:88269a6e-e68c-40ee-9cf8-09e4722abca0), ShapeRef(_:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a102d6a9-86b3-4115-95e7-6ab9a5831f92,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.801 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:48.801 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5e3defc5-e580-42c3-b2eb-59650e4e20db), ShapeRef(_:553c4624-12b4-446e-8353-064b29d8ce1f), ShapeRef(_:a102d6a9-86b3-4115-95e7-6ab9a5831f92), ShapeRef(_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98), ShapeRef(_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7), ShapeRef(_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b), ShapeRef(_:88269a6e-e68c-40ee-9cf8-09e4722abca0), ShapeRef(_:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.802 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5e3defc5-e580-42c3-b2eb-59650e4e20db), ShapeRef(_:553c4624-12b4-446e-8353-064b29d8ce1f), ShapeRef(_:a102d6a9-86b3-4115-95e7-6ab9a5831f92), ShapeRef(_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98), ShapeRef(_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7), ShapeRef(_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b), ShapeRef(_:88269a6e-e68c-40ee-9cf8-09e4722abca0), ShapeRef(_:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxInclusive violation. Expected 16 <= 15"))))))))
21:52:48.802 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.802 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.802 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.802 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.803 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.803 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.803 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.803 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.803 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:48.803 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.803 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.804 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5e3defc5-e580-42c3-b2eb-59650e4e20db), ShapeRef(_:553c4624-12b4-446e-8353-064b29d8ce1f), ShapeRef(_:a102d6a9-86b3-4115-95e7-6ab9a5831f92), ShapeRef(_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98), ShapeRef(_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7), ShapeRef(_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b), ShapeRef(_:88269a6e-e68c-40ee-9cf8-09e4722abca0), ShapeRef(_:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.804 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.804 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.804 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:88269a6e-e68c-40ee-9cf8-09e4722abca0=ShapeTyping(TypingMap(Map()))
21:52:48.804 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.804 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.804 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.804 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.804 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9=ShapeTyping(TypingMap(Map()))
21:52:48.805 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5e3defc5-e580-42c3-b2eb-59650e4e20db,_:553c4624-12b4-446e-8353-064b29d8ce1f,_:a102d6a9-86b3-4115-95e7-6ab9a5831f92,_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98,_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7,_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b,_:88269a6e-e68c-40ee-9cf8-09e4722abca0,_:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:5e3defc5-e580-42c3-b2eb-59650e4e20db), ShapeRef(_:553c4624-12b4-446e-8353-064b29d8ce1f), ShapeRef(_:a102d6a9-86b3-4115-95e7-6ab9a5831f92), ShapeRef(_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98), ShapeRef(_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7), ShapeRef(_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b), ShapeRef(_:88269a6e-e68c-40ee-9cf8-09e4722abca0), ShapeRef(_:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:553c4624-12b4-446e-8353-064b29d8ce1f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7,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(_:a102d6a9-86b3-4115-95e7-6ab9a5831f92,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.805 [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(_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:5e3defc5-e580-42c3-b2eb-59650e4e20db), ShapeRef(_:553c4624-12b4-446e-8353-064b29d8ce1f), ShapeRef(_:a102d6a9-86b3-4115-95e7-6ab9a5831f92), ShapeRef(_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98), ShapeRef(_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7), ShapeRef(_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b), ShapeRef(_:88269a6e-e68c-40ee-9cf8-09e4722abca0), ShapeRef(_:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:553c4624-12b4-446e-8353-064b29d8ce1f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7,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(_:a102d6a9-86b3-4115-95e7-6ab9a5831f92,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.805 [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(_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:5e3defc5-e580-42c3-b2eb-59650e4e20db), ShapeRef(_:553c4624-12b4-446e-8353-064b29d8ce1f), ShapeRef(_:a102d6a9-86b3-4115-95e7-6ab9a5831f92), ShapeRef(_:58ad0c2f-f0da-4b11-9120-a2fa98e33d98), ShapeRef(_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7), ShapeRef(_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b), ShapeRef(_:88269a6e-e68c-40ee-9cf8-09e4722abca0), ShapeRef(_:3c94ca3e-ce9c-4fb5-8b44-ebca79f78ec9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7363b5de-5d00-4224-a4a7-4a9539cb5b8b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:553c4624-12b4-446e-8353-064b29d8ce1f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:25d1a2fa-aa03-41f6-b50d-38bd96706ba7,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(_:a102d6a9-86b3-4115-95e7-6ab9a5831f92,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.805 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:88269a6e-e68c-40ee-9cf8-09e4722abca0 = 
21:52:48.805 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:88269a6e-e68c-40ee-9cf8-09e4722abca0 = 
21:52:48.805 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:88269a6e-e68c-40ee-9cf8-09e4722abca0: 
21:52:48.805 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7363b5de-5d00-4224-a4a7-4a9539cb5b8b = 
21:52:48.805 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7363b5de-5d00-4224-a4a7-4a9539cb5b8b = 
21:52:48.805 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7363b5de-5d00-4224-a4a7-4a9539cb5b8b: 
21:52:48.806 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:25d1a2fa-aa03-41f6-b50d-38bd96706ba7 = 
21:52:48.806 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:25d1a2fa-aa03-41f6-b50d-38bd96706ba7 = 
21:52:48.806 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:25d1a2fa-aa03-41f6-b50d-38bd96706ba7: 
21:52:48.806 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:58ad0c2f-f0da-4b11-9120-a2fa98e33d98 = 
21:52:48.806 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:58ad0c2f-f0da-4b11-9120-a2fa98e33d98 = 
21:52:48.806 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:58ad0c2f-f0da-4b11-9120-a2fa98e33d98: 
21:52:48.806 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a102d6a9-86b3-4115-95e7-6ab9a5831f92 = 
21:52:48.806 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a102d6a9-86b3-4115-95e7-6ab9a5831f92 = 
21:52:48.806 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a102d6a9-86b3-4115-95e7-6ab9a5831f92: 
21:52:48.806 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:553c4624-12b4-446e-8353-064b29d8ce1f = 
21:52:48.806 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:553c4624-12b4-446e-8353-064b29d8ce1f = 
21:52:48.806 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:553c4624-12b4-446e-8353-064b29d8ce1f: 
21:52:48.806 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5e3defc5-e580-42c3-b2eb-59650e4e20db = 
21:52:48.806 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5e3defc5-e580-42c3-b2eb-59650e4e20db = 
21:52:48.806 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5e3defc5-e580-42c3-b2eb-59650e4e20db: 
21:52:48.808 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh: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:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:48.819 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {1fd8f4bc-35f0-482b-bd30-0ca46709a98b @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 1fd8f4bc-35f0-482b-bd30-0ca46709a98b @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 1fd8f4bc-35f0-482b-bd30-0ca46709a98b @sh:path http://www.sampledomain.org/sam#integerProperty3; 1fd8f4bc-35f0-482b-bd30-0ca46709a98b @rdf:type sh:Property; ed3ed5fe-74d2-41f8-a55b-227a5c420340 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ed3ed5fe-74d2-41f8-a55b-227a5c420340 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ed3ed5fe-74d2-41f8-a55b-227a5c420340 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; ed3ed5fe-74d2-41f8-a55b-227a5c420340 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; ed3ed5fe-74d2-41f8-a55b-227a5c420340 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; ed3ed5fe-74d2-41f8-a55b-227a5c420340 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; ed3ed5fe-74d2-41f8-a55b-227a5c420340 @rdf:type sh:Property; 1c91884c-d5ca-4721-9106-ced7c527327b @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 1c91884c-d5ca-4721-9106-ced7c527327b @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 1c91884c-d5ca-4721-9106-ced7c527327b @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 1c91884c-d5ca-4721-9106-ced7c527327b @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 1c91884c-d5ca-4721-9106-ced7c527327b @sh:pattern "^B"; 1c91884c-d5ca-4721-9106-ced7c527327b @sh:description "a Simple Single String Property"...} |  [1fd8f4bc-35f0-482b-bd30-0ca46709a98b, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1fd8f4bc-35f0-482b-bd30-0ca46709a98b, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1fd8f4bc-35f0-482b-bd30-0ca46709a98b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [1fd8f4bc-35f0-482b-bd30-0ca46709a98b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ed3ed5fe-74d2-41f8-a55b-227a5c420340, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ed3ed5fe-74d2-41f8-a55b-227a5c420340, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ed3ed5fe-74d2-41f8-a55b-227a5c420340, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ed3ed5fe-74d2-41f8-a55b-227a5c420340, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ed3ed5fe-74d2-41f8-a55b-227a5c420340, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ed3ed5fe-74d2-41f8-a55b-227a5c420340, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [ed3ed5fe-74d2-41f8-a55b-227a5c420340, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1c91884c-d5ca-4721-9106-ced7c527327b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1c91884c-d5ca-4721-9106-ced7c527327b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1c91884c-d5ca-4721-9106-ced7c527327b, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [1c91884c-d5ca-4721-9106-ced7c527327b, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [1c91884c-d5ca-4721-9106-ced7c527327b, http://www.w3.org/ns/shacl#pattern, "^B"] [1c91884c-d5ca-4721-9106-ced7c527327b, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [1c91884c-d5ca-4721-9106-ced7c527327b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [1c91884c-d5ca-4721-9106-ced7c527327b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d696ae43-77ed-43ce-b8a7-33f1d40abe81, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f6972b10-f51c-417f-aba5-4159df1b6a4f] [d696ae43-77ed-43ce-b8a7-33f1d40abe81, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [1bdfb669-8960-48cb-b886-562336c4330d, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [1bdfb669-8960-48cb-b886-562336c4330d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [1bdfb669-8960-48cb-b886-562336c4330d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f6972b10-f51c-417f-aba5-4159df1b6a4f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [f6972b10-f51c-417f-aba5-4159df1b6a4f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [6d0d29aa-54da-4591-a9b3-66b11277b4e0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, d696ae43-77ed-43ce-b8a7-33f1d40abe81] [6d0d29aa-54da-4591-a9b3-66b11277b4e0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [7fa0e71b-252f-4a09-a5da-3eec1dbbf70f, http://www.w3.org/ns/shacl#in, 6d0d29aa-54da-4591-a9b3-66b11277b4e0] [7fa0e71b-252f-4a09-a5da-3eec1dbbf70f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [7fa0e71b-252f-4a09-a5da-3eec1dbbf70f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ef80b0e6-d27b-4900-a6b3-993b4a961fb8, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ef80b0e6-d27b-4900-a6b3-993b4a961fb8, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ef80b0e6-d27b-4900-a6b3-993b4a961fb8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [ef80b0e6-d27b-4900-a6b3-993b4a961fb8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29, 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, 1bdfb669-8960-48cb-b886-562336c4330d] [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, 1c91884c-d5ca-4721-9106-ced7c527327b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 95ffbd3d-07ba-4909-a6b0-a50ccee04c9b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ef80b0e6-d27b-4900-a6b3-993b4a961fb8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7fa0e71b-252f-4a09-a5da-3eec1dbbf70f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ed3ed5fe-74d2-41f8-a55b-227a5c420340] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1fd8f4bc-35f0-482b-bd30-0ca46709a98b] [95ffbd3d-07ba-4909-a6b0-a50ccee04c9b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [95ffbd3d-07ba-4909-a6b0-a50ccee04c9b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [95ffbd3d-07ba-4909-a6b0-a50ccee04c9b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [95ffbd3d-07ba-4909-a6b0-a50ccee04c9b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [95ffbd3d-07ba-4909-a6b0-a50ccee04c9b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [95ffbd3d-07ba-4909-a6b0-a50ccee04c9b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [95ffbd3d-07ba-4909-a6b0-a50ccee04c9b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:52:48.819 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:48.820 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:48.821 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:ed3ed5fe-74d2-41f8-a55b-227a5c420340,_:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29,_:1c91884c-d5ca-4721-9106-ced7c527327b,_:1bdfb669-8960-48cb-b886-562336c4330d,_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8,_:1fd8f4bc-35f0-482b-bd30-0ca46709a98b,_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b,_:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f. Pending nodes: 
21:52:48.821 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ed3ed5fe-74d2-41f8-a55b-227a5c420340
21:52:48.821 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29
21:52:48.822 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1c91884c-d5ca-4721-9106-ced7c527327b
21:52:48.822 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1bdfb669-8960-48cb-b886-562336c4330d
21:52:48.880 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ef80b0e6-d27b-4900-a6b3-993b4a961fb8
21:52:48.881 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1fd8f4bc-35f0-482b-bd30-0ca46709a98b
21:52:48.881 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b
21:52:48.882 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1fd8f4bc-35f0-482b-bd30-0ca46709a98b
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ef80b0e6-d27b-4900-a6b3-993b4a961fb8
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1bdfb669-8960-48cb-b886-562336c4330d
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1c91884c-d5ca-4721-9106-ced7c527327b
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ed3ed5fe-74d2-41f8-a55b-227a5c420340
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f = 
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f = 
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f: 
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b = 
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b = 
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b: 
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:48.883 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:48.884 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ed3ed5fe-74d2-41f8-a55b-227a5c420340,_:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29,_:1c91884c-d5ca-4721-9106-ced7c527327b,_:1bdfb669-8960-48cb-b886-562336c4330d,_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8,_:1fd8f4bc-35f0-482b-bd30-0ca46709a98b,_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b,_:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f)
21:52:48.884 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ed3ed5fe-74d2-41f8-a55b-227a5c420340)
21:52:48.884 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29)
21:52:48.884 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1c91884c-d5ca-4721-9106-ced7c527327b)
21:52:48.884 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1bdfb669-8960-48cb-b886-562336c4330d)
21:52:48.884 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8)
21:52:48.884 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1fd8f4bc-35f0-482b-bd30-0ca46709a98b)
21:52:48.884 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b)
21:52:48.884 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f)
21:52:48.884 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.884 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.884 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.884 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.885 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.885 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.885 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.885 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.885 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ed3ed5fe-74d2-41f8-a55b-227a5c420340],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:48.885 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.885 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.886 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ed3ed5fe-74d2-41f8-a55b-227a5c420340=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ed3ed5fe-74d2-41f8-a55b-227a5c420340), ShapeRef(_:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29), ShapeRef(_:1c91884c-d5ca-4721-9106-ced7c527327b), ShapeRef(_:1bdfb669-8960-48cb-b886-562336c4330d), ShapeRef(_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8), ShapeRef(_:1fd8f4bc-35f0-482b-bd30-0ca46709a98b), ShapeRef(_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b), ShapeRef(_:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ed3ed5fe-74d2-41f8-a55b-227a5c420340,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.886 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.886 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.886 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.886 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.886 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29=ShapeTyping(TypingMap(Map()))
21:52:48.886 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.886 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.887 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.887 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.887 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.887 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.888 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.888 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.888 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.888 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.888 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1c91884c-d5ca-4721-9106-ced7c527327b],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:48.888 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1c91884c-d5ca-4721-9106-ced7c527327b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ed3ed5fe-74d2-41f8-a55b-227a5c420340), ShapeRef(_:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29), ShapeRef(_:1c91884c-d5ca-4721-9106-ced7c527327b), ShapeRef(_:1bdfb669-8960-48cb-b886-562336c4330d), ShapeRef(_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8), ShapeRef(_:1fd8f4bc-35f0-482b-bd30-0ca46709a98b), ShapeRef(_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b), ShapeRef(_:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1c91884c-d5ca-4721-9106-ced7c527327b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.888 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.888 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.889 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1bdfb669-8960-48cb-b886-562336c4330d=ShapeTyping(TypingMap(Map()))
21:52:48.889 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.889 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.889 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.889 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.889 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:48.811Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:48.890 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ed3ed5fe-74d2-41f8-a55b-227a5c420340), ShapeRef(_:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29), ShapeRef(_:1c91884c-d5ca-4721-9106-ced7c527327b), ShapeRef(_:1bdfb669-8960-48cb-b886-562336c4330d), ShapeRef(_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8), ShapeRef(_:1fd8f4bc-35f0-482b-bd30-0ca46709a98b), ShapeRef(_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b), ShapeRef(_:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.890 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.890 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.890 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.890 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.890 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1fd8f4bc-35f0-482b-bd30-0ca46709a98b=ShapeTyping(TypingMap(Map()))
21:52:48.890 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.890 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.890 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.890 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.890 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.890 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.891 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.891 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.891 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:48.891 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.891 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.891 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ed3ed5fe-74d2-41f8-a55b-227a5c420340), ShapeRef(_:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29), ShapeRef(_:1c91884c-d5ca-4721-9106-ced7c527327b), ShapeRef(_:1bdfb669-8960-48cb-b886-562336c4330d), ShapeRef(_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8), ShapeRef(_:1fd8f4bc-35f0-482b-bd30-0ca46709a98b), ShapeRef(_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b), ShapeRef(_:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.891 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.891 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.891 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f=ShapeTyping(TypingMap(Map()))
21:52:48.892 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ed3ed5fe-74d2-41f8-a55b-227a5c420340,_:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29,_:1c91884c-d5ca-4721-9106-ced7c527327b,_:1bdfb669-8960-48cb-b886-562336c4330d,_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8,_:1fd8f4bc-35f0-482b-bd30-0ca46709a98b,_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b,_:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:1c91884c-d5ca-4721-9106-ced7c527327b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:ed3ed5fe-74d2-41f8-a55b-227a5c420340), ShapeRef(_:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29), ShapeRef(_:1c91884c-d5ca-4721-9106-ced7c527327b), ShapeRef(_:1bdfb669-8960-48cb-b886-562336c4330d), ShapeRef(_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8), ShapeRef(_:1fd8f4bc-35f0-482b-bd30-0ca46709a98b), ShapeRef(_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b), ShapeRef(_:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ed3ed5fe-74d2-41f8-a55b-227a5c420340,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.892 [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(_:1c91884c-d5ca-4721-9106-ced7c527327b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:ed3ed5fe-74d2-41f8-a55b-227a5c420340), ShapeRef(_:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29), ShapeRef(_:1c91884c-d5ca-4721-9106-ced7c527327b), ShapeRef(_:1bdfb669-8960-48cb-b886-562336c4330d), ShapeRef(_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8), ShapeRef(_:1fd8f4bc-35f0-482b-bd30-0ca46709a98b), ShapeRef(_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b), ShapeRef(_:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ed3ed5fe-74d2-41f8-a55b-227a5c420340,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.892 [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(_:1c91884c-d5ca-4721-9106-ced7c527327b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:ed3ed5fe-74d2-41f8-a55b-227a5c420340), ShapeRef(_:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29), ShapeRef(_:1c91884c-d5ca-4721-9106-ced7c527327b), ShapeRef(_:1bdfb669-8960-48cb-b886-562336c4330d), ShapeRef(_:ef80b0e6-d27b-4900-a6b3-993b4a961fb8), ShapeRef(_:1fd8f4bc-35f0-482b-bd30-0ca46709a98b), ShapeRef(_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b), ShapeRef(_:7fa0e71b-252f-4a09-a5da-3eec1dbbf70f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ed3ed5fe-74d2-41f8-a55b-227a5c420340,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:95ffbd3d-07ba-4909-a6b0-a50ccee04c9b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.892 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1fd8f4bc-35f0-482b-bd30-0ca46709a98b = 
21:52:48.892 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1fd8f4bc-35f0-482b-bd30-0ca46709a98b = 
21:52:48.892 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1fd8f4bc-35f0-482b-bd30-0ca46709a98b: 
21:52:48.892 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ef80b0e6-d27b-4900-a6b3-993b4a961fb8 = 
21:52:48.893 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ef80b0e6-d27b-4900-a6b3-993b4a961fb8 = 
21:52:48.893 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ef80b0e6-d27b-4900-a6b3-993b4a961fb8: 
21:52:48.893 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1bdfb669-8960-48cb-b886-562336c4330d = 
21:52:48.893 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1bdfb669-8960-48cb-b886-562336c4330d = 
21:52:48.893 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1bdfb669-8960-48cb-b886-562336c4330d: 
21:52:48.893 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1c91884c-d5ca-4721-9106-ced7c527327b = 
21:52:48.893 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1c91884c-d5ca-4721-9106-ced7c527327b = 
21:52:48.893 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1c91884c-d5ca-4721-9106-ced7c527327b: 
21:52:48.893 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29 = 
21:52:48.893 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29 = 
21:52:48.893 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d77d74f9-95e0-4b0b-8ef9-06f2a9cb8f29: 
21:52:48.893 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ed3ed5fe-74d2-41f8-a55b-227a5c420340 = 
21:52:48.893 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ed3ed5fe-74d2-41f8-a55b-227a5c420340 = 
21:52:48.893 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ed3ed5fe-74d2-41f8-a55b-227a5c420340: 
21:52:48.894 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-07T21:52:48.896Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anIntegerProperty>
                1 ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:52:48.904 [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#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-07T21:52:48.896Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anIntegerProperty, "1"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:52:48.896Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:48.904 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {a183baf6-8bf7-457c-bf6e-181b68c5e407 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a183baf6-8bf7-457c-bf6e-181b68c5e407 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a183baf6-8bf7-457c-bf6e-181b68c5e407 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; a183baf6-8bf7-457c-bf6e-181b68c5e407 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; a183baf6-8bf7-457c-bf6e-181b68c5e407 @sh:pattern "^B"; a183baf6-8bf7-457c-bf6e-181b68c5e407 @sh:description "a Simple Single String Property"; a183baf6-8bf7-457c-bf6e-181b68c5e407 @sh:path http://www.sampledomain.org/sam#aStringProperty; a183baf6-8bf7-457c-bf6e-181b68c5e407 @rdf:type sh:Property; 0b5426f9-90ac-474f-9ded-d3b849e1c194 @sh:in bb27daf5-6bc4-42e2-9862-fc11fc49bad5; 0b5426f9-90ac-474f-9ded-d3b849e1c194 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 0b5426f9-90ac-474f-9ded-d3b849e1c194 @rdf:type sh:Property; dda68e9b-3394-4540-b49a-5e4cb2840213 @rdf:rest rdf:nil; dda68e9b-3394-4540-b49a-5e4cb2840213 @rdf:first "C"; 0244e9d8-1f0a-4d65-be45-2f3cf8344144 @rdf:rest dda68e9b-3394-4540-b49a-5e4cb2840213; 0244e9d8-1f0a-4d65-be45-2f3cf8344144 @rdf:first "B"; 124d57f8-c956-42aa-b5d0-6d28cf5fb83f @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 124d57f8-c956-42aa-b5d0-6d28cf5fb83f @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer...} |  [a183baf6-8bf7-457c-bf6e-181b68c5e407, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a183baf6-8bf7-457c-bf6e-181b68c5e407, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a183baf6-8bf7-457c-bf6e-181b68c5e407, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [a183baf6-8bf7-457c-bf6e-181b68c5e407, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [a183baf6-8bf7-457c-bf6e-181b68c5e407, http://www.w3.org/ns/shacl#pattern, "^B"] [a183baf6-8bf7-457c-bf6e-181b68c5e407, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [a183baf6-8bf7-457c-bf6e-181b68c5e407, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [a183baf6-8bf7-457c-bf6e-181b68c5e407, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0b5426f9-90ac-474f-9ded-d3b849e1c194, http://www.w3.org/ns/shacl#in, bb27daf5-6bc4-42e2-9862-fc11fc49bad5] [0b5426f9-90ac-474f-9ded-d3b849e1c194, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [0b5426f9-90ac-474f-9ded-d3b849e1c194, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dda68e9b-3394-4540-b49a-5e4cb2840213, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [dda68e9b-3394-4540-b49a-5e4cb2840213, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [0244e9d8-1f0a-4d65-be45-2f3cf8344144, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, dda68e9b-3394-4540-b49a-5e4cb2840213] [0244e9d8-1f0a-4d65-be45-2f3cf8344144, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [124d57f8-c956-42aa-b5d0-6d28cf5fb83f, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [124d57f8-c956-42aa-b5d0-6d28cf5fb83f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [124d57f8-c956-42aa-b5d0-6d28cf5fb83f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [124d57f8-c956-42aa-b5d0-6d28cf5fb83f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [124d57f8-c956-42aa-b5d0-6d28cf5fb83f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [124d57f8-c956-42aa-b5d0-6d28cf5fb83f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [124d57f8-c956-42aa-b5d0-6d28cf5fb83f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bb27daf5-6bc4-42e2-9862-fc11fc49bad5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0244e9d8-1f0a-4d65-be45-2f3cf8344144] [bb27daf5-6bc4-42e2-9862-fc11fc49bad5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [e422ee93-8b18-4c27-9800-bf0b7f26700f, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [e422ee93-8b18-4c27-9800-bf0b7f26700f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [e422ee93-8b18-4c27-9800-bf0b7f26700f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [eec7b857-72ff-400f-9776-c16b12bc0fe0, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [eec7b857-72ff-400f-9776-c16b12bc0fe0, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [eec7b857-72ff-400f-9776-c16b12bc0fe0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [eec7b857-72ff-400f-9776-c16b12bc0fe0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [210ba93f-d2a2-4352-92f1-33981c2251c8, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [210ba93f-d2a2-4352-92f1-33981c2251c8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [210ba93f-d2a2-4352-92f1-33981c2251c8, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [210ba93f-d2a2-4352-92f1-33981c2251c8, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [210ba93f-d2a2-4352-92f1-33981c2251c8, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [210ba93f-d2a2-4352-92f1-33981c2251c8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [210ba93f-d2a2-4352-92f1-33981c2251c8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fef59e67-92a2-4a43-90ee-03fd6d53467e, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [fef59e67-92a2-4a43-90ee-03fd6d53467e, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [fef59e67-92a2-4a43-90ee-03fd6d53467e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [fef59e67-92a2-4a43-90ee-03fd6d53467e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [db3be18e-ce50-435c-a1e4-248aa65c6f03, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [db3be18e-ce50-435c-a1e4-248aa65c6f03, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [db3be18e-ce50-435c-a1e4-248aa65c6f03, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [db3be18e-ce50-435c-a1e4-248aa65c6f03, 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, fef59e67-92a2-4a43-90ee-03fd6d53467e] [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, e422ee93-8b18-4c27-9800-bf0b7f26700f] [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, a183baf6-8bf7-457c-bf6e-181b68c5e407] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 124d57f8-c956-42aa-b5d0-6d28cf5fb83f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 210ba93f-d2a2-4352-92f1-33981c2251c8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, eec7b857-72ff-400f-9776-c16b12bc0fe0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, db3be18e-ce50-435c-a1e4-248aa65c6f03] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0b5426f9-90ac-474f-9ded-d3b849e1c194]>
21:52:48.905 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:48.905 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:48.906 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:a183baf6-8bf7-457c-bf6e-181b68c5e407,_:db3be18e-ce50-435c-a1e4-248aa65c6f03,_:e422ee93-8b18-4c27-9800-bf0b7f26700f,_:210ba93f-d2a2-4352-92f1-33981c2251c8,_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f,_:fef59e67-92a2-4a43-90ee-03fd6d53467e,_:0b5426f9-90ac-474f-9ded-d3b849e1c194,_:eec7b857-72ff-400f-9776-c16b12bc0fe0. Pending nodes: 
21:52:48.906 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a183baf6-8bf7-457c-bf6e-181b68c5e407
21:52:48.907 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:db3be18e-ce50-435c-a1e4-248aa65c6f03
21:52:48.907 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e422ee93-8b18-4c27-9800-bf0b7f26700f
21:52:48.908 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:210ba93f-d2a2-4352-92f1-33981c2251c8
21:52:48.908 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:124d57f8-c956-42aa-b5d0-6d28cf5fb83f
21:52:48.909 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fef59e67-92a2-4a43-90ee-03fd6d53467e
21:52:48.909 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0b5426f9-90ac-474f-9ded-d3b849e1c194
21:52:48.910 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:eec7b857-72ff-400f-9776-c16b12bc0fe0
21:52:48.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:eec7b857-72ff-400f-9776-c16b12bc0fe0
21:52:48.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:48.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0b5426f9-90ac-474f-9ded-d3b849e1c194
21:52:48.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fef59e67-92a2-4a43-90ee-03fd6d53467e
21:52:48.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:124d57f8-c956-42aa-b5d0-6d28cf5fb83f
21:52:48.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:210ba93f-d2a2-4352-92f1-33981c2251c8
21:52:48.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e422ee93-8b18-4c27-9800-bf0b7f26700f
21:52:48.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:db3be18e-ce50-435c-a1e4-248aa65c6f03
21:52:48.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a183baf6-8bf7-457c-bf6e-181b68c5e407
21:52:48.910 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:eec7b857-72ff-400f-9776-c16b12bc0fe0 = 
21:52:48.911 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:eec7b857-72ff-400f-9776-c16b12bc0fe0 = 
21:52:48.911 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:eec7b857-72ff-400f-9776-c16b12bc0fe0: 
21:52:48.911 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:48.911 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:48.911 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:48.911 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:48.911 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:48.911 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a183baf6-8bf7-457c-bf6e-181b68c5e407,_:db3be18e-ce50-435c-a1e4-248aa65c6f03,_:e422ee93-8b18-4c27-9800-bf0b7f26700f,_:210ba93f-d2a2-4352-92f1-33981c2251c8,_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f,_:fef59e67-92a2-4a43-90ee-03fd6d53467e,_:0b5426f9-90ac-474f-9ded-d3b849e1c194,_:eec7b857-72ff-400f-9776-c16b12bc0fe0)
21:52:48.911 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a183baf6-8bf7-457c-bf6e-181b68c5e407)
21:52:48.911 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:db3be18e-ce50-435c-a1e4-248aa65c6f03)
21:52:48.911 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e422ee93-8b18-4c27-9800-bf0b7f26700f)
21:52:48.911 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:210ba93f-d2a2-4352-92f1-33981c2251c8)
21:52:48.911 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f)
21:52:48.911 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fef59e67-92a2-4a43-90ee-03fd6d53467e)
21:52:48.911 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0b5426f9-90ac-474f-9ded-d3b849e1c194)
21:52:48.911 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eec7b857-72ff-400f-9776-c16b12bc0fe0)
21:52:48.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.912 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.912 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.912 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.912 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.913 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.913 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.913 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.913 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.913 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a183baf6-8bf7-457c-bf6e-181b68c5e407],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:48.913 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a183baf6-8bf7-457c-bf6e-181b68c5e407=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a183baf6-8bf7-457c-bf6e-181b68c5e407), ShapeRef(_:db3be18e-ce50-435c-a1e4-248aa65c6f03), ShapeRef(_:e422ee93-8b18-4c27-9800-bf0b7f26700f), ShapeRef(_:210ba93f-d2a2-4352-92f1-33981c2251c8), ShapeRef(_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f), ShapeRef(_:fef59e67-92a2-4a43-90ee-03fd6d53467e), ShapeRef(_:0b5426f9-90ac-474f-9ded-d3b849e1c194), ShapeRef(_:eec7b857-72ff-400f-9776-c16b12bc0fe0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a183baf6-8bf7-457c-bf6e-181b68c5e407,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.913 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.913 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.914 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.914 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.914 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:db3be18e-ce50-435c-a1e4-248aa65c6f03=ShapeTyping(TypingMap(Map()))
21:52:48.914 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.914 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.914 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e422ee93-8b18-4c27-9800-bf0b7f26700f=ShapeTyping(TypingMap(Map()))
21:52:48.914 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.914 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.915 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.915 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.915 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.915 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.915 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.915 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.915 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:210ba93f-d2a2-4352-92f1-33981c2251c8],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:48.916 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.916 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.916 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:210ba93f-d2a2-4352-92f1-33981c2251c8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a183baf6-8bf7-457c-bf6e-181b68c5e407), ShapeRef(_:db3be18e-ce50-435c-a1e4-248aa65c6f03), ShapeRef(_:e422ee93-8b18-4c27-9800-bf0b7f26700f), ShapeRef(_:210ba93f-d2a2-4352-92f1-33981c2251c8), ShapeRef(_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f), ShapeRef(_:fef59e67-92a2-4a43-90ee-03fd6d53467e), ShapeRef(_:0b5426f9-90ac-474f-9ded-d3b849e1c194), ShapeRef(_:eec7b857-72ff-400f-9776-c16b12bc0fe0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:210ba93f-d2a2-4352-92f1-33981c2251c8,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:48.916 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.916 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.917 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.917 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.917 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.917 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.917 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.917 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.917 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(1), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:48.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.918 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a183baf6-8bf7-457c-bf6e-181b68c5e407), ShapeRef(_:db3be18e-ce50-435c-a1e4-248aa65c6f03), ShapeRef(_:e422ee93-8b18-4c27-9800-bf0b7f26700f), ShapeRef(_:210ba93f-d2a2-4352-92f1-33981c2251c8), ShapeRef(_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f), ShapeRef(_:fef59e67-92a2-4a43-90ee-03fd6d53467e), ShapeRef(_:0b5426f9-90ac-474f-9ded-d3b849e1c194), ShapeRef(_:eec7b857-72ff-400f-9776-c16b12bc0fe0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MaxCount violation. Expected 0, obtained: 1"))))))))
21:52:48.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.919 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fef59e67-92a2-4a43-90ee-03fd6d53467e=ShapeTyping(TypingMap(Map()))
21:52:48.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.919 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0b5426f9-90ac-474f-9ded-d3b849e1c194=ShapeTyping(TypingMap(Map()))
21:52:48.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.919 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:48.896Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:eec7b857-72ff-400f-9776-c16b12bc0fe0],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:48.920 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eec7b857-72ff-400f-9776-c16b12bc0fe0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a183baf6-8bf7-457c-bf6e-181b68c5e407), ShapeRef(_:db3be18e-ce50-435c-a1e4-248aa65c6f03), ShapeRef(_:e422ee93-8b18-4c27-9800-bf0b7f26700f), ShapeRef(_:210ba93f-d2a2-4352-92f1-33981c2251c8), ShapeRef(_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f), ShapeRef(_:fef59e67-92a2-4a43-90ee-03fd6d53467e), ShapeRef(_:0b5426f9-90ac-474f-9ded-d3b849e1c194), ShapeRef(_:eec7b857-72ff-400f-9776-c16b12bc0fe0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:eec7b857-72ff-400f-9776-c16b12bc0fe0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.920 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a183baf6-8bf7-457c-bf6e-181b68c5e407,_:db3be18e-ce50-435c-a1e4-248aa65c6f03,_:e422ee93-8b18-4c27-9800-bf0b7f26700f,_:210ba93f-d2a2-4352-92f1-33981c2251c8,_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f,_:fef59e67-92a2-4a43-90ee-03fd6d53467e,_:0b5426f9-90ac-474f-9ded-d3b849e1c194,_:eec7b857-72ff-400f-9776-c16b12bc0fe0)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a183baf6-8bf7-457c-bf6e-181b68c5e407), ShapeRef(_:db3be18e-ce50-435c-a1e4-248aa65c6f03), ShapeRef(_:e422ee93-8b18-4c27-9800-bf0b7f26700f), ShapeRef(_:210ba93f-d2a2-4352-92f1-33981c2251c8), ShapeRef(_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f), ShapeRef(_:fef59e67-92a2-4a43-90ee-03fd6d53467e), ShapeRef(_:0b5426f9-90ac-474f-9ded-d3b849e1c194), ShapeRef(_:eec7b857-72ff-400f-9776-c16b12bc0fe0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:eec7b857-72ff-400f-9776-c16b12bc0fe0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:210ba93f-d2a2-4352-92f1-33981c2251c8,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:a183baf6-8bf7-457c-bf6e-181b68c5e407,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MaxCount violation. Expected 0, obtained: 1"))))))))
21:52:48.920 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a183baf6-8bf7-457c-bf6e-181b68c5e407), ShapeRef(_:db3be18e-ce50-435c-a1e4-248aa65c6f03), ShapeRef(_:e422ee93-8b18-4c27-9800-bf0b7f26700f), ShapeRef(_:210ba93f-d2a2-4352-92f1-33981c2251c8), ShapeRef(_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f), ShapeRef(_:fef59e67-92a2-4a43-90ee-03fd6d53467e), ShapeRef(_:0b5426f9-90ac-474f-9ded-d3b849e1c194), ShapeRef(_:eec7b857-72ff-400f-9776-c16b12bc0fe0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:eec7b857-72ff-400f-9776-c16b12bc0fe0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:210ba93f-d2a2-4352-92f1-33981c2251c8,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:a183baf6-8bf7-457c-bf6e-181b68c5e407,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MaxCount violation. Expected 0, obtained: 1"))))))))
21:52:48.920 [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(_:a183baf6-8bf7-457c-bf6e-181b68c5e407), ShapeRef(_:db3be18e-ce50-435c-a1e4-248aa65c6f03), ShapeRef(_:e422ee93-8b18-4c27-9800-bf0b7f26700f), ShapeRef(_:210ba93f-d2a2-4352-92f1-33981c2251c8), ShapeRef(_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f), ShapeRef(_:fef59e67-92a2-4a43-90ee-03fd6d53467e), ShapeRef(_:0b5426f9-90ac-474f-9ded-d3b849e1c194), ShapeRef(_:eec7b857-72ff-400f-9776-c16b12bc0fe0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:eec7b857-72ff-400f-9776-c16b12bc0fe0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:210ba93f-d2a2-4352-92f1-33981c2251c8,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:a183baf6-8bf7-457c-bf6e-181b68c5e407,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:124d57f8-c956-42aa-b5d0-6d28cf5fb83f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MaxCount violation. Expected 0, obtained: 1"))))))))
21:52:48.920 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0b5426f9-90ac-474f-9ded-d3b849e1c194 = 
21:52:48.920 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0b5426f9-90ac-474f-9ded-d3b849e1c194 = 
21:52:48.920 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0b5426f9-90ac-474f-9ded-d3b849e1c194: 
21:52:48.920 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fef59e67-92a2-4a43-90ee-03fd6d53467e = 
21:52:48.920 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fef59e67-92a2-4a43-90ee-03fd6d53467e = 
21:52:48.920 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fef59e67-92a2-4a43-90ee-03fd6d53467e: 
21:52:48.921 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:124d57f8-c956-42aa-b5d0-6d28cf5fb83f = 
21:52:48.921 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:124d57f8-c956-42aa-b5d0-6d28cf5fb83f = 
21:52:48.921 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:124d57f8-c956-42aa-b5d0-6d28cf5fb83f: 
21:52:48.921 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:210ba93f-d2a2-4352-92f1-33981c2251c8 = 
21:52:48.921 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:210ba93f-d2a2-4352-92f1-33981c2251c8 = 
21:52:48.921 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:210ba93f-d2a2-4352-92f1-33981c2251c8: 
21:52:48.921 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e422ee93-8b18-4c27-9800-bf0b7f26700f = 
21:52:48.921 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e422ee93-8b18-4c27-9800-bf0b7f26700f = 
21:52:48.921 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e422ee93-8b18-4c27-9800-bf0b7f26700f: 
21:52:48.921 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:db3be18e-ce50-435c-a1e4-248aa65c6f03 = 
21:52:48.921 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:db3be18e-ce50-435c-a1e4-248aa65c6f03 = 
21:52:48.921 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:db3be18e-ce50-435c-a1e4-248aa65c6f03: 
21:52:48.921 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a183baf6-8bf7-457c-bf6e-181b68c5e407 = 
21:52:48.921 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a183baf6-8bf7-457c-bf6e-181b68c5e407 = 
21:52:48.921 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a183baf6-8bf7-457c-bf6e-181b68c5e407: 
21:52:48.922 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:48.987 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {0ea1e410-580b-4de9-81d0-50b709c338d6 @sh:class http://www.sampledomain.org/sam#AnotherResource; 0ea1e410-580b-4de9-81d0-50b709c338d6 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 0ea1e410-580b-4de9-81d0-50b709c338d6 @rdf:type sh:Property; 1765819c-5c80-4782-8d19-3bd34a8a9b17 @rdf:rest 577dc193-55e9-43d2-8a65-9fb7ff08708c; 1765819c-5c80-4782-8d19-3bd34a8a9b17 @rdf:first "A"; dfbd8cd5-116c-47fa-9d71-b97100fda765 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; dfbd8cd5-116c-47fa-9d71-b97100fda765 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; dfbd8cd5-116c-47fa-9d71-b97100fda765 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; dfbd8cd5-116c-47fa-9d71-b97100fda765 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; dfbd8cd5-116c-47fa-9d71-b97100fda765 @sh:pattern "^B"; dfbd8cd5-116c-47fa-9d71-b97100fda765 @sh:description "a Simple Single String Property"; dfbd8cd5-116c-47fa-9d71-b97100fda765 @sh:path http://www.sampledomain.org/sam#aStringProperty; dfbd8cd5-116c-47fa-9d71-b97100fda765 @rdf:type sh:Property; 3c081ace-cfd8-4d01-a76a-d77a4135f34c @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 3c081ace-cfd8-4d01-a76a-d77a4135f34c @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 3c081ace-cfd8-4d01-a76a-d77a4135f34c @sh:path http://www.sampledomain.org/sam#aSetOfDates; 3c081ace-cfd8-4d01-a76a-d77a4135f34c @rdf:type sh:Property...} |  [0ea1e410-580b-4de9-81d0-50b709c338d6, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [0ea1e410-580b-4de9-81d0-50b709c338d6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [0ea1e410-580b-4de9-81d0-50b709c338d6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1765819c-5c80-4782-8d19-3bd34a8a9b17, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 577dc193-55e9-43d2-8a65-9fb7ff08708c] [1765819c-5c80-4782-8d19-3bd34a8a9b17, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [dfbd8cd5-116c-47fa-9d71-b97100fda765, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [dfbd8cd5-116c-47fa-9d71-b97100fda765, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [dfbd8cd5-116c-47fa-9d71-b97100fda765, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [dfbd8cd5-116c-47fa-9d71-b97100fda765, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [dfbd8cd5-116c-47fa-9d71-b97100fda765, http://www.w3.org/ns/shacl#pattern, "^B"] [dfbd8cd5-116c-47fa-9d71-b97100fda765, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [dfbd8cd5-116c-47fa-9d71-b97100fda765, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [dfbd8cd5-116c-47fa-9d71-b97100fda765, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3c081ace-cfd8-4d01-a76a-d77a4135f34c, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3c081ace-cfd8-4d01-a76a-d77a4135f34c, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3c081ace-cfd8-4d01-a76a-d77a4135f34c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [3c081ace-cfd8-4d01-a76a-d77a4135f34c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7508e3ec-263e-48cd-a7cf-2dde9dea1b79, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [7508e3ec-263e-48cd-a7cf-2dde9dea1b79, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [af74f658-6438-4a44-932a-3bd29d9d19fc, http://www.w3.org/ns/shacl#in, 1765819c-5c80-4782-8d19-3bd34a8a9b17] [af74f658-6438-4a44-932a-3bd29d9d19fc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [af74f658-6438-4a44-932a-3bd29d9d19fc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0774367f-afcf-4c30-ad1b-776ef85609fc, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0774367f-afcf-4c30-ad1b-776ef85609fc, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0774367f-afcf-4c30-ad1b-776ef85609fc, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0774367f-afcf-4c30-ad1b-776ef85609fc, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0774367f-afcf-4c30-ad1b-776ef85609fc, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0774367f-afcf-4c30-ad1b-776ef85609fc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [0774367f-afcf-4c30-ad1b-776ef85609fc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2278bbf8-1d02-4362-ba6e-42446099df0c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2278bbf8-1d02-4362-ba6e-42446099df0c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2278bbf8-1d02-4362-ba6e-42446099df0c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [2278bbf8-1d02-4362-ba6e-42446099df0c, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2278bbf8-1d02-4362-ba6e-42446099df0c, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2278bbf8-1d02-4362-ba6e-42446099df0c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [2278bbf8-1d02-4362-ba6e-42446099df0c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0824b152-e569-4661-87b3-e26d62db1184, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [0824b152-e569-4661-87b3-e26d62db1184, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [0824b152-e569-4661-87b3-e26d62db1184, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [0824b152-e569-4661-87b3-e26d62db1184, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [577dc193-55e9-43d2-8a65-9fb7ff08708c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 7508e3ec-263e-48cd-a7cf-2dde9dea1b79] [577dc193-55e9-43d2-8a65-9fb7ff08708c, 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, 9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, af74f658-6438-4a44-932a-3bd29d9d19fc] [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, 0774367f-afcf-4c30-ad1b-776ef85609fc] [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, 0ea1e410-580b-4de9-81d0-50b709c338d6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3c081ace-cfd8-4d01-a76a-d77a4135f34c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0824b152-e569-4661-87b3-e26d62db1184] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, dfbd8cd5-116c-47fa-9d71-b97100fda765] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2278bbf8-1d02-4362-ba6e-42446099df0c]>
21:52:48.988 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:48.988 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:48.989 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e,_:dfbd8cd5-116c-47fa-9d71-b97100fda765,_:0ea1e410-580b-4de9-81d0-50b709c338d6,_:0774367f-afcf-4c30-ad1b-776ef85609fc,_:0824b152-e569-4661-87b3-e26d62db1184,_:3c081ace-cfd8-4d01-a76a-d77a4135f34c,_:af74f658-6438-4a44-932a-3bd29d9d19fc,_:2278bbf8-1d02-4362-ba6e-42446099df0c. Pending nodes: 
21:52:48.989 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e
21:52:48.990 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dfbd8cd5-116c-47fa-9d71-b97100fda765
21:52:48.990 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0ea1e410-580b-4de9-81d0-50b709c338d6
21:52:48.991 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0774367f-afcf-4c30-ad1b-776ef85609fc
21:52:48.992 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0824b152-e569-4661-87b3-e26d62db1184
21:52:48.992 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3c081ace-cfd8-4d01-a76a-d77a4135f34c
21:52:48.992 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:af74f658-6438-4a44-932a-3bd29d9d19fc
21:52:48.993 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2278bbf8-1d02-4362-ba6e-42446099df0c
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2278bbf8-1d02-4362-ba6e-42446099df0c
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:af74f658-6438-4a44-932a-3bd29d9d19fc
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3c081ace-cfd8-4d01-a76a-d77a4135f34c
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0824b152-e569-4661-87b3-e26d62db1184
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0774367f-afcf-4c30-ad1b-776ef85609fc
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0ea1e410-580b-4de9-81d0-50b709c338d6
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dfbd8cd5-116c-47fa-9d71-b97100fda765
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2278bbf8-1d02-4362-ba6e-42446099df0c = 
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2278bbf8-1d02-4362-ba6e-42446099df0c = 
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2278bbf8-1d02-4362-ba6e-42446099df0c: 
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:af74f658-6438-4a44-932a-3bd29d9d19fc = 
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:af74f658-6438-4a44-932a-3bd29d9d19fc = 
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:af74f658-6438-4a44-932a-3bd29d9d19fc: 
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3c081ace-cfd8-4d01-a76a-d77a4135f34c = 
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3c081ace-cfd8-4d01-a76a-d77a4135f34c = 
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3c081ace-cfd8-4d01-a76a-d77a4135f34c: 
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e,_:dfbd8cd5-116c-47fa-9d71-b97100fda765,_:0ea1e410-580b-4de9-81d0-50b709c338d6,_:0774367f-afcf-4c30-ad1b-776ef85609fc,_:0824b152-e569-4661-87b3-e26d62db1184,_:3c081ace-cfd8-4d01-a76a-d77a4135f34c,_:af74f658-6438-4a44-932a-3bd29d9d19fc,_:2278bbf8-1d02-4362-ba6e-42446099df0c)
21:52:48.994 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e)
21:52:48.995 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dfbd8cd5-116c-47fa-9d71-b97100fda765)
21:52:48.995 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0ea1e410-580b-4de9-81d0-50b709c338d6)
21:52:48.995 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0774367f-afcf-4c30-ad1b-776ef85609fc)
21:52:48.995 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0824b152-e569-4661-87b3-e26d62db1184)
21:52:48.995 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3c081ace-cfd8-4d01-a76a-d77a4135f34c)
21:52:48.995 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:af74f658-6438-4a44-932a-3bd29d9d19fc)
21:52:48.995 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2278bbf8-1d02-4362-ba6e-42446099df0c)
21:52:48.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.995 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e=ShapeTyping(TypingMap(Map()))
21:52:48.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.997 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:dfbd8cd5-116c-47fa-9d71-b97100fda765],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:48.997 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dfbd8cd5-116c-47fa-9d71-b97100fda765=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e), ShapeRef(_:dfbd8cd5-116c-47fa-9d71-b97100fda765), ShapeRef(_:0ea1e410-580b-4de9-81d0-50b709c338d6), ShapeRef(_:0774367f-afcf-4c30-ad1b-776ef85609fc), ShapeRef(_:0824b152-e569-4661-87b3-e26d62db1184), ShapeRef(_:3c081ace-cfd8-4d01-a76a-d77a4135f34c), ShapeRef(_:af74f658-6438-4a44-932a-3bd29d9d19fc), ShapeRef(_:2278bbf8-1d02-4362-ba6e-42446099df0c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dfbd8cd5-116c-47fa-9d71-b97100fda765,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.998 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0ea1e410-580b-4de9-81d0-50b709c338d6=ShapeTyping(TypingMap(Map()))
21:52:48.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.998 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0774367f-afcf-4c30-ad1b-776ef85609fc],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:48.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.999 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0774367f-afcf-4c30-ad1b-776ef85609fc=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e), ShapeRef(_:dfbd8cd5-116c-47fa-9d71-b97100fda765), ShapeRef(_:0ea1e410-580b-4de9-81d0-50b709c338d6), ShapeRef(_:0774367f-afcf-4c30-ad1b-776ef85609fc), ShapeRef(_:0824b152-e569-4661-87b3-e26d62db1184), ShapeRef(_:3c081ace-cfd8-4d01-a76a-d77a4135f34c), ShapeRef(_:af74f658-6438-4a44-932a-3bd29d9d19fc), ShapeRef(_:2278bbf8-1d02-4362-ba6e-42446099df0c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0774367f-afcf-4c30-ad1b-776ef85609fc,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:48.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.999 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0824b152-e569-4661-87b3-e26d62db1184=ShapeTyping(TypingMap(Map()))
21:52:48.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:48.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.000 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:48.925Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3c081ace-cfd8-4d01-a76a-d77a4135f34c],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:49.000 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3c081ace-cfd8-4d01-a76a-d77a4135f34c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e), ShapeRef(_:dfbd8cd5-116c-47fa-9d71-b97100fda765), ShapeRef(_:0ea1e410-580b-4de9-81d0-50b709c338d6), ShapeRef(_:0774367f-afcf-4c30-ad1b-776ef85609fc), ShapeRef(_:0824b152-e569-4661-87b3-e26d62db1184), ShapeRef(_:3c081ace-cfd8-4d01-a76a-d77a4135f34c), ShapeRef(_:af74f658-6438-4a44-932a-3bd29d9d19fc), ShapeRef(_:2278bbf8-1d02-4362-ba6e-42446099df0c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3c081ace-cfd8-4d01-a76a-d77a4135f34c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.000 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:af74f658-6438-4a44-932a-3bd29d9d19fc=ShapeTyping(TypingMap(Map()))
21:52:49.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.002 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2278bbf8-1d02-4362-ba6e-42446099df0c],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:49.002 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.002 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.002 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2278bbf8-1d02-4362-ba6e-42446099df0c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e), ShapeRef(_:dfbd8cd5-116c-47fa-9d71-b97100fda765), ShapeRef(_:0ea1e410-580b-4de9-81d0-50b709c338d6), ShapeRef(_:0774367f-afcf-4c30-ad1b-776ef85609fc), ShapeRef(_:0824b152-e569-4661-87b3-e26d62db1184), ShapeRef(_:3c081ace-cfd8-4d01-a76a-d77a4135f34c), ShapeRef(_:af74f658-6438-4a44-932a-3bd29d9d19fc), ShapeRef(_:2278bbf8-1d02-4362-ba6e-42446099df0c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2278bbf8-1d02-4362-ba6e-42446099df0c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:49.002 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e,_:dfbd8cd5-116c-47fa-9d71-b97100fda765,_:0ea1e410-580b-4de9-81d0-50b709c338d6,_:0774367f-afcf-4c30-ad1b-776ef85609fc,_:0824b152-e569-4661-87b3-e26d62db1184,_:3c081ace-cfd8-4d01-a76a-d77a4135f34c,_:af74f658-6438-4a44-932a-3bd29d9d19fc,_:2278bbf8-1d02-4362-ba6e-42446099df0c)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e), ShapeRef(_:dfbd8cd5-116c-47fa-9d71-b97100fda765), ShapeRef(_:0ea1e410-580b-4de9-81d0-50b709c338d6), ShapeRef(_:0774367f-afcf-4c30-ad1b-776ef85609fc), ShapeRef(_:0824b152-e569-4661-87b3-e26d62db1184), ShapeRef(_:3c081ace-cfd8-4d01-a76a-d77a4135f34c), ShapeRef(_:af74f658-6438-4a44-932a-3bd29d9d19fc), ShapeRef(_:2278bbf8-1d02-4362-ba6e-42446099df0c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0774367f-afcf-4c30-ad1b-776ef85609fc,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:2278bbf8-1d02-4362-ba6e-42446099df0c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:dfbd8cd5-116c-47fa-9d71-b97100fda765,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:3c081ace-cfd8-4d01-a76a-d77a4135f34c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.003 [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(_:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e), ShapeRef(_:dfbd8cd5-116c-47fa-9d71-b97100fda765), ShapeRef(_:0ea1e410-580b-4de9-81d0-50b709c338d6), ShapeRef(_:0774367f-afcf-4c30-ad1b-776ef85609fc), ShapeRef(_:0824b152-e569-4661-87b3-e26d62db1184), ShapeRef(_:3c081ace-cfd8-4d01-a76a-d77a4135f34c), ShapeRef(_:af74f658-6438-4a44-932a-3bd29d9d19fc), ShapeRef(_:2278bbf8-1d02-4362-ba6e-42446099df0c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0774367f-afcf-4c30-ad1b-776ef85609fc,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:2278bbf8-1d02-4362-ba6e-42446099df0c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:dfbd8cd5-116c-47fa-9d71-b97100fda765,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:3c081ace-cfd8-4d01-a76a-d77a4135f34c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.003 [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(_:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e), ShapeRef(_:dfbd8cd5-116c-47fa-9d71-b97100fda765), ShapeRef(_:0ea1e410-580b-4de9-81d0-50b709c338d6), ShapeRef(_:0774367f-afcf-4c30-ad1b-776ef85609fc), ShapeRef(_:0824b152-e569-4661-87b3-e26d62db1184), ShapeRef(_:3c081ace-cfd8-4d01-a76a-d77a4135f34c), ShapeRef(_:af74f658-6438-4a44-932a-3bd29d9d19fc), ShapeRef(_:2278bbf8-1d02-4362-ba6e-42446099df0c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0774367f-afcf-4c30-ad1b-776ef85609fc,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:2278bbf8-1d02-4362-ba6e-42446099df0c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:dfbd8cd5-116c-47fa-9d71-b97100fda765,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:3c081ace-cfd8-4d01-a76a-d77a4135f34c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.003 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0824b152-e569-4661-87b3-e26d62db1184 = 
21:52:49.003 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0824b152-e569-4661-87b3-e26d62db1184 = 
21:52:49.003 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0824b152-e569-4661-87b3-e26d62db1184: 
21:52:49.003 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0774367f-afcf-4c30-ad1b-776ef85609fc = 
21:52:49.003 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0774367f-afcf-4c30-ad1b-776ef85609fc = 
21:52:49.003 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0774367f-afcf-4c30-ad1b-776ef85609fc: 
21:52:49.003 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0ea1e410-580b-4de9-81d0-50b709c338d6 = 
21:52:49.003 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0ea1e410-580b-4de9-81d0-50b709c338d6 = 
21:52:49.003 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0ea1e410-580b-4de9-81d0-50b709c338d6: 
21:52:49.003 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dfbd8cd5-116c-47fa-9d71-b97100fda765 = 
21:52:49.003 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dfbd8cd5-116c-47fa-9d71-b97100fda765 = 
21:52:49.003 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dfbd8cd5-116c-47fa-9d71-b97100fda765: 
21:52:49.004 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e = 
21:52:49.004 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e = 
21:52:49.004 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9f1ccd03-462b-4ba0-a1d6-2766b2d1d43e: 
21:52:49.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
] .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:49.015 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {719ec4eb-6106-4773-893e-a34a61c41332 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 719ec4eb-6106-4773-893e-a34a61c41332 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 719ec4eb-6106-4773-893e-a34a61c41332 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 719ec4eb-6106-4773-893e-a34a61c41332 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 719ec4eb-6106-4773-893e-a34a61c41332 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 719ec4eb-6106-4773-893e-a34a61c41332 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 719ec4eb-6106-4773-893e-a34a61c41332 @rdf:type sh:Property; 7bfceeea-8a24-4d40-8314-e6d2d774b0ea @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 7bfceeea-8a24-4d40-8314-e6d2d774b0ea @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 7bfceeea-8a24-4d40-8314-e6d2d774b0ea @sh:path http://www.sampledomain.org/sam#integerProperty2; 7bfceeea-8a24-4d40-8314-e6d2d774b0ea @rdf:type sh:Property; f46ed746-6bea-4271-a4b7-62b8afffc9a5 @sh:class http://www.sampledomain.org/sam#AnotherResource; f46ed746-6bea-4271-a4b7-62b8afffc9a5 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; f46ed746-6bea-4271-a4b7-62b8afffc9a5 @rdf:type sh:Property; 1d13a315-6c04-4bcb-9a5a-3de5c79f8b95 @rdf:rest 8839d764-be68-4b43-a114-71b5b409df46; 1d13a315-6c04-4bcb-9a5a-3de5c79f8b95 @rdf:first "A"; 42b8ef07-0b1c-4996-be23-d994d8d7487e @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [719ec4eb-6106-4773-893e-a34a61c41332, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [719ec4eb-6106-4773-893e-a34a61c41332, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [719ec4eb-6106-4773-893e-a34a61c41332, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [719ec4eb-6106-4773-893e-a34a61c41332, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [719ec4eb-6106-4773-893e-a34a61c41332, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [719ec4eb-6106-4773-893e-a34a61c41332, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [719ec4eb-6106-4773-893e-a34a61c41332, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7bfceeea-8a24-4d40-8314-e6d2d774b0ea, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [7bfceeea-8a24-4d40-8314-e6d2d774b0ea, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [7bfceeea-8a24-4d40-8314-e6d2d774b0ea, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [7bfceeea-8a24-4d40-8314-e6d2d774b0ea, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f46ed746-6bea-4271-a4b7-62b8afffc9a5, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [f46ed746-6bea-4271-a4b7-62b8afffc9a5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [f46ed746-6bea-4271-a4b7-62b8afffc9a5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1d13a315-6c04-4bcb-9a5a-3de5c79f8b95, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 8839d764-be68-4b43-a114-71b5b409df46] [1d13a315-6c04-4bcb-9a5a-3de5c79f8b95, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [42b8ef07-0b1c-4996-be23-d994d8d7487e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [42b8ef07-0b1c-4996-be23-d994d8d7487e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [42b8ef07-0b1c-4996-be23-d994d8d7487e, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [42b8ef07-0b1c-4996-be23-d994d8d7487e, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [42b8ef07-0b1c-4996-be23-d994d8d7487e, http://www.w3.org/ns/shacl#pattern, "^B"] [42b8ef07-0b1c-4996-be23-d994d8d7487e, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [42b8ef07-0b1c-4996-be23-d994d8d7487e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [42b8ef07-0b1c-4996-be23-d994d8d7487e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [01eb8999-8572-431f-ad42-75845d7f855f, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [01eb8999-8572-431f-ad42-75845d7f855f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [01eb8999-8572-431f-ad42-75845d7f855f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [01eb8999-8572-431f-ad42-75845d7f855f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [417be1fb-0d95-470c-9c1e-b36823916050, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [417be1fb-0d95-470c-9c1e-b36823916050, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [417be1fb-0d95-470c-9c1e-b36823916050, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [417be1fb-0d95-470c-9c1e-b36823916050, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3108f3d1-44d4-49b8-918d-b0c83fcfe948, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3108f3d1-44d4-49b8-918d-b0c83fcfe948, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3108f3d1-44d4-49b8-918d-b0c83fcfe948, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3108f3d1-44d4-49b8-918d-b0c83fcfe948, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3108f3d1-44d4-49b8-918d-b0c83fcfe948, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3108f3d1-44d4-49b8-918d-b0c83fcfe948, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [3108f3d1-44d4-49b8-918d-b0c83fcfe948, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0c1f81b4-a182-4a36-ae53-e7fadd272864, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [0c1f81b4-a182-4a36-ae53-e7fadd272864, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [8839d764-be68-4b43-a114-71b5b409df46, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0c1f81b4-a182-4a36-ae53-e7fadd272864] [8839d764-be68-4b43-a114-71b5b409df46, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [f56033cc-58a2-4642-ab0d-b4e774dddc94, http://www.w3.org/ns/shacl#in, 1d13a315-6c04-4bcb-9a5a-3de5c79f8b95] [f56033cc-58a2-4642-ab0d-b4e774dddc94, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [f56033cc-58a2-4642-ab0d-b4e774dddc94, 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, f46ed746-6bea-4271-a4b7-62b8afffc9a5] [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, 719ec4eb-6106-4773-893e-a34a61c41332] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 42b8ef07-0b1c-4996-be23-d994d8d7487e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 01eb8999-8572-431f-ad42-75845d7f855f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 417be1fb-0d95-470c-9c1e-b36823916050] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7bfceeea-8a24-4d40-8314-e6d2d774b0ea] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3108f3d1-44d4-49b8-918d-b0c83fcfe948] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f56033cc-58a2-4642-ab0d-b4e774dddc94]>
21:52:49.015 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:49.016 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:49.017 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:719ec4eb-6106-4773-893e-a34a61c41332,_:01eb8999-8572-431f-ad42-75845d7f855f,_:f56033cc-58a2-4642-ab0d-b4e774dddc94,_:7bfceeea-8a24-4d40-8314-e6d2d774b0ea,_:3108f3d1-44d4-49b8-918d-b0c83fcfe948,_:42b8ef07-0b1c-4996-be23-d994d8d7487e,_:f46ed746-6bea-4271-a4b7-62b8afffc9a5,_:417be1fb-0d95-470c-9c1e-b36823916050. Pending nodes: 
21:52:49.017 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:719ec4eb-6106-4773-893e-a34a61c41332
21:52:49.017 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:01eb8999-8572-431f-ad42-75845d7f855f
21:52:49.018 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f56033cc-58a2-4642-ab0d-b4e774dddc94
21:52:49.018 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7bfceeea-8a24-4d40-8314-e6d2d774b0ea
21:52:49.019 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3108f3d1-44d4-49b8-918d-b0c83fcfe948
21:52:49.020 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:42b8ef07-0b1c-4996-be23-d994d8d7487e
21:52:49.020 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f46ed746-6bea-4271-a4b7-62b8afffc9a5
21:52:49.021 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:417be1fb-0d95-470c-9c1e-b36823916050
21:52:49.080 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:417be1fb-0d95-470c-9c1e-b36823916050
21:52:49.080 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f46ed746-6bea-4271-a4b7-62b8afffc9a5
21:52:49.080 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:49.080 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:42b8ef07-0b1c-4996-be23-d994d8d7487e
21:52:49.080 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3108f3d1-44d4-49b8-918d-b0c83fcfe948
21:52:49.080 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7bfceeea-8a24-4d40-8314-e6d2d774b0ea
21:52:49.080 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f56033cc-58a2-4642-ab0d-b4e774dddc94
21:52:49.080 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:01eb8999-8572-431f-ad42-75845d7f855f
21:52:49.080 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:719ec4eb-6106-4773-893e-a34a61c41332
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:417be1fb-0d95-470c-9c1e-b36823916050 = 
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:417be1fb-0d95-470c-9c1e-b36823916050 = 
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:417be1fb-0d95-470c-9c1e-b36823916050: 
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f46ed746-6bea-4271-a4b7-62b8afffc9a5 = 
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f46ed746-6bea-4271-a4b7-62b8afffc9a5 = 
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f46ed746-6bea-4271-a4b7-62b8afffc9a5: 
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:719ec4eb-6106-4773-893e-a34a61c41332,_:01eb8999-8572-431f-ad42-75845d7f855f,_:f56033cc-58a2-4642-ab0d-b4e774dddc94,_:7bfceeea-8a24-4d40-8314-e6d2d774b0ea,_:3108f3d1-44d4-49b8-918d-b0c83fcfe948,_:42b8ef07-0b1c-4996-be23-d994d8d7487e,_:f46ed746-6bea-4271-a4b7-62b8afffc9a5,_:417be1fb-0d95-470c-9c1e-b36823916050)
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:719ec4eb-6106-4773-893e-a34a61c41332)
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:01eb8999-8572-431f-ad42-75845d7f855f)
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f56033cc-58a2-4642-ab0d-b4e774dddc94)
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7bfceeea-8a24-4d40-8314-e6d2d774b0ea)
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3108f3d1-44d4-49b8-918d-b0c83fcfe948)
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42b8ef07-0b1c-4996-be23-d994d8d7487e)
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f46ed746-6bea-4271-a4b7-62b8afffc9a5)
21:52:49.081 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:417be1fb-0d95-470c-9c1e-b36823916050)
21:52:49.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.083 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:719ec4eb-6106-4773-893e-a34a61c41332],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:49.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.083 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:719ec4eb-6106-4773-893e-a34a61c41332=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:719ec4eb-6106-4773-893e-a34a61c41332), ShapeRef(_:01eb8999-8572-431f-ad42-75845d7f855f), ShapeRef(_:f56033cc-58a2-4642-ab0d-b4e774dddc94), ShapeRef(_:7bfceeea-8a24-4d40-8314-e6d2d774b0ea), ShapeRef(_:3108f3d1-44d4-49b8-918d-b0c83fcfe948), ShapeRef(_:42b8ef07-0b1c-4996-be23-d994d8d7487e), ShapeRef(_:f46ed746-6bea-4271-a4b7-62b8afffc9a5), ShapeRef(_:417be1fb-0d95-470c-9c1e-b36823916050)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:719ec4eb-6106-4773-893e-a34a61c41332,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.084 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:49.007Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:01eb8999-8572-431f-ad42-75845d7f855f],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:49.084 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:01eb8999-8572-431f-ad42-75845d7f855f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:719ec4eb-6106-4773-893e-a34a61c41332), ShapeRef(_:01eb8999-8572-431f-ad42-75845d7f855f), ShapeRef(_:f56033cc-58a2-4642-ab0d-b4e774dddc94), ShapeRef(_:7bfceeea-8a24-4d40-8314-e6d2d774b0ea), ShapeRef(_:3108f3d1-44d4-49b8-918d-b0c83fcfe948), ShapeRef(_:42b8ef07-0b1c-4996-be23-d994d8d7487e), ShapeRef(_:f46ed746-6bea-4271-a4b7-62b8afffc9a5), ShapeRef(_:417be1fb-0d95-470c-9c1e-b36823916050)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:01eb8999-8572-431f-ad42-75845d7f855f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.084 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f56033cc-58a2-4642-ab0d-b4e774dddc94=ShapeTyping(TypingMap(Map()))
21:52:49.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.085 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7bfceeea-8a24-4d40-8314-e6d2d774b0ea=ShapeTyping(TypingMap(Map()))
21:52:49.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.086 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3108f3d1-44d4-49b8-918d-b0c83fcfe948],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:49.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.087 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3108f3d1-44d4-49b8-918d-b0c83fcfe948=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:719ec4eb-6106-4773-893e-a34a61c41332), ShapeRef(_:01eb8999-8572-431f-ad42-75845d7f855f), ShapeRef(_:f56033cc-58a2-4642-ab0d-b4e774dddc94), ShapeRef(_:7bfceeea-8a24-4d40-8314-e6d2d774b0ea), ShapeRef(_:3108f3d1-44d4-49b8-918d-b0c83fcfe948), ShapeRef(_:42b8ef07-0b1c-4996-be23-d994d8d7487e), ShapeRef(_:f46ed746-6bea-4271-a4b7-62b8afffc9a5), ShapeRef(_:417be1fb-0d95-470c-9c1e-b36823916050)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3108f3d1-44d4-49b8-918d-b0c83fcfe948,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:49.087 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.087 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.088 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.088 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.088 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.088 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.088 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.088 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.089 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.089 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.089 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between two and four"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:42b8ef07-0b1c-4996-be23-d994d8d7487e],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:49.089 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42b8ef07-0b1c-4996-be23-d994d8d7487e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:719ec4eb-6106-4773-893e-a34a61c41332), ShapeRef(_:01eb8999-8572-431f-ad42-75845d7f855f), ShapeRef(_:f56033cc-58a2-4642-ab0d-b4e774dddc94), ShapeRef(_:7bfceeea-8a24-4d40-8314-e6d2d774b0ea), ShapeRef(_:3108f3d1-44d4-49b8-918d-b0c83fcfe948), ShapeRef(_:42b8ef07-0b1c-4996-be23-d994d8d7487e), ShapeRef(_:f46ed746-6bea-4271-a4b7-62b8afffc9a5), ShapeRef(_:417be1fb-0d95-470c-9c1e-b36823916050)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:42b8ef07-0b1c-4996-be23-d994d8d7487e,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Between two and four": LiteralValue("maxLength violation. Expected length("Between two and four") <= 10"))))))))
21:52:49.089 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.089 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.090 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f46ed746-6bea-4271-a4b7-62b8afffc9a5=ShapeTyping(TypingMap(Map()))
21:52:49.090 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.090 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.090 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.090 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.090 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:417be1fb-0d95-470c-9c1e-b36823916050=ShapeTyping(TypingMap(Map()))
21:52:49.091 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:719ec4eb-6106-4773-893e-a34a61c41332,_:01eb8999-8572-431f-ad42-75845d7f855f,_:f56033cc-58a2-4642-ab0d-b4e774dddc94,_:7bfceeea-8a24-4d40-8314-e6d2d774b0ea,_:3108f3d1-44d4-49b8-918d-b0c83fcfe948,_:42b8ef07-0b1c-4996-be23-d994d8d7487e,_:f46ed746-6bea-4271-a4b7-62b8afffc9a5,_:417be1fb-0d95-470c-9c1e-b36823916050)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:3108f3d1-44d4-49b8-918d-b0c83fcfe948,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:719ec4eb-6106-4773-893e-a34a61c41332,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:42b8ef07-0b1c-4996-be23-d994d8d7487e,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(_:719ec4eb-6106-4773-893e-a34a61c41332), ShapeRef(_:01eb8999-8572-431f-ad42-75845d7f855f), ShapeRef(_:f56033cc-58a2-4642-ab0d-b4e774dddc94), ShapeRef(_:7bfceeea-8a24-4d40-8314-e6d2d774b0ea), ShapeRef(_:3108f3d1-44d4-49b8-918d-b0c83fcfe948), ShapeRef(_:42b8ef07-0b1c-4996-be23-d994d8d7487e), ShapeRef(_:f46ed746-6bea-4271-a4b7-62b8afffc9a5), ShapeRef(_:417be1fb-0d95-470c-9c1e-b36823916050)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:01eb8999-8572-431f-ad42-75845d7f855f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.091 [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(_:3108f3d1-44d4-49b8-918d-b0c83fcfe948,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:719ec4eb-6106-4773-893e-a34a61c41332,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:42b8ef07-0b1c-4996-be23-d994d8d7487e,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(_:719ec4eb-6106-4773-893e-a34a61c41332), ShapeRef(_:01eb8999-8572-431f-ad42-75845d7f855f), ShapeRef(_:f56033cc-58a2-4642-ab0d-b4e774dddc94), ShapeRef(_:7bfceeea-8a24-4d40-8314-e6d2d774b0ea), ShapeRef(_:3108f3d1-44d4-49b8-918d-b0c83fcfe948), ShapeRef(_:42b8ef07-0b1c-4996-be23-d994d8d7487e), ShapeRef(_:f46ed746-6bea-4271-a4b7-62b8afffc9a5), ShapeRef(_:417be1fb-0d95-470c-9c1e-b36823916050)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:01eb8999-8572-431f-ad42-75845d7f855f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.091 [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(_:3108f3d1-44d4-49b8-918d-b0c83fcfe948,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:719ec4eb-6106-4773-893e-a34a61c41332,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:42b8ef07-0b1c-4996-be23-d994d8d7487e,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(_:719ec4eb-6106-4773-893e-a34a61c41332), ShapeRef(_:01eb8999-8572-431f-ad42-75845d7f855f), ShapeRef(_:f56033cc-58a2-4642-ab0d-b4e774dddc94), ShapeRef(_:7bfceeea-8a24-4d40-8314-e6d2d774b0ea), ShapeRef(_:3108f3d1-44d4-49b8-918d-b0c83fcfe948), ShapeRef(_:42b8ef07-0b1c-4996-be23-d994d8d7487e), ShapeRef(_:f46ed746-6bea-4271-a4b7-62b8afffc9a5), ShapeRef(_:417be1fb-0d95-470c-9c1e-b36823916050)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:01eb8999-8572-431f-ad42-75845d7f855f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.091 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:42b8ef07-0b1c-4996-be23-d994d8d7487e = 
21:52:49.091 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:42b8ef07-0b1c-4996-be23-d994d8d7487e = 
21:52:49.091 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:42b8ef07-0b1c-4996-be23-d994d8d7487e: 
21:52:49.091 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3108f3d1-44d4-49b8-918d-b0c83fcfe948 = 
21:52:49.091 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3108f3d1-44d4-49b8-918d-b0c83fcfe948 = 
21:52:49.092 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3108f3d1-44d4-49b8-918d-b0c83fcfe948: 
21:52:49.092 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7bfceeea-8a24-4d40-8314-e6d2d774b0ea = 
21:52:49.092 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7bfceeea-8a24-4d40-8314-e6d2d774b0ea = 
21:52:49.092 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7bfceeea-8a24-4d40-8314-e6d2d774b0ea: 
21:52:49.092 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f56033cc-58a2-4642-ab0d-b4e774dddc94 = 
21:52:49.092 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f56033cc-58a2-4642-ab0d-b4e774dddc94 = 
21:52:49.092 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f56033cc-58a2-4642-ab0d-b4e774dddc94: 
21:52:49.092 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:01eb8999-8572-431f-ad42-75845d7f855f = 
21:52:49.092 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:01eb8999-8572-431f-ad42-75845d7f855f = 
21:52:49.092 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:01eb8999-8572-431f-ad42-75845d7f855f: 
21:52:49.092 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:719ec4eb-6106-4773-893e-a34a61c41332 = 
21:52:49.092 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:719ec4eb-6106-4773-893e-a34a61c41332 = 
21:52:49.092 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:719ec4eb-6106-4773-893e-a34a61c41332: 
21:52:49.093 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:49.105 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {eb7be098-3bff-4742-9bb0-2d5f53d18aa9 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; eb7be098-3bff-4742-9bb0-2d5f53d18aa9 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; eb7be098-3bff-4742-9bb0-2d5f53d18aa9 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; eb7be098-3bff-4742-9bb0-2d5f53d18aa9 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; eb7be098-3bff-4742-9bb0-2d5f53d18aa9 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; eb7be098-3bff-4742-9bb0-2d5f53d18aa9 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; eb7be098-3bff-4742-9bb0-2d5f53d18aa9 @rdf:type sh:Property; 86712443-8c95-48e9-a1c5-a1d8b00b16bd @rdf:rest 15cf4ee0-5b25-4e9d-ad44-797ba158e379; 86712443-8c95-48e9-a1c5-a1d8b00b16bd @rdf:first "A"; fd462e3e-3e88-436a-8077-0a06dc460988 @sh:in 86712443-8c95-48e9-a1c5-a1d8b00b16bd; fd462e3e-3e88-436a-8077-0a06dc460988 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; fd462e3e-3e88-436a-8077-0a06dc460988 @rdf:type sh:Property; a0f1bc23-fa79-43ed-89b2-4b3d9f4c1e4e @rdf:rest rdf:nil; a0f1bc23-fa79-43ed-89b2-4b3d9f4c1e4e @rdf:first "C"; 353d0cb8-e117-4ee6-b824-1efe8aecf22f @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 353d0cb8-e117-4ee6-b824-1efe8aecf22f @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 353d0cb8-e117-4ee6-b824-1efe8aecf22f @sh:path http://www.sampledomain.org/sam#integerProperty3...} |  [eb7be098-3bff-4742-9bb0-2d5f53d18aa9, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [eb7be098-3bff-4742-9bb0-2d5f53d18aa9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [eb7be098-3bff-4742-9bb0-2d5f53d18aa9, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [eb7be098-3bff-4742-9bb0-2d5f53d18aa9, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [eb7be098-3bff-4742-9bb0-2d5f53d18aa9, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [eb7be098-3bff-4742-9bb0-2d5f53d18aa9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [eb7be098-3bff-4742-9bb0-2d5f53d18aa9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [86712443-8c95-48e9-a1c5-a1d8b00b16bd, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 15cf4ee0-5b25-4e9d-ad44-797ba158e379] [86712443-8c95-48e9-a1c5-a1d8b00b16bd, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [fd462e3e-3e88-436a-8077-0a06dc460988, http://www.w3.org/ns/shacl#in, 86712443-8c95-48e9-a1c5-a1d8b00b16bd] [fd462e3e-3e88-436a-8077-0a06dc460988, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [fd462e3e-3e88-436a-8077-0a06dc460988, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a0f1bc23-fa79-43ed-89b2-4b3d9f4c1e4e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [a0f1bc23-fa79-43ed-89b2-4b3d9f4c1e4e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [353d0cb8-e117-4ee6-b824-1efe8aecf22f, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [353d0cb8-e117-4ee6-b824-1efe8aecf22f, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [353d0cb8-e117-4ee6-b824-1efe8aecf22f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [353d0cb8-e117-4ee6-b824-1efe8aecf22f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [21da2fb1-e35e-4197-9e3d-f7a449473ce7, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [21da2fb1-e35e-4197-9e3d-f7a449473ce7, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [21da2fb1-e35e-4197-9e3d-f7a449473ce7, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [21da2fb1-e35e-4197-9e3d-f7a449473ce7, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [21da2fb1-e35e-4197-9e3d-f7a449473ce7, http://www.w3.org/ns/shacl#pattern, "^B"] [21da2fb1-e35e-4197-9e3d-f7a449473ce7, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [21da2fb1-e35e-4197-9e3d-f7a449473ce7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [21da2fb1-e35e-4197-9e3d-f7a449473ce7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [685b35c8-2b62-40ca-bbbe-f3c3263079e4, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [685b35c8-2b62-40ca-bbbe-f3c3263079e4, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [685b35c8-2b62-40ca-bbbe-f3c3263079e4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [685b35c8-2b62-40ca-bbbe-f3c3263079e4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [15cf4ee0-5b25-4e9d-ad44-797ba158e379, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a0f1bc23-fa79-43ed-89b2-4b3d9f4c1e4e] [15cf4ee0-5b25-4e9d-ad44-797ba158e379, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [3d5f0b52-7346-42fd-a2af-534d7fed8080, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3d5f0b52-7346-42fd-a2af-534d7fed8080, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3d5f0b52-7346-42fd-a2af-534d7fed8080, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3d5f0b52-7346-42fd-a2af-534d7fed8080, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3d5f0b52-7346-42fd-a2af-534d7fed8080, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3d5f0b52-7346-42fd-a2af-534d7fed8080, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [3d5f0b52-7346-42fd-a2af-534d7fed8080, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7ba592e5-9a85-4c39-a0a7-dda26b8669f1, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7ba592e5-9a85-4c39-a0a7-dda26b8669f1, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7ba592e5-9a85-4c39-a0a7-dda26b8669f1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [7ba592e5-9a85-4c39-a0a7-dda26b8669f1, 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, 21da2fb1-e35e-4197-9e3d-f7a449473ce7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, eb7be098-3bff-4742-9bb0-2d5f53d18aa9] [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, 685b35c8-2b62-40ca-bbbe-f3c3263079e4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3d5f0b52-7346-42fd-a2af-534d7fed8080] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 353d0cb8-e117-4ee6-b824-1efe8aecf22f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7ba592e5-9a85-4c39-a0a7-dda26b8669f1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 299dd763-ecaa-4336-b907-0efe9cd75aa1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fd462e3e-3e88-436a-8077-0a06dc460988] [299dd763-ecaa-4336-b907-0efe9cd75aa1, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [299dd763-ecaa-4336-b907-0efe9cd75aa1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [299dd763-ecaa-4336-b907-0efe9cd75aa1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:52:49.106 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:49.106 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:49.107 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:299dd763-ecaa-4336-b907-0efe9cd75aa1,_:fd462e3e-3e88-436a-8077-0a06dc460988,_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1,_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9,_:353d0cb8-e117-4ee6-b824-1efe8aecf22f,_:685b35c8-2b62-40ca-bbbe-f3c3263079e4,_:21da2fb1-e35e-4197-9e3d-f7a449473ce7,_:3d5f0b52-7346-42fd-a2af-534d7fed8080. Pending nodes: 
21:52:49.107 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:299dd763-ecaa-4336-b907-0efe9cd75aa1
21:52:49.108 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fd462e3e-3e88-436a-8077-0a06dc460988
21:52:49.108 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7ba592e5-9a85-4c39-a0a7-dda26b8669f1
21:52:49.108 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:eb7be098-3bff-4742-9bb0-2d5f53d18aa9
21:52:49.109 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:353d0cb8-e117-4ee6-b824-1efe8aecf22f
21:52:49.109 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:685b35c8-2b62-40ca-bbbe-f3c3263079e4
21:52:49.110 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:21da2fb1-e35e-4197-9e3d-f7a449473ce7
21:52:49.110 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3d5f0b52-7346-42fd-a2af-534d7fed8080
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3d5f0b52-7346-42fd-a2af-534d7fed8080
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:21da2fb1-e35e-4197-9e3d-f7a449473ce7
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:685b35c8-2b62-40ca-bbbe-f3c3263079e4
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:353d0cb8-e117-4ee6-b824-1efe8aecf22f
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:eb7be098-3bff-4742-9bb0-2d5f53d18aa9
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7ba592e5-9a85-4c39-a0a7-dda26b8669f1
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fd462e3e-3e88-436a-8077-0a06dc460988
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:299dd763-ecaa-4336-b907-0efe9cd75aa1
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3d5f0b52-7346-42fd-a2af-534d7fed8080 = 
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3d5f0b52-7346-42fd-a2af-534d7fed8080 = 
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3d5f0b52-7346-42fd-a2af-534d7fed8080: 
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:49.111 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:299dd763-ecaa-4336-b907-0efe9cd75aa1,_:fd462e3e-3e88-436a-8077-0a06dc460988,_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1,_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9,_:353d0cb8-e117-4ee6-b824-1efe8aecf22f,_:685b35c8-2b62-40ca-bbbe-f3c3263079e4,_:21da2fb1-e35e-4197-9e3d-f7a449473ce7,_:3d5f0b52-7346-42fd-a2af-534d7fed8080)
21:52:49.112 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:299dd763-ecaa-4336-b907-0efe9cd75aa1)
21:52:49.112 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fd462e3e-3e88-436a-8077-0a06dc460988)
21:52:49.112 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1)
21:52:49.112 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9)
21:52:49.112 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:353d0cb8-e117-4ee6-b824-1efe8aecf22f)
21:52:49.112 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:685b35c8-2b62-40ca-bbbe-f3c3263079e4)
21:52:49.112 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:21da2fb1-e35e-4197-9e3d-f7a449473ce7)
21:52:49.112 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3d5f0b52-7346-42fd-a2af-534d7fed8080)
21:52:49.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.112 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:299dd763-ecaa-4336-b907-0efe9cd75aa1=ShapeTyping(TypingMap(Map()))
21:52:49.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.112 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fd462e3e-3e88-436a-8077-0a06dc460988=ShapeTyping(TypingMap(Map()))
21:52:49.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.113 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:49.096Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:49.113 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:299dd763-ecaa-4336-b907-0efe9cd75aa1), ShapeRef(_:fd462e3e-3e88-436a-8077-0a06dc460988), ShapeRef(_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1), ShapeRef(_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9), ShapeRef(_:353d0cb8-e117-4ee6-b824-1efe8aecf22f), ShapeRef(_:685b35c8-2b62-40ca-bbbe-f3c3263079e4), ShapeRef(_:21da2fb1-e35e-4197-9e3d-f7a449473ce7), ShapeRef(_:3d5f0b52-7346-42fd-a2af-534d7fed8080)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.114 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:49.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.115 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:299dd763-ecaa-4336-b907-0efe9cd75aa1), ShapeRef(_:fd462e3e-3e88-436a-8077-0a06dc460988), ShapeRef(_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1), ShapeRef(_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9), ShapeRef(_:353d0cb8-e117-4ee6-b824-1efe8aecf22f), ShapeRef(_:685b35c8-2b62-40ca-bbbe-f3c3263079e4), ShapeRef(_:21da2fb1-e35e-4197-9e3d-f7a449473ce7), ShapeRef(_:3d5f0b52-7346-42fd-a2af-534d7fed8080)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:49.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.115 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:353d0cb8-e117-4ee6-b824-1efe8aecf22f=ShapeTyping(TypingMap(Map()))
21:52:49.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.116 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:685b35c8-2b62-40ca-bbbe-f3c3263079e4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:299dd763-ecaa-4336-b907-0efe9cd75aa1), ShapeRef(_:fd462e3e-3e88-436a-8077-0a06dc460988), ShapeRef(_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1), ShapeRef(_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9), ShapeRef(_:353d0cb8-e117-4ee6-b824-1efe8aecf22f), ShapeRef(_:685b35c8-2b62-40ca-bbbe-f3c3263079e4), ShapeRef(_:21da2fb1-e35e-4197-9e3d-f7a449473ce7), ShapeRef(_:3d5f0b52-7346-42fd-a2af-534d7fed8080)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:685b35c8-2b62-40ca-bbbe-f3c3263079e4,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(14 satisfies maxExclusive(15), 14 satisfies minExclusive(5))))))))
21:52:49.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.117 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:21da2fb1-e35e-4197-9e3d-f7a449473ce7],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:49.117 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:21da2fb1-e35e-4197-9e3d-f7a449473ce7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:299dd763-ecaa-4336-b907-0efe9cd75aa1), ShapeRef(_:fd462e3e-3e88-436a-8077-0a06dc460988), ShapeRef(_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1), ShapeRef(_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9), ShapeRef(_:353d0cb8-e117-4ee6-b824-1efe8aecf22f), ShapeRef(_:685b35c8-2b62-40ca-bbbe-f3c3263079e4), ShapeRef(_:21da2fb1-e35e-4197-9e3d-f7a449473ce7), ShapeRef(_:3d5f0b52-7346-42fd-a2af-534d7fed8080)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:21da2fb1-e35e-4197-9e3d-f7a449473ce7,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.118 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3d5f0b52-7346-42fd-a2af-534d7fed8080],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:49.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.118 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3d5f0b52-7346-42fd-a2af-534d7fed8080=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:299dd763-ecaa-4336-b907-0efe9cd75aa1), ShapeRef(_:fd462e3e-3e88-436a-8077-0a06dc460988), ShapeRef(_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1), ShapeRef(_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9), ShapeRef(_:353d0cb8-e117-4ee6-b824-1efe8aecf22f), ShapeRef(_:685b35c8-2b62-40ca-bbbe-f3c3263079e4), ShapeRef(_:21da2fb1-e35e-4197-9e3d-f7a449473ce7), ShapeRef(_:3d5f0b52-7346-42fd-a2af-534d7fed8080)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3d5f0b52-7346-42fd-a2af-534d7fed8080,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.119 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:299dd763-ecaa-4336-b907-0efe9cd75aa1,_:fd462e3e-3e88-436a-8077-0a06dc460988,_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1,_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9,_:353d0cb8-e117-4ee6-b824-1efe8aecf22f,_:685b35c8-2b62-40ca-bbbe-f3c3263079e4,_:21da2fb1-e35e-4197-9e3d-f7a449473ce7,_:3d5f0b52-7346-42fd-a2af-534d7fed8080)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:21da2fb1-e35e-4197-9e3d-f7a449473ce7,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:299dd763-ecaa-4336-b907-0efe9cd75aa1), ShapeRef(_:fd462e3e-3e88-436a-8077-0a06dc460988), ShapeRef(_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1), ShapeRef(_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9), ShapeRef(_:353d0cb8-e117-4ee6-b824-1efe8aecf22f), ShapeRef(_:685b35c8-2b62-40ca-bbbe-f3c3263079e4), ShapeRef(_:21da2fb1-e35e-4197-9e3d-f7a449473ce7), ShapeRef(_:3d5f0b52-7346-42fd-a2af-534d7fed8080)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3d5f0b52-7346-42fd-a2af-534d7fed8080,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:685b35c8-2b62-40ca-bbbe-f3c3263079e4,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(14 satisfies maxExclusive(15), 14 satisfies minExclusive(5))))))))
21:52:49.119 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:21da2fb1-e35e-4197-9e3d-f7a449473ce7,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:299dd763-ecaa-4336-b907-0efe9cd75aa1), ShapeRef(_:fd462e3e-3e88-436a-8077-0a06dc460988), ShapeRef(_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1), ShapeRef(_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9), ShapeRef(_:353d0cb8-e117-4ee6-b824-1efe8aecf22f), ShapeRef(_:685b35c8-2b62-40ca-bbbe-f3c3263079e4), ShapeRef(_:21da2fb1-e35e-4197-9e3d-f7a449473ce7), ShapeRef(_:3d5f0b52-7346-42fd-a2af-534d7fed8080)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3d5f0b52-7346-42fd-a2af-534d7fed8080,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:685b35c8-2b62-40ca-bbbe-f3c3263079e4,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(14 satisfies maxExclusive(15), 14 satisfies minExclusive(5))))))))
21:52:49.119 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:21da2fb1-e35e-4197-9e3d-f7a449473ce7,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:299dd763-ecaa-4336-b907-0efe9cd75aa1), ShapeRef(_:fd462e3e-3e88-436a-8077-0a06dc460988), ShapeRef(_:7ba592e5-9a85-4c39-a0a7-dda26b8669f1), ShapeRef(_:eb7be098-3bff-4742-9bb0-2d5f53d18aa9), ShapeRef(_:353d0cb8-e117-4ee6-b824-1efe8aecf22f), ShapeRef(_:685b35c8-2b62-40ca-bbbe-f3c3263079e4), ShapeRef(_:21da2fb1-e35e-4197-9e3d-f7a449473ce7), ShapeRef(_:3d5f0b52-7346-42fd-a2af-534d7fed8080)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3d5f0b52-7346-42fd-a2af-534d7fed8080,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:685b35c8-2b62-40ca-bbbe-f3c3263079e4,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(14 satisfies maxExclusive(15), 14 satisfies minExclusive(5))))))))
21:52:49.119 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:21da2fb1-e35e-4197-9e3d-f7a449473ce7 = 
21:52:49.119 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:21da2fb1-e35e-4197-9e3d-f7a449473ce7 = 
21:52:49.119 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:21da2fb1-e35e-4197-9e3d-f7a449473ce7: 
21:52:49.119 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:685b35c8-2b62-40ca-bbbe-f3c3263079e4 = 
21:52:49.119 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:685b35c8-2b62-40ca-bbbe-f3c3263079e4 = 
21:52:49.119 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:685b35c8-2b62-40ca-bbbe-f3c3263079e4: 
21:52:49.119 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:353d0cb8-e117-4ee6-b824-1efe8aecf22f = 
21:52:49.119 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:353d0cb8-e117-4ee6-b824-1efe8aecf22f = 
21:52:49.119 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:353d0cb8-e117-4ee6-b824-1efe8aecf22f: 
21:52:49.119 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:eb7be098-3bff-4742-9bb0-2d5f53d18aa9 = 
21:52:49.119 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:eb7be098-3bff-4742-9bb0-2d5f53d18aa9 = 
21:52:49.119 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:eb7be098-3bff-4742-9bb0-2d5f53d18aa9: 
21:52:49.119 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7ba592e5-9a85-4c39-a0a7-dda26b8669f1 = 
21:52:49.120 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7ba592e5-9a85-4c39-a0a7-dda26b8669f1 = 
21:52:49.120 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7ba592e5-9a85-4c39-a0a7-dda26b8669f1: 
21:52:49.120 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fd462e3e-3e88-436a-8077-0a06dc460988 = 
21:52:49.120 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fd462e3e-3e88-436a-8077-0a06dc460988 = 
21:52:49.120 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fd462e3e-3e88-436a-8077-0a06dc460988: 
21:52:49.120 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:299dd763-ecaa-4336-b907-0efe9cd75aa1 = 
21:52:49.120 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:299dd763-ecaa-4336-b907-0efe9cd75aa1 = 
21:52:49.120 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:299dd763-ecaa-4336-b907-0efe9cd75aa1: 
21:52:49.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
] .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:49.187 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6508dfdb-ad9a-47b5-b738-e74b09486963 @rdf:rest 37e6c374-025e-4171-80b1-09cfdd6d3038; 6508dfdb-ad9a-47b5-b738-e74b09486963 @rdf:first "B"; 41accaac-4f4b-411b-85e8-b44815d97e8d @rdf:rest 6508dfdb-ad9a-47b5-b738-e74b09486963; 41accaac-4f4b-411b-85e8-b44815d97e8d @rdf:first "A"; 37e6c374-025e-4171-80b1-09cfdd6d3038 @rdf:rest rdf:nil; 37e6c374-025e-4171-80b1-09cfdd6d3038 @rdf:first "C"; da8e8b7e-f398-44b6-81aa-82c07ea5cd6c @sh:in 41accaac-4f4b-411b-85e8-b44815d97e8d; da8e8b7e-f398-44b6-81aa-82c07ea5cd6c @sh:path http://www.sampledomain.org/sam#anotherStringProperty; da8e8b7e-f398-44b6-81aa-82c07ea5cd6c @rdf:type sh:Property; 494eab2f-2b5b-4ef8-b71d-cb20f40a07ae @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 494eab2f-2b5b-4ef8-b71d-cb20f40a07ae @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 494eab2f-2b5b-4ef8-b71d-cb20f40a07ae @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 494eab2f-2b5b-4ef8-b71d-cb20f40a07ae @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 494eab2f-2b5b-4ef8-b71d-cb20f40a07ae @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 494eab2f-2b5b-4ef8-b71d-cb20f40a07ae @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 494eab2f-2b5b-4ef8-b71d-cb20f40a07ae @rdf:type sh:Property; 5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [6508dfdb-ad9a-47b5-b738-e74b09486963, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 37e6c374-025e-4171-80b1-09cfdd6d3038] [6508dfdb-ad9a-47b5-b738-e74b09486963, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [41accaac-4f4b-411b-85e8-b44815d97e8d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6508dfdb-ad9a-47b5-b738-e74b09486963] [41accaac-4f4b-411b-85e8-b44815d97e8d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [37e6c374-025e-4171-80b1-09cfdd6d3038, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [37e6c374-025e-4171-80b1-09cfdd6d3038, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [da8e8b7e-f398-44b6-81aa-82c07ea5cd6c, http://www.w3.org/ns/shacl#in, 41accaac-4f4b-411b-85e8-b44815d97e8d] [da8e8b7e-f398-44b6-81aa-82c07ea5cd6c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [da8e8b7e-f398-44b6-81aa-82c07ea5cd6c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [494eab2f-2b5b-4ef8-b71d-cb20f40a07ae, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [494eab2f-2b5b-4ef8-b71d-cb20f40a07ae, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [494eab2f-2b5b-4ef8-b71d-cb20f40a07ae, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [494eab2f-2b5b-4ef8-b71d-cb20f40a07ae, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [494eab2f-2b5b-4ef8-b71d-cb20f40a07ae, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [494eab2f-2b5b-4ef8-b71d-cb20f40a07ae, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [494eab2f-2b5b-4ef8-b71d-cb20f40a07ae, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81, http://www.w3.org/ns/shacl#pattern, "^B"] [5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8006f0de-a668-47d4-8063-0e148dc306dc, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8006f0de-a668-47d4-8063-0e148dc306dc, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8006f0de-a668-47d4-8063-0e148dc306dc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [8006f0de-a668-47d4-8063-0e148dc306dc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cca65930-f873-4f27-b47b-f70456a0cad3, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [cca65930-f873-4f27-b47b-f70456a0cad3, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [cca65930-f873-4f27-b47b-f70456a0cad3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [cca65930-f873-4f27-b47b-f70456a0cad3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c1c06737-ca27-493f-bd19-a7d42e0ce4f1, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c1c06737-ca27-493f-bd19-a7d42e0ce4f1, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c1c06737-ca27-493f-bd19-a7d42e0ce4f1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [c1c06737-ca27-493f-bd19-a7d42e0ce4f1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7316f3bd-bd51-4ac1-888f-52bbf4a08113, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7316f3bd-bd51-4ac1-888f-52bbf4a08113, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7316f3bd-bd51-4ac1-888f-52bbf4a08113, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7316f3bd-bd51-4ac1-888f-52bbf4a08113, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7316f3bd-bd51-4ac1-888f-52bbf4a08113, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7316f3bd-bd51-4ac1-888f-52bbf4a08113, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [7316f3bd-bd51-4ac1-888f-52bbf4a08113, 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, 7316f3bd-bd51-4ac1-888f-52bbf4a08113] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 494eab2f-2b5b-4ef8-b71d-cb20f40a07ae] [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, 5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c1c06737-ca27-493f-bd19-a7d42e0ce4f1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8006f0de-a668-47d4-8063-0e148dc306dc] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, da8e8b7e-f398-44b6-81aa-82c07ea5cd6c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cca65930-f873-4f27-b47b-f70456a0cad3]>
21:52:49.188 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:49.189 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:49.190 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c,_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1,_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae,_:7316f3bd-bd51-4ac1-888f-52bbf4a08113,_:cca65930-f873-4f27-b47b-f70456a0cad3,_:8006f0de-a668-47d4-8063-0e148dc306dc,_:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43,_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81. Pending nodes: 
21:52:49.190 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c
21:52:49.191 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c1c06737-ca27-493f-bd19-a7d42e0ce4f1
21:52:49.191 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae
21:52:49.192 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7316f3bd-bd51-4ac1-888f-52bbf4a08113
21:52:49.193 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cca65930-f873-4f27-b47b-f70456a0cad3
21:52:49.194 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8006f0de-a668-47d4-8063-0e148dc306dc
21:52:49.194 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43
21:52:49.195 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8006f0de-a668-47d4-8063-0e148dc306dc
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cca65930-f873-4f27-b47b-f70456a0cad3
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7316f3bd-bd51-4ac1-888f-52bbf4a08113
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c1c06737-ca27-493f-bd19-a7d42e0ce4f1
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81 = 
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81 = 
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81: 
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43 = 
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43 = 
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43: 
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c,_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1,_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae,_:7316f3bd-bd51-4ac1-888f-52bbf4a08113,_:cca65930-f873-4f27-b47b-f70456a0cad3,_:8006f0de-a668-47d4-8063-0e148dc306dc,_:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43,_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81)
21:52:49.196 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c)
21:52:49.197 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1)
21:52:49.197 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae)
21:52:49.197 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7316f3bd-bd51-4ac1-888f-52bbf4a08113)
21:52:49.197 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cca65930-f873-4f27-b47b-f70456a0cad3)
21:52:49.197 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8006f0de-a668-47d4-8063-0e148dc306dc)
21:52:49.197 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43)
21:52:49.197 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81)
21:52:49.197 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.197 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.197 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c=ShapeTyping(TypingMap(Map()))
21:52:49.197 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.197 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.198 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.198 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.198 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c), ShapeRef(_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1), ShapeRef(_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae), ShapeRef(_:7316f3bd-bd51-4ac1-888f-52bbf4a08113), ShapeRef(_:cca65930-f873-4f27-b47b-f70456a0cad3), ShapeRef(_:8006f0de-a668-47d4-8063-0e148dc306dc), ShapeRef(_:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43), ShapeRef(_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxExclusive violation. Expected 16 < 15"))))))))
21:52:49.198 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.198 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.199 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:49.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.200 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c), ShapeRef(_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1), ShapeRef(_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae), ShapeRef(_:7316f3bd-bd51-4ac1-888f-52bbf4a08113), ShapeRef(_:cca65930-f873-4f27-b47b-f70456a0cad3), ShapeRef(_:8006f0de-a668-47d4-8063-0e148dc306dc), ShapeRef(_:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43), ShapeRef(_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.201 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7316f3bd-bd51-4ac1-888f-52bbf4a08113],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:49.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.202 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7316f3bd-bd51-4ac1-888f-52bbf4a08113=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c), ShapeRef(_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1), ShapeRef(_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae), ShapeRef(_:7316f3bd-bd51-4ac1-888f-52bbf4a08113), ShapeRef(_:cca65930-f873-4f27-b47b-f70456a0cad3), ShapeRef(_:8006f0de-a668-47d4-8063-0e148dc306dc), ShapeRef(_:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43), ShapeRef(_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7316f3bd-bd51-4ac1-888f-52bbf4a08113,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:49.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.202 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cca65930-f873-4f27-b47b-f70456a0cad3=ShapeTyping(TypingMap(Map()))
21:52:49.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.203 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:49.18Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8006f0de-a668-47d4-8063-0e148dc306dc],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:49.203 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8006f0de-a668-47d4-8063-0e148dc306dc=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c), ShapeRef(_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1), ShapeRef(_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae), ShapeRef(_:7316f3bd-bd51-4ac1-888f-52bbf4a08113), ShapeRef(_:cca65930-f873-4f27-b47b-f70456a0cad3), ShapeRef(_:8006f0de-a668-47d4-8063-0e148dc306dc), ShapeRef(_:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43), ShapeRef(_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8006f0de-a668-47d4-8063-0e148dc306dc,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.203 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43=ShapeTyping(TypingMap(Map()))
21:52:49.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.205 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:49.205 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c), ShapeRef(_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1), ShapeRef(_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae), ShapeRef(_:7316f3bd-bd51-4ac1-888f-52bbf4a08113), ShapeRef(_:cca65930-f873-4f27-b47b-f70456a0cad3), ShapeRef(_:8006f0de-a668-47d4-8063-0e148dc306dc), ShapeRef(_:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43), ShapeRef(_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.205 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c,_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1,_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae,_:7316f3bd-bd51-4ac1-888f-52bbf4a08113,_:cca65930-f873-4f27-b47b-f70456a0cad3,_:8006f0de-a668-47d4-8063-0e148dc306dc,_:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43,_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1,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(_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8006f0de-a668-47d4-8063-0e148dc306dc,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c), ShapeRef(_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1), ShapeRef(_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae), ShapeRef(_:7316f3bd-bd51-4ac1-888f-52bbf4a08113), ShapeRef(_:cca65930-f873-4f27-b47b-f70456a0cad3), ShapeRef(_:8006f0de-a668-47d4-8063-0e148dc306dc), ShapeRef(_:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43), ShapeRef(_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:7316f3bd-bd51-4ac1-888f-52bbf4a08113,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:49.206 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1,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(_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8006f0de-a668-47d4-8063-0e148dc306dc,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c), ShapeRef(_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1), ShapeRef(_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae), ShapeRef(_:7316f3bd-bd51-4ac1-888f-52bbf4a08113), ShapeRef(_:cca65930-f873-4f27-b47b-f70456a0cad3), ShapeRef(_:8006f0de-a668-47d4-8063-0e148dc306dc), ShapeRef(_:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43), ShapeRef(_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:7316f3bd-bd51-4ac1-888f-52bbf4a08113,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:49.206 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1,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(_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8006f0de-a668-47d4-8063-0e148dc306dc,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c), ShapeRef(_:c1c06737-ca27-493f-bd19-a7d42e0ce4f1), ShapeRef(_:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae), ShapeRef(_:7316f3bd-bd51-4ac1-888f-52bbf4a08113), ShapeRef(_:cca65930-f873-4f27-b47b-f70456a0cad3), ShapeRef(_:8006f0de-a668-47d4-8063-0e148dc306dc), ShapeRef(_:3582d4a2-5f39-4ff1-99ea-6c8bd32c5a43), ShapeRef(_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5b8f5cc2-9d11-4b41-8a8b-c8a99c2e5c81,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:7316f3bd-bd51-4ac1-888f-52bbf4a08113,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:49.206 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8006f0de-a668-47d4-8063-0e148dc306dc = 
21:52:49.206 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8006f0de-a668-47d4-8063-0e148dc306dc = 
21:52:49.206 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8006f0de-a668-47d4-8063-0e148dc306dc: 
21:52:49.206 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cca65930-f873-4f27-b47b-f70456a0cad3 = 
21:52:49.206 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cca65930-f873-4f27-b47b-f70456a0cad3 = 
21:52:49.206 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cca65930-f873-4f27-b47b-f70456a0cad3: 
21:52:49.206 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7316f3bd-bd51-4ac1-888f-52bbf4a08113 = 
21:52:49.206 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7316f3bd-bd51-4ac1-888f-52bbf4a08113 = 
21:52:49.206 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7316f3bd-bd51-4ac1-888f-52bbf4a08113: 
21:52:49.206 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae = 
21:52:49.206 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae = 
21:52:49.206 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:494eab2f-2b5b-4ef8-b71d-cb20f40a07ae: 
21:52:49.206 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c1c06737-ca27-493f-bd19-a7d42e0ce4f1 = 
21:52:49.207 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c1c06737-ca27-493f-bd19-a7d42e0ce4f1 = 
21:52:49.207 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c1c06737-ca27-493f-bd19-a7d42e0ce4f1: 
21:52:49.207 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c = 
21:52:49.207 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c = 
21:52:49.207 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:da8e8b7e-f398-44b6-81aa-82c07ea5cd6c: 
21:52:49.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                    "maxExclusive violation. Expected 16 < 15" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#integerProperty2> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MaxExclusiveConstraintComponent
               ]
] .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:49.220 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {2fc3fe0f-0b12-476f-acf2-cbd7803f08f1 @sh:in f10e0385-60f3-4e8a-a13f-5db9121644c3; 2fc3fe0f-0b12-476f-acf2-cbd7803f08f1 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 2fc3fe0f-0b12-476f-acf2-cbd7803f08f1 @rdf:type sh:Property; 2163318d-6418-45b4-b732-4dc8ae7dc7fd @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 2163318d-6418-45b4-b732-4dc8ae7dc7fd @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 2163318d-6418-45b4-b732-4dc8ae7dc7fd @sh:path http://www.sampledomain.org/sam#integerProperty3; 2163318d-6418-45b4-b732-4dc8ae7dc7fd @rdf:type sh:Property; 1bb01b5d-aaf3-439f-a1e2-032b33d48166 @sh:class http://www.sampledomain.org/sam#AnotherResource; 1bb01b5d-aaf3-439f-a1e2-032b33d48166 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 1bb01b5d-aaf3-439f-a1e2-032b33d48166 @rdf:type sh:Property; 8146e0c6-5445-48a3-b969-6477cf2636e6 @rdf:rest 41667f3c-8cdf-45c5-a3d4-f71b6360b1af; 8146e0c6-5445-48a3-b969-6477cf2636e6 @rdf:first "B"; 41667f3c-8cdf-45c5-a3d4-f71b6360b1af @rdf:rest rdf:nil; 41667f3c-8cdf-45c5-a3d4-f71b6360b1af @rdf:first "C"; 2ebf7d8c-7258-4d5d-90bf-87cc2c624992 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 2ebf7d8c-7258-4d5d-90bf-87cc2c624992 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 2ebf7d8c-7258-4d5d-90bf-87cc2c624992 @sh:datatype http://www.w3.org/2001/XMLSchema#integer...} |  [2fc3fe0f-0b12-476f-acf2-cbd7803f08f1, http://www.w3.org/ns/shacl#in, f10e0385-60f3-4e8a-a13f-5db9121644c3] [2fc3fe0f-0b12-476f-acf2-cbd7803f08f1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [2fc3fe0f-0b12-476f-acf2-cbd7803f08f1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2163318d-6418-45b4-b732-4dc8ae7dc7fd, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [2163318d-6418-45b4-b732-4dc8ae7dc7fd, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [2163318d-6418-45b4-b732-4dc8ae7dc7fd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [2163318d-6418-45b4-b732-4dc8ae7dc7fd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1bb01b5d-aaf3-439f-a1e2-032b33d48166, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [1bb01b5d-aaf3-439f-a1e2-032b33d48166, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [1bb01b5d-aaf3-439f-a1e2-032b33d48166, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8146e0c6-5445-48a3-b969-6477cf2636e6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 41667f3c-8cdf-45c5-a3d4-f71b6360b1af] [8146e0c6-5445-48a3-b969-6477cf2636e6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [41667f3c-8cdf-45c5-a3d4-f71b6360b1af, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [41667f3c-8cdf-45c5-a3d4-f71b6360b1af, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [2ebf7d8c-7258-4d5d-90bf-87cc2c624992, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [2ebf7d8c-7258-4d5d-90bf-87cc2c624992, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [2ebf7d8c-7258-4d5d-90bf-87cc2c624992, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [2ebf7d8c-7258-4d5d-90bf-87cc2c624992, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2ebf7d8c-7258-4d5d-90bf-87cc2c624992, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2ebf7d8c-7258-4d5d-90bf-87cc2c624992, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [2ebf7d8c-7258-4d5d-90bf-87cc2c624992, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7875772e-623b-4623-865b-ac1f272c76a6, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7875772e-623b-4623-865b-ac1f272c76a6, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7875772e-623b-4623-865b-ac1f272c76a6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [7875772e-623b-4623-865b-ac1f272c76a6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e2c67fb1-b85e-4762-8bb7-82df6ff40cfe, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e2c67fb1-b85e-4762-8bb7-82df6ff40cfe, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e2c67fb1-b85e-4762-8bb7-82df6ff40cfe, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [e2c67fb1-b85e-4762-8bb7-82df6ff40cfe, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [e2c67fb1-b85e-4762-8bb7-82df6ff40cfe, http://www.w3.org/ns/shacl#pattern, "^B"] [e2c67fb1-b85e-4762-8bb7-82df6ff40cfe, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [e2c67fb1-b85e-4762-8bb7-82df6ff40cfe, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [e2c67fb1-b85e-4762-8bb7-82df6ff40cfe, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f10e0385-60f3-4e8a-a13f-5db9121644c3, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 8146e0c6-5445-48a3-b969-6477cf2636e6] [f10e0385-60f3-4e8a-a13f-5db9121644c3, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [01870dbe-f494-4da1-a5a5-57c3d5f52c35, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [01870dbe-f494-4da1-a5a5-57c3d5f52c35, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [01870dbe-f494-4da1-a5a5-57c3d5f52c35, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [01870dbe-f494-4da1-a5a5-57c3d5f52c35, 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, 1bb01b5d-aaf3-439f-a1e2-032b33d48166] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2ebf7d8c-7258-4d5d-90bf-87cc2c624992] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2163318d-6418-45b4-b732-4dc8ae7dc7fd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e2c67fb1-b85e-4762-8bb7-82df6ff40cfe] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7875772e-623b-4623-865b-ac1f272c76a6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2fc3fe0f-0b12-476f-acf2-cbd7803f08f1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 01870dbe-f494-4da1-a5a5-57c3d5f52c35] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993]>
21:52:49.281 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:49.281 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:49.282 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:7875772e-623b-4623-865b-ac1f272c76a6,_:2163318d-6418-45b4-b732-4dc8ae7dc7fd,_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993,_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992,_:01870dbe-f494-4da1-a5a5-57c3d5f52c35,_:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1,_:1bb01b5d-aaf3-439f-a1e2-032b33d48166,_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe. Pending nodes: 
21:52:49.282 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7875772e-623b-4623-865b-ac1f272c76a6
21:52:49.283 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2163318d-6418-45b4-b732-4dc8ae7dc7fd
21:52:49.283 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993
21:52:49.284 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2ebf7d8c-7258-4d5d-90bf-87cc2c624992
21:52:49.285 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:01870dbe-f494-4da1-a5a5-57c3d5f52c35
21:52:49.285 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1
21:52:49.285 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1bb01b5d-aaf3-439f-a1e2-032b33d48166
21:52:49.286 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1bb01b5d-aaf3-439f-a1e2-032b33d48166
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:01870dbe-f494-4da1-a5a5-57c3d5f52c35
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2ebf7d8c-7258-4d5d-90bf-87cc2c624992
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2163318d-6418-45b4-b732-4dc8ae7dc7fd
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7875772e-623b-4623-865b-ac1f272c76a6
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe = 
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe = 
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe: 
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:49.287 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:49.288 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:7875772e-623b-4623-865b-ac1f272c76a6,_:2163318d-6418-45b4-b732-4dc8ae7dc7fd,_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993,_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992,_:01870dbe-f494-4da1-a5a5-57c3d5f52c35,_:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1,_:1bb01b5d-aaf3-439f-a1e2-032b33d48166,_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe)
21:52:49.288 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7875772e-623b-4623-865b-ac1f272c76a6)
21:52:49.288 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2163318d-6418-45b4-b732-4dc8ae7dc7fd)
21:52:49.288 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993)
21:52:49.288 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992)
21:52:49.288 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:01870dbe-f494-4da1-a5a5-57c3d5f52c35)
21:52:49.288 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1)
21:52:49.288 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1bb01b5d-aaf3-439f-a1e2-032b33d48166)
21:52:49.288 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe)
21:52:49.288 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.288 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.288 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.288 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.289 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:49.211Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7875772e-623b-4623-865b-ac1f272c76a6],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:49.289 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7875772e-623b-4623-865b-ac1f272c76a6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7875772e-623b-4623-865b-ac1f272c76a6), ShapeRef(_:2163318d-6418-45b4-b732-4dc8ae7dc7fd), ShapeRef(_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993), ShapeRef(_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992), ShapeRef(_:01870dbe-f494-4da1-a5a5-57c3d5f52c35), ShapeRef(_:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1), ShapeRef(_:1bb01b5d-aaf3-439f-a1e2-032b33d48166), ShapeRef(_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7875772e-623b-4623-865b-ac1f272c76a6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.289 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2163318d-6418-45b4-b732-4dc8ae7dc7fd=ShapeTyping(TypingMap(Map()))
21:52:49.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.291 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:49.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.291 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7875772e-623b-4623-865b-ac1f272c76a6), ShapeRef(_:2163318d-6418-45b4-b732-4dc8ae7dc7fd), ShapeRef(_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993), ShapeRef(_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992), ShapeRef(_:01870dbe-f494-4da1-a5a5-57c3d5f52c35), ShapeRef(_:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1), ShapeRef(_:1bb01b5d-aaf3-439f-a1e2-032b33d48166), ShapeRef(_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:49.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.292 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:49.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.293 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7875772e-623b-4623-865b-ac1f272c76a6), ShapeRef(_:2163318d-6418-45b4-b732-4dc8ae7dc7fd), ShapeRef(_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993), ShapeRef(_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992), ShapeRef(_:01870dbe-f494-4da1-a5a5-57c3d5f52c35), ShapeRef(_:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1), ShapeRef(_:1bb01b5d-aaf3-439f-a1e2-032b33d48166), ShapeRef(_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.293 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:01870dbe-f494-4da1-a5a5-57c3d5f52c35=ShapeTyping(TypingMap(Map()))
21:52:49.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.293 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1=ShapeTyping(TypingMap(Map()))
21:52:49.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.294 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1bb01b5d-aaf3-439f-a1e2-032b33d48166=ShapeTyping(TypingMap(Map()))
21:52:49.294 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.294 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.294 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.294 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.294 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.294 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.295 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.295 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.295 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.295 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.295 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:49.295 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7875772e-623b-4623-865b-ac1f272c76a6), ShapeRef(_:2163318d-6418-45b4-b732-4dc8ae7dc7fd), ShapeRef(_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993), ShapeRef(_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992), ShapeRef(_:01870dbe-f494-4da1-a5a5-57c3d5f52c35), ShapeRef(_:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1), ShapeRef(_:1bb01b5d-aaf3-439f-a1e2-032b33d48166), ShapeRef(_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.296 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:7875772e-623b-4623-865b-ac1f272c76a6,_:2163318d-6418-45b4-b732-4dc8ae7dc7fd,_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993,_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992,_:01870dbe-f494-4da1-a5a5-57c3d5f52c35,_:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1,_:1bb01b5d-aaf3-439f-a1e2-032b33d48166,_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:7875772e-623b-4623-865b-ac1f272c76a6), ShapeRef(_:2163318d-6418-45b4-b732-4dc8ae7dc7fd), ShapeRef(_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993), ShapeRef(_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992), ShapeRef(_:01870dbe-f494-4da1-a5a5-57c3d5f52c35), ShapeRef(_:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1), ShapeRef(_:1bb01b5d-aaf3-439f-a1e2-032b33d48166), ShapeRef(_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7875772e-623b-4623-865b-ac1f272c76a6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.296 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:7875772e-623b-4623-865b-ac1f272c76a6), ShapeRef(_:2163318d-6418-45b4-b732-4dc8ae7dc7fd), ShapeRef(_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993), ShapeRef(_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992), ShapeRef(_:01870dbe-f494-4da1-a5a5-57c3d5f52c35), ShapeRef(_:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1), ShapeRef(_:1bb01b5d-aaf3-439f-a1e2-032b33d48166), ShapeRef(_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7875772e-623b-4623-865b-ac1f272c76a6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.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(_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:7875772e-623b-4623-865b-ac1f272c76a6), ShapeRef(_:2163318d-6418-45b4-b732-4dc8ae7dc7fd), ShapeRef(_:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993), ShapeRef(_:2ebf7d8c-7258-4d5d-90bf-87cc2c624992), ShapeRef(_:01870dbe-f494-4da1-a5a5-57c3d5f52c35), ShapeRef(_:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1), ShapeRef(_:1bb01b5d-aaf3-439f-a1e2-032b33d48166), ShapeRef(_:e2c67fb1-b85e-4762-8bb7-82df6ff40cfe)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7875772e-623b-4623-865b-ac1f272c76a6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.296 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1bb01b5d-aaf3-439f-a1e2-032b33d48166 = 
21:52:49.296 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1bb01b5d-aaf3-439f-a1e2-032b33d48166 = 
21:52:49.296 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1bb01b5d-aaf3-439f-a1e2-032b33d48166: 
21:52:49.296 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1 = 
21:52:49.296 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1 = 
21:52:49.296 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2fc3fe0f-0b12-476f-acf2-cbd7803f08f1: 
21:52:49.297 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:01870dbe-f494-4da1-a5a5-57c3d5f52c35 = 
21:52:49.297 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:01870dbe-f494-4da1-a5a5-57c3d5f52c35 = 
21:52:49.297 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:01870dbe-f494-4da1-a5a5-57c3d5f52c35: 
21:52:49.297 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2ebf7d8c-7258-4d5d-90bf-87cc2c624992 = 
21:52:49.297 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2ebf7d8c-7258-4d5d-90bf-87cc2c624992 = 
21:52:49.297 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2ebf7d8c-7258-4d5d-90bf-87cc2c624992: 
21:52:49.297 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993 = 
21:52:49.297 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993 = 
21:52:49.297 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b4c20fff-8ae4-4cf8-94cf-5ebddc8a1993: 
21:52:49.297 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2163318d-6418-45b4-b732-4dc8ae7dc7fd = 
21:52:49.297 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2163318d-6418-45b4-b732-4dc8ae7dc7fd = 
21:52:49.297 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2163318d-6418-45b4-b732-4dc8ae7dc7fd: 
21:52:49.297 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7875772e-623b-4623-865b-ac1f272c76a6 = 
21:52:49.297 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7875772e-623b-4623-865b-ac1f272c76a6 = 
21:52:49.297 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7875772e-623b-4623-865b-ac1f272c76a6: 
21:52:49.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
] .

21:52:49.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  true
] .

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:49.307 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {87046cc9-3a31-4cf5-97e6-a1510612aa18 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 87046cc9-3a31-4cf5-97e6-a1510612aa18 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 87046cc9-3a31-4cf5-97e6-a1510612aa18 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 87046cc9-3a31-4cf5-97e6-a1510612aa18 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 87046cc9-3a31-4cf5-97e6-a1510612aa18 @sh:pattern "^B"; 87046cc9-3a31-4cf5-97e6-a1510612aa18 @sh:description "a Simple Single String Property"; 87046cc9-3a31-4cf5-97e6-a1510612aa18 @sh:path http://www.sampledomain.org/sam#aStringProperty; 87046cc9-3a31-4cf5-97e6-a1510612aa18 @rdf:type sh:Property; ae838a4f-2347-4a5d-8830-6411bc83ad67 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; ae838a4f-2347-4a5d-8830-6411bc83ad67 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; ae838a4f-2347-4a5d-8830-6411bc83ad67 @sh:path http://www.sampledomain.org/sam#aSetOfDates; ae838a4f-2347-4a5d-8830-6411bc83ad67 @rdf:type sh:Property; bf37c805-3f8a-46ac-a96d-4f2bc888983a @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; bf37c805-3f8a-46ac-a96d-4f2bc888983a @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; bf37c805-3f8a-46ac-a96d-4f2bc888983a @sh:path http://www.sampledomain.org/sam#integerProperty2; bf37c805-3f8a-46ac-a96d-4f2bc888983a @rdf:type sh:Property; daec4ac6-3d09-40e1-bd0a-f8c8f9ef6a8e @rdf:rest ca699139-4b71-4051-86ee-42257c4998aa...} |  [87046cc9-3a31-4cf5-97e6-a1510612aa18, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [87046cc9-3a31-4cf5-97e6-a1510612aa18, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [87046cc9-3a31-4cf5-97e6-a1510612aa18, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [87046cc9-3a31-4cf5-97e6-a1510612aa18, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [87046cc9-3a31-4cf5-97e6-a1510612aa18, http://www.w3.org/ns/shacl#pattern, "^B"] [87046cc9-3a31-4cf5-97e6-a1510612aa18, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [87046cc9-3a31-4cf5-97e6-a1510612aa18, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [87046cc9-3a31-4cf5-97e6-a1510612aa18, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ae838a4f-2347-4a5d-8830-6411bc83ad67, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ae838a4f-2347-4a5d-8830-6411bc83ad67, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ae838a4f-2347-4a5d-8830-6411bc83ad67, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [ae838a4f-2347-4a5d-8830-6411bc83ad67, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bf37c805-3f8a-46ac-a96d-4f2bc888983a, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [bf37c805-3f8a-46ac-a96d-4f2bc888983a, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [bf37c805-3f8a-46ac-a96d-4f2bc888983a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [bf37c805-3f8a-46ac-a96d-4f2bc888983a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [daec4ac6-3d09-40e1-bd0a-f8c8f9ef6a8e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ca699139-4b71-4051-86ee-42257c4998aa] [daec4ac6-3d09-40e1-bd0a-f8c8f9ef6a8e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [883316d6-f76c-4ac1-a20d-c4a2b65e011d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [883316d6-f76c-4ac1-a20d-c4a2b65e011d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [883316d6-f76c-4ac1-a20d-c4a2b65e011d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [883316d6-f76c-4ac1-a20d-c4a2b65e011d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [883316d6-f76c-4ac1-a20d-c4a2b65e011d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [883316d6-f76c-4ac1-a20d-c4a2b65e011d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [883316d6-f76c-4ac1-a20d-c4a2b65e011d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ca699139-4b71-4051-86ee-42257c4998aa, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f6df89bf-ac2a-45f8-9419-bc7a24813877] [ca699139-4b71-4051-86ee-42257c4998aa, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [9a72949d-4a52-43ef-bff6-9523462196f6, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [9a72949d-4a52-43ef-bff6-9523462196f6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [9a72949d-4a52-43ef-bff6-9523462196f6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f6df89bf-ac2a-45f8-9419-bc7a24813877, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [f6df89bf-ac2a-45f8-9419-bc7a24813877, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [07667db4-3367-46e9-91c8-0e7c2d44523a, http://www.w3.org/ns/shacl#in, daec4ac6-3d09-40e1-bd0a-f8c8f9ef6a8e] [07667db4-3367-46e9-91c8-0e7c2d44523a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [07667db4-3367-46e9-91c8-0e7c2d44523a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7c56528f-578a-4cf2-9801-40bbf3168c10, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [7c56528f-578a-4cf2-9801-40bbf3168c10, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [7c56528f-578a-4cf2-9801-40bbf3168c10, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [7c56528f-578a-4cf2-9801-40bbf3168c10, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b9853a74-f076-4e62-8b17-b7163e05a202, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b9853a74-f076-4e62-8b17-b7163e05a202, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b9853a74-f076-4e62-8b17-b7163e05a202, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b9853a74-f076-4e62-8b17-b7163e05a202, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b9853a74-f076-4e62-8b17-b7163e05a202, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b9853a74-f076-4e62-8b17-b7163e05a202, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [b9853a74-f076-4e62-8b17-b7163e05a202, 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, 07667db4-3367-46e9-91c8-0e7c2d44523a] [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, 9a72949d-4a52-43ef-bff6-9523462196f6] [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, 883316d6-f76c-4ac1-a20d-c4a2b65e011d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bf37c805-3f8a-46ac-a96d-4f2bc888983a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 87046cc9-3a31-4cf5-97e6-a1510612aa18] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b9853a74-f076-4e62-8b17-b7163e05a202] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7c56528f-578a-4cf2-9801-40bbf3168c10] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ae838a4f-2347-4a5d-8830-6411bc83ad67]>
21:52:49.307 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:49.308 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:49.309 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:07667db4-3367-46e9-91c8-0e7c2d44523a,_:883316d6-f76c-4ac1-a20d-c4a2b65e011d,_:9a72949d-4a52-43ef-bff6-9523462196f6,_:b9853a74-f076-4e62-8b17-b7163e05a202,_:bf37c805-3f8a-46ac-a96d-4f2bc888983a,_:87046cc9-3a31-4cf5-97e6-a1510612aa18,_:ae838a4f-2347-4a5d-8830-6411bc83ad67,_:7c56528f-578a-4cf2-9801-40bbf3168c10. Pending nodes: 
21:52:49.309 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:07667db4-3367-46e9-91c8-0e7c2d44523a
21:52:49.309 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:883316d6-f76c-4ac1-a20d-c4a2b65e011d
21:52:49.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9a72949d-4a52-43ef-bff6-9523462196f6
21:52:49.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b9853a74-f076-4e62-8b17-b7163e05a202
21:52:49.311 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bf37c805-3f8a-46ac-a96d-4f2bc888983a
21:52:49.311 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:87046cc9-3a31-4cf5-97e6-a1510612aa18
21:52:49.312 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ae838a4f-2347-4a5d-8830-6411bc83ad67
21:52:49.312 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7c56528f-578a-4cf2-9801-40bbf3168c10
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7c56528f-578a-4cf2-9801-40bbf3168c10
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ae838a4f-2347-4a5d-8830-6411bc83ad67
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:87046cc9-3a31-4cf5-97e6-a1510612aa18
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bf37c805-3f8a-46ac-a96d-4f2bc888983a
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b9853a74-f076-4e62-8b17-b7163e05a202
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9a72949d-4a52-43ef-bff6-9523462196f6
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:883316d6-f76c-4ac1-a20d-c4a2b65e011d
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:07667db4-3367-46e9-91c8-0e7c2d44523a
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7c56528f-578a-4cf2-9801-40bbf3168c10 = 
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7c56528f-578a-4cf2-9801-40bbf3168c10 = 
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7c56528f-578a-4cf2-9801-40bbf3168c10: 
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ae838a4f-2347-4a5d-8830-6411bc83ad67 = 
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ae838a4f-2347-4a5d-8830-6411bc83ad67 = 
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ae838a4f-2347-4a5d-8830-6411bc83ad67: 
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:49.313 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:49.314 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:07667db4-3367-46e9-91c8-0e7c2d44523a,_:883316d6-f76c-4ac1-a20d-c4a2b65e011d,_:9a72949d-4a52-43ef-bff6-9523462196f6,_:b9853a74-f076-4e62-8b17-b7163e05a202,_:bf37c805-3f8a-46ac-a96d-4f2bc888983a,_:87046cc9-3a31-4cf5-97e6-a1510612aa18,_:ae838a4f-2347-4a5d-8830-6411bc83ad67,_:7c56528f-578a-4cf2-9801-40bbf3168c10)
21:52:49.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:07667db4-3367-46e9-91c8-0e7c2d44523a)
21:52:49.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:883316d6-f76c-4ac1-a20d-c4a2b65e011d)
21:52:49.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9a72949d-4a52-43ef-bff6-9523462196f6)
21:52:49.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b9853a74-f076-4e62-8b17-b7163e05a202)
21:52:49.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bf37c805-3f8a-46ac-a96d-4f2bc888983a)
21:52:49.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:87046cc9-3a31-4cf5-97e6-a1510612aa18)
21:52:49.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ae838a4f-2347-4a5d-8830-6411bc83ad67)
21:52:49.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7c56528f-578a-4cf2-9801-40bbf3168c10)
21:52:49.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.314 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:07667db4-3367-46e9-91c8-0e7c2d44523a=ShapeTyping(TypingMap(Map()))
21:52:49.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.315 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:883316d6-f76c-4ac1-a20d-c4a2b65e011d],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:49.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.315 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:883316d6-f76c-4ac1-a20d-c4a2b65e011d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:07667db4-3367-46e9-91c8-0e7c2d44523a), ShapeRef(_:883316d6-f76c-4ac1-a20d-c4a2b65e011d), ShapeRef(_:9a72949d-4a52-43ef-bff6-9523462196f6), ShapeRef(_:b9853a74-f076-4e62-8b17-b7163e05a202), ShapeRef(_:bf37c805-3f8a-46ac-a96d-4f2bc888983a), ShapeRef(_:87046cc9-3a31-4cf5-97e6-a1510612aa18), ShapeRef(_:ae838a4f-2347-4a5d-8830-6411bc83ad67), ShapeRef(_:7c56528f-578a-4cf2-9801-40bbf3168c10)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:883316d6-f76c-4ac1-a20d-c4a2b65e011d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0"))))))))
21:52:49.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.316 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9a72949d-4a52-43ef-bff6-9523462196f6=ShapeTyping(TypingMap(Map()))
21:52:49.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.316 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b9853a74-f076-4e62-8b17-b7163e05a202],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:49.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.317 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b9853a74-f076-4e62-8b17-b7163e05a202=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:07667db4-3367-46e9-91c8-0e7c2d44523a), ShapeRef(_:883316d6-f76c-4ac1-a20d-c4a2b65e011d), ShapeRef(_:9a72949d-4a52-43ef-bff6-9523462196f6), ShapeRef(_:b9853a74-f076-4e62-8b17-b7163e05a202), ShapeRef(_:bf37c805-3f8a-46ac-a96d-4f2bc888983a), ShapeRef(_:87046cc9-3a31-4cf5-97e6-a1510612aa18), ShapeRef(_:ae838a4f-2347-4a5d-8830-6411bc83ad67), ShapeRef(_:7c56528f-578a-4cf2-9801-40bbf3168c10)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b9853a74-f076-4e62-8b17-b7163e05a202,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.317 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bf37c805-3f8a-46ac-a96d-4f2bc888983a=ShapeTyping(TypingMap(Map()))
21:52:49.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.319 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:87046cc9-3a31-4cf5-97e6-a1510612aa18],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:49.319 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:87046cc9-3a31-4cf5-97e6-a1510612aa18=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:07667db4-3367-46e9-91c8-0e7c2d44523a), ShapeRef(_:883316d6-f76c-4ac1-a20d-c4a2b65e011d), ShapeRef(_:9a72949d-4a52-43ef-bff6-9523462196f6), ShapeRef(_:b9853a74-f076-4e62-8b17-b7163e05a202), ShapeRef(_:bf37c805-3f8a-46ac-a96d-4f2bc888983a), ShapeRef(_:87046cc9-3a31-4cf5-97e6-a1510612aa18), ShapeRef(_:ae838a4f-2347-4a5d-8830-6411bc83ad67), ShapeRef(_:7c56528f-578a-4cf2-9801-40bbf3168c10)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:87046cc9-3a31-4cf5-97e6-a1510612aa18,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.319 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:49.3Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ae838a4f-2347-4a5d-8830-6411bc83ad67],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:49.320 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ae838a4f-2347-4a5d-8830-6411bc83ad67=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:07667db4-3367-46e9-91c8-0e7c2d44523a), ShapeRef(_:883316d6-f76c-4ac1-a20d-c4a2b65e011d), ShapeRef(_:9a72949d-4a52-43ef-bff6-9523462196f6), ShapeRef(_:b9853a74-f076-4e62-8b17-b7163e05a202), ShapeRef(_:bf37c805-3f8a-46ac-a96d-4f2bc888983a), ShapeRef(_:87046cc9-3a31-4cf5-97e6-a1510612aa18), ShapeRef(_:ae838a4f-2347-4a5d-8830-6411bc83ad67), ShapeRef(_:7c56528f-578a-4cf2-9801-40bbf3168c10)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ae838a4f-2347-4a5d-8830-6411bc83ad67,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.320 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7c56528f-578a-4cf2-9801-40bbf3168c10=ShapeTyping(TypingMap(Map()))
21:52:49.320 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:07667db4-3367-46e9-91c8-0e7c2d44523a,_:883316d6-f76c-4ac1-a20d-c4a2b65e011d,_:9a72949d-4a52-43ef-bff6-9523462196f6,_:b9853a74-f076-4e62-8b17-b7163e05a202,_:bf37c805-3f8a-46ac-a96d-4f2bc888983a,_:87046cc9-3a31-4cf5-97e6-a1510612aa18,_:ae838a4f-2347-4a5d-8830-6411bc83ad67,_:7c56528f-578a-4cf2-9801-40bbf3168c10)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:b9853a74-f076-4e62-8b17-b7163e05a202,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:ae838a4f-2347-4a5d-8830-6411bc83ad67,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:883316d6-f76c-4ac1-a20d-c4a2b65e011d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:07667db4-3367-46e9-91c8-0e7c2d44523a), ShapeRef(_:883316d6-f76c-4ac1-a20d-c4a2b65e011d), ShapeRef(_:9a72949d-4a52-43ef-bff6-9523462196f6), ShapeRef(_:b9853a74-f076-4e62-8b17-b7163e05a202), ShapeRef(_:bf37c805-3f8a-46ac-a96d-4f2bc888983a), ShapeRef(_:87046cc9-3a31-4cf5-97e6-a1510612aa18), ShapeRef(_:ae838a4f-2347-4a5d-8830-6411bc83ad67), ShapeRef(_:7c56528f-578a-4cf2-9801-40bbf3168c10)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:87046cc9-3a31-4cf5-97e6-a1510612aa18,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.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(_:b9853a74-f076-4e62-8b17-b7163e05a202,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:ae838a4f-2347-4a5d-8830-6411bc83ad67,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:883316d6-f76c-4ac1-a20d-c4a2b65e011d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:07667db4-3367-46e9-91c8-0e7c2d44523a), ShapeRef(_:883316d6-f76c-4ac1-a20d-c4a2b65e011d), ShapeRef(_:9a72949d-4a52-43ef-bff6-9523462196f6), ShapeRef(_:b9853a74-f076-4e62-8b17-b7163e05a202), ShapeRef(_:bf37c805-3f8a-46ac-a96d-4f2bc888983a), ShapeRef(_:87046cc9-3a31-4cf5-97e6-a1510612aa18), ShapeRef(_:ae838a4f-2347-4a5d-8830-6411bc83ad67), ShapeRef(_:7c56528f-578a-4cf2-9801-40bbf3168c10)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:87046cc9-3a31-4cf5-97e6-a1510612aa18,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.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(_:b9853a74-f076-4e62-8b17-b7163e05a202,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:ae838a4f-2347-4a5d-8830-6411bc83ad67,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:883316d6-f76c-4ac1-a20d-c4a2b65e011d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:07667db4-3367-46e9-91c8-0e7c2d44523a), ShapeRef(_:883316d6-f76c-4ac1-a20d-c4a2b65e011d), ShapeRef(_:9a72949d-4a52-43ef-bff6-9523462196f6), ShapeRef(_:b9853a74-f076-4e62-8b17-b7163e05a202), ShapeRef(_:bf37c805-3f8a-46ac-a96d-4f2bc888983a), ShapeRef(_:87046cc9-3a31-4cf5-97e6-a1510612aa18), ShapeRef(_:ae838a4f-2347-4a5d-8830-6411bc83ad67), ShapeRef(_:7c56528f-578a-4cf2-9801-40bbf3168c10)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:87046cc9-3a31-4cf5-97e6-a1510612aa18,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.320 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:87046cc9-3a31-4cf5-97e6-a1510612aa18 = 
21:52:49.321 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:87046cc9-3a31-4cf5-97e6-a1510612aa18 = 
21:52:49.321 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:87046cc9-3a31-4cf5-97e6-a1510612aa18: 
21:52:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bf37c805-3f8a-46ac-a96d-4f2bc888983a = 
21:52:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bf37c805-3f8a-46ac-a96d-4f2bc888983a = 
21:52:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bf37c805-3f8a-46ac-a96d-4f2bc888983a: 
21:52:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b9853a74-f076-4e62-8b17-b7163e05a202 = 
21:52:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b9853a74-f076-4e62-8b17-b7163e05a202 = 
21:52:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b9853a74-f076-4e62-8b17-b7163e05a202: 
21:52:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9a72949d-4a52-43ef-bff6-9523462196f6 = 
21:52:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9a72949d-4a52-43ef-bff6-9523462196f6 = 
21:52:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9a72949d-4a52-43ef-bff6-9523462196f6: 
21:52:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:883316d6-f76c-4ac1-a20d-c4a2b65e011d = 
21:52:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:883316d6-f76c-4ac1-a20d-c4a2b65e011d = 
21:52:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:883316d6-f76c-4ac1-a20d-c4a2b65e011d: 
21:52:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:07667db4-3367-46e9-91c8-0e7c2d44523a = 
21:52:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:07667db4-3367-46e9-91c8-0e7c2d44523a = 
21:52:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:07667db4-3367-46e9-91c8-0e7c2d44523a: 
21:52:49.382 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:49.392 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {26601742-753b-4b46-8cba-8684dc6da52a @sh:in f4a7b2b1-6a09-4d1b-8066-34d888d2f5da; 26601742-753b-4b46-8cba-8684dc6da52a @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 26601742-753b-4b46-8cba-8684dc6da52a @rdf:type sh:Property; 4d07fa08-808b-4cc8-8ca4-d405c98796db @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 4d07fa08-808b-4cc8-8ca4-d405c98796db @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 4d07fa08-808b-4cc8-8ca4-d405c98796db @sh:path http://www.sampledomain.org/sam#integerProperty2; 4d07fa08-808b-4cc8-8ca4-d405c98796db @rdf:type sh:Property; 1ffa5fcd-7762-4b51-9dc3-14b562fb34c0 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 1ffa5fcd-7762-4b51-9dc3-14b562fb34c0 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 1ffa5fcd-7762-4b51-9dc3-14b562fb34c0 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 1ffa5fcd-7762-4b51-9dc3-14b562fb34c0 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 1ffa5fcd-7762-4b51-9dc3-14b562fb34c0 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 1ffa5fcd-7762-4b51-9dc3-14b562fb34c0 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 1ffa5fcd-7762-4b51-9dc3-14b562fb34c0 @rdf:type sh:Property; 1a5fed62-4dfc-44f4-9854-3eeb2283e8a6 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 1a5fed62-4dfc-44f4-9854-3eeb2283e8a6 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 1a5fed62-4dfc-44f4-9854-3eeb2283e8a6 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer...} |  [26601742-753b-4b46-8cba-8684dc6da52a, http://www.w3.org/ns/shacl#in, f4a7b2b1-6a09-4d1b-8066-34d888d2f5da] [26601742-753b-4b46-8cba-8684dc6da52a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [26601742-753b-4b46-8cba-8684dc6da52a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4d07fa08-808b-4cc8-8ca4-d405c98796db, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [4d07fa08-808b-4cc8-8ca4-d405c98796db, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [4d07fa08-808b-4cc8-8ca4-d405c98796db, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [4d07fa08-808b-4cc8-8ca4-d405c98796db, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1ffa5fcd-7762-4b51-9dc3-14b562fb34c0, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1ffa5fcd-7762-4b51-9dc3-14b562fb34c0, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1ffa5fcd-7762-4b51-9dc3-14b562fb34c0, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1ffa5fcd-7762-4b51-9dc3-14b562fb34c0, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1ffa5fcd-7762-4b51-9dc3-14b562fb34c0, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1ffa5fcd-7762-4b51-9dc3-14b562fb34c0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [1ffa5fcd-7762-4b51-9dc3-14b562fb34c0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1a5fed62-4dfc-44f4-9854-3eeb2283e8a6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1a5fed62-4dfc-44f4-9854-3eeb2283e8a6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1a5fed62-4dfc-44f4-9854-3eeb2283e8a6, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [1a5fed62-4dfc-44f4-9854-3eeb2283e8a6, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [1a5fed62-4dfc-44f4-9854-3eeb2283e8a6, http://www.w3.org/ns/shacl#pattern, "^B"] [1a5fed62-4dfc-44f4-9854-3eeb2283e8a6, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [1a5fed62-4dfc-44f4-9854-3eeb2283e8a6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [1a5fed62-4dfc-44f4-9854-3eeb2283e8a6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f1914bae-7f9c-4b9a-8782-dd7a9097e9e3, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [f1914bae-7f9c-4b9a-8782-dd7a9097e9e3, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [f4a7b2b1-6a09-4d1b-8066-34d888d2f5da, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6c18711c-329a-4a87-805f-8b8186a74b9a] [f4a7b2b1-6a09-4d1b-8066-34d888d2f5da, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7bc2b73b-8b61-4d0a-a61e-01f62b90579a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7bc2b73b-8b61-4d0a-a61e-01f62b90579a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7bc2b73b-8b61-4d0a-a61e-01f62b90579a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7bc2b73b-8b61-4d0a-a61e-01f62b90579a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7bc2b73b-8b61-4d0a-a61e-01f62b90579a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7bc2b73b-8b61-4d0a-a61e-01f62b90579a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [7bc2b73b-8b61-4d0a-a61e-01f62b90579a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5b8dee7c-3951-4288-a044-37f4104fc198, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [5b8dee7c-3951-4288-a044-37f4104fc198, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [5b8dee7c-3951-4288-a044-37f4104fc198, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [5b8dee7c-3951-4288-a044-37f4104fc198, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6c18711c-329a-4a87-805f-8b8186a74b9a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f1914bae-7f9c-4b9a-8782-dd7a9097e9e3] [6c18711c-329a-4a87-805f-8b8186a74b9a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [523d9186-81dd-4f1b-8ff4-609f354fcd4f, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [523d9186-81dd-4f1b-8ff4-609f354fcd4f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [523d9186-81dd-4f1b-8ff4-609f354fcd4f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [523d9186-81dd-4f1b-8ff4-609f354fcd4f, 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, 1a5fed62-4dfc-44f4-9854-3eeb2283e8a6] [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, 1ffa5fcd-7762-4b51-9dc3-14b562fb34c0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5b8dee7c-3951-4288-a044-37f4104fc198] [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, 26601742-753b-4b46-8cba-8684dc6da52a] [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, 7bc2b73b-8b61-4d0a-a61e-01f62b90579a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4d07fa08-808b-4cc8-8ca4-d405c98796db] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 523d9186-81dd-4f1b-8ff4-609f354fcd4f]>
21:52:49.393 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:49.394 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:49.394 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:7bc2b73b-8b61-4d0a-a61e-01f62b90579a,_:4d07fa08-808b-4cc8-8ca4-d405c98796db,_:26601742-753b-4b46-8cba-8684dc6da52a,_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0,_:523d9186-81dd-4f1b-8ff4-609f354fcd4f,_:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36,_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6,_:5b8dee7c-3951-4288-a044-37f4104fc198. Pending nodes: 
21:52:49.395 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7bc2b73b-8b61-4d0a-a61e-01f62b90579a
21:52:49.395 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4d07fa08-808b-4cc8-8ca4-d405c98796db
21:52:49.396 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:26601742-753b-4b46-8cba-8684dc6da52a
21:52:49.396 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0
21:52:49.397 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:523d9186-81dd-4f1b-8ff4-609f354fcd4f
21:52:49.397 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36
21:52:49.397 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6
21:52:49.398 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5b8dee7c-3951-4288-a044-37f4104fc198
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5b8dee7c-3951-4288-a044-37f4104fc198
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:523d9186-81dd-4f1b-8ff4-609f354fcd4f
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:26601742-753b-4b46-8cba-8684dc6da52a
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4d07fa08-808b-4cc8-8ca4-d405c98796db
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7bc2b73b-8b61-4d0a-a61e-01f62b90579a
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5b8dee7c-3951-4288-a044-37f4104fc198 = 
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5b8dee7c-3951-4288-a044-37f4104fc198 = 
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5b8dee7c-3951-4288-a044-37f4104fc198: 
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:7bc2b73b-8b61-4d0a-a61e-01f62b90579a,_:4d07fa08-808b-4cc8-8ca4-d405c98796db,_:26601742-753b-4b46-8cba-8684dc6da52a,_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0,_:523d9186-81dd-4f1b-8ff4-609f354fcd4f,_:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36,_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6,_:5b8dee7c-3951-4288-a044-37f4104fc198)
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7bc2b73b-8b61-4d0a-a61e-01f62b90579a)
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4d07fa08-808b-4cc8-8ca4-d405c98796db)
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:26601742-753b-4b46-8cba-8684dc6da52a)
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0)
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:523d9186-81dd-4f1b-8ff4-609f354fcd4f)
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36)
21:52:49.399 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6)
21:52:49.400 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b8dee7c-3951-4288-a044-37f4104fc198)
21:52:49.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.401 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7bc2b73b-8b61-4d0a-a61e-01f62b90579a],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:49.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.401 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7bc2b73b-8b61-4d0a-a61e-01f62b90579a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7bc2b73b-8b61-4d0a-a61e-01f62b90579a), ShapeRef(_:4d07fa08-808b-4cc8-8ca4-d405c98796db), ShapeRef(_:26601742-753b-4b46-8cba-8684dc6da52a), ShapeRef(_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0), ShapeRef(_:523d9186-81dd-4f1b-8ff4-609f354fcd4f), ShapeRef(_:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36), ShapeRef(_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6), ShapeRef(_:5b8dee7c-3951-4288-a044-37f4104fc198)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7bc2b73b-8b61-4d0a-a61e-01f62b90579a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:49.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.402 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4d07fa08-808b-4cc8-8ca4-d405c98796db=ShapeTyping(TypingMap(Map()))
21:52:49.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.402 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:26601742-753b-4b46-8cba-8684dc6da52a=ShapeTyping(TypingMap(Map()))
21:52:49.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.403 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:49.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.403 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7bc2b73b-8b61-4d0a-a61e-01f62b90579a), ShapeRef(_:4d07fa08-808b-4cc8-8ca4-d405c98796db), ShapeRef(_:26601742-753b-4b46-8cba-8684dc6da52a), ShapeRef(_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0), ShapeRef(_:523d9186-81dd-4f1b-8ff4-609f354fcd4f), ShapeRef(_:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36), ShapeRef(_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6), ShapeRef(_:5b8dee7c-3951-4288-a044-37f4104fc198)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.403 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:49.385Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:523d9186-81dd-4f1b-8ff4-609f354fcd4f],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:49.404 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:523d9186-81dd-4f1b-8ff4-609f354fcd4f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7bc2b73b-8b61-4d0a-a61e-01f62b90579a), ShapeRef(_:4d07fa08-808b-4cc8-8ca4-d405c98796db), ShapeRef(_:26601742-753b-4b46-8cba-8684dc6da52a), ShapeRef(_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0), ShapeRef(_:523d9186-81dd-4f1b-8ff4-609f354fcd4f), ShapeRef(_:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36), ShapeRef(_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6), ShapeRef(_:5b8dee7c-3951-4288-a044-37f4104fc198)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:523d9186-81dd-4f1b-8ff4-609f354fcd4f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.404 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36=ShapeTyping(TypingMap(Map()))
21:52:49.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.405 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:49.406 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7bc2b73b-8b61-4d0a-a61e-01f62b90579a), ShapeRef(_:4d07fa08-808b-4cc8-8ca4-d405c98796db), ShapeRef(_:26601742-753b-4b46-8cba-8684dc6da52a), ShapeRef(_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0), ShapeRef(_:523d9186-81dd-4f1b-8ff4-609f354fcd4f), ShapeRef(_:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36), ShapeRef(_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6), ShapeRef(_:5b8dee7c-3951-4288-a044-37f4104fc198)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.406 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b8dee7c-3951-4288-a044-37f4104fc198=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7bc2b73b-8b61-4d0a-a61e-01f62b90579a), ShapeRef(_:4d07fa08-808b-4cc8-8ca4-d405c98796db), ShapeRef(_:26601742-753b-4b46-8cba-8684dc6da52a), ShapeRef(_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0), ShapeRef(_:523d9186-81dd-4f1b-8ff4-609f354fcd4f), ShapeRef(_:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36), ShapeRef(_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6), ShapeRef(_:5b8dee7c-3951-4288-a044-37f4104fc198)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5b8dee7c-3951-4288-a044-37f4104fc198,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(5 satisfies maxInclusive(15), 5 satisfies minInclusive(5))))))))
21:52:49.406 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:7bc2b73b-8b61-4d0a-a61e-01f62b90579a,_:4d07fa08-808b-4cc8-8ca4-d405c98796db,_:26601742-753b-4b46-8cba-8684dc6da52a,_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0,_:523d9186-81dd-4f1b-8ff4-609f354fcd4f,_:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36,_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6,_:5b8dee7c-3951-4288-a044-37f4104fc198)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7bc2b73b-8b61-4d0a-a61e-01f62b90579a), ShapeRef(_:4d07fa08-808b-4cc8-8ca4-d405c98796db), ShapeRef(_:26601742-753b-4b46-8cba-8684dc6da52a), ShapeRef(_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0), ShapeRef(_:523d9186-81dd-4f1b-8ff4-609f354fcd4f), ShapeRef(_:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36), ShapeRef(_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6), ShapeRef(_:5b8dee7c-3951-4288-a044-37f4104fc198)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:523d9186-81dd-4f1b-8ff4-609f354fcd4f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:7bc2b73b-8b61-4d0a-a61e-01f62b90579a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5b8dee7c-3951-4288-a044-37f4104fc198,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(_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.407 [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(_:7bc2b73b-8b61-4d0a-a61e-01f62b90579a), ShapeRef(_:4d07fa08-808b-4cc8-8ca4-d405c98796db), ShapeRef(_:26601742-753b-4b46-8cba-8684dc6da52a), ShapeRef(_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0), ShapeRef(_:523d9186-81dd-4f1b-8ff4-609f354fcd4f), ShapeRef(_:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36), ShapeRef(_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6), ShapeRef(_:5b8dee7c-3951-4288-a044-37f4104fc198)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:523d9186-81dd-4f1b-8ff4-609f354fcd4f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:7bc2b73b-8b61-4d0a-a61e-01f62b90579a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5b8dee7c-3951-4288-a044-37f4104fc198,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(_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.407 [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(_:7bc2b73b-8b61-4d0a-a61e-01f62b90579a), ShapeRef(_:4d07fa08-808b-4cc8-8ca4-d405c98796db), ShapeRef(_:26601742-753b-4b46-8cba-8684dc6da52a), ShapeRef(_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0), ShapeRef(_:523d9186-81dd-4f1b-8ff4-609f354fcd4f), ShapeRef(_:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36), ShapeRef(_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6), ShapeRef(_:5b8dee7c-3951-4288-a044-37f4104fc198)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:523d9186-81dd-4f1b-8ff4-609f354fcd4f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:7bc2b73b-8b61-4d0a-a61e-01f62b90579a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5b8dee7c-3951-4288-a044-37f4104fc198,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(_:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.407 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6 = 
21:52:49.407 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6 = 
21:52:49.407 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1a5fed62-4dfc-44f4-9854-3eeb2283e8a6: 
21:52:49.407 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36 = 
21:52:49.407 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36 = 
21:52:49.407 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:88ea9b9e-3fd8-47b6-aeb9-b44a4eaecf36: 
21:52:49.407 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:523d9186-81dd-4f1b-8ff4-609f354fcd4f = 
21:52:49.407 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:523d9186-81dd-4f1b-8ff4-609f354fcd4f = 
21:52:49.407 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:523d9186-81dd-4f1b-8ff4-609f354fcd4f: 
21:52:49.407 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0 = 
21:52:49.407 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0 = 
21:52:49.407 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1ffa5fcd-7762-4b51-9dc3-14b562fb34c0: 
21:52:49.407 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:26601742-753b-4b46-8cba-8684dc6da52a = 
21:52:49.407 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:26601742-753b-4b46-8cba-8684dc6da52a = 
21:52:49.407 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:26601742-753b-4b46-8cba-8684dc6da52a: 
21:52:49.408 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4d07fa08-808b-4cc8-8ca4-d405c98796db = 
21:52:49.408 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4d07fa08-808b-4cc8-8ca4-d405c98796db = 
21:52:49.408 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4d07fa08-808b-4cc8-8ca4-d405c98796db: 
21:52:49.408 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7bc2b73b-8b61-4d0a-a61e-01f62b90579a = 
21:52:49.408 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7bc2b73b-8b61-4d0a-a61e-01f62b90579a = 
21:52:49.408 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7bc2b73b-8b61-4d0a-a61e-01f62b90579a: 
21:52:49.409 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:52:49.417 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {0476e04d-295b-43aa-8105-1ddda98fc2fb @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 0476e04d-295b-43aa-8105-1ddda98fc2fb @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 0476e04d-295b-43aa-8105-1ddda98fc2fb @sh:path http://www.sampledomain.org/sam#integerProperty2; 0476e04d-295b-43aa-8105-1ddda98fc2fb @rdf:type sh:Property; 6f208c8e-3f73-4675-aa49-4b483e1e8794 @rdf:rest rdf:nil; 6f208c8e-3f73-4675-aa49-4b483e1e8794 @rdf:first "C"; d6135623-0d71-4e54-ba22-a55966085955 @sh:in 446acbae-c106-4326-8dea-0db34a4ad2d8; d6135623-0d71-4e54-ba22-a55966085955 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; d6135623-0d71-4e54-ba22-a55966085955 @rdf:type sh:Property; 65e813d2-38cb-4fb6-a283-f2041543a11b @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 65e813d2-38cb-4fb6-a283-f2041543a11b @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 65e813d2-38cb-4fb6-a283-f2041543a11b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 65e813d2-38cb-4fb6-a283-f2041543a11b @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 65e813d2-38cb-4fb6-a283-f2041543a11b @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 65e813d2-38cb-4fb6-a283-f2041543a11b @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 65e813d2-38cb-4fb6-a283-f2041543a11b @rdf:type sh:Property; 5e08fd61-2ce1-4e99-8d28-807ccb07252e @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer...} |  [0476e04d-295b-43aa-8105-1ddda98fc2fb, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [0476e04d-295b-43aa-8105-1ddda98fc2fb, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [0476e04d-295b-43aa-8105-1ddda98fc2fb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [0476e04d-295b-43aa-8105-1ddda98fc2fb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6f208c8e-3f73-4675-aa49-4b483e1e8794, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [6f208c8e-3f73-4675-aa49-4b483e1e8794, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [d6135623-0d71-4e54-ba22-a55966085955, http://www.w3.org/ns/shacl#in, 446acbae-c106-4326-8dea-0db34a4ad2d8] [d6135623-0d71-4e54-ba22-a55966085955, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [d6135623-0d71-4e54-ba22-a55966085955, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [65e813d2-38cb-4fb6-a283-f2041543a11b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [65e813d2-38cb-4fb6-a283-f2041543a11b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [65e813d2-38cb-4fb6-a283-f2041543a11b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [65e813d2-38cb-4fb6-a283-f2041543a11b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [65e813d2-38cb-4fb6-a283-f2041543a11b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [65e813d2-38cb-4fb6-a283-f2041543a11b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [65e813d2-38cb-4fb6-a283-f2041543a11b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5e08fd61-2ce1-4e99-8d28-807ccb07252e, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5e08fd61-2ce1-4e99-8d28-807ccb07252e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5e08fd61-2ce1-4e99-8d28-807ccb07252e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5e08fd61-2ce1-4e99-8d28-807ccb07252e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5e08fd61-2ce1-4e99-8d28-807ccb07252e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5e08fd61-2ce1-4e99-8d28-807ccb07252e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [5e08fd61-2ce1-4e99-8d28-807ccb07252e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [446acbae-c106-4326-8dea-0db34a4ad2d8, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b14bce8f-a452-4df3-a196-276cd539a5f5] [446acbae-c106-4326-8dea-0db34a4ad2d8, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b14bce8f-a452-4df3-a196-276cd539a5f5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6f208c8e-3f73-4675-aa49-4b483e1e8794] [b14bce8f-a452-4df3-a196-276cd539a5f5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [23041428-b8d5-408f-9647-d9cd19fb7567, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [23041428-b8d5-408f-9647-d9cd19fb7567, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [23041428-b8d5-408f-9647-d9cd19fb7567, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [23041428-b8d5-408f-9647-d9cd19fb7567, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [93e95f21-f135-44ab-9465-141533747eb8, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [93e95f21-f135-44ab-9465-141533747eb8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [93e95f21-f135-44ab-9465-141533747eb8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [259b87c3-5dc7-4664-b813-f20fb098b157, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [259b87c3-5dc7-4664-b813-f20fb098b157, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [259b87c3-5dc7-4664-b813-f20fb098b157, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [259b87c3-5dc7-4664-b813-f20fb098b157, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c774572b-c88d-4312-9db8-98c383966185, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c774572b-c88d-4312-9db8-98c383966185, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c774572b-c88d-4312-9db8-98c383966185, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [c774572b-c88d-4312-9db8-98c383966185, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [c774572b-c88d-4312-9db8-98c383966185, http://www.w3.org/ns/shacl#pattern, "^B"] [c774572b-c88d-4312-9db8-98c383966185, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [c774572b-c88d-4312-9db8-98c383966185, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [c774572b-c88d-4312-9db8-98c383966185, 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, c774572b-c88d-4312-9db8-98c383966185] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5e08fd61-2ce1-4e99-8d28-807ccb07252e] [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, 0476e04d-295b-43aa-8105-1ddda98fc2fb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 23041428-b8d5-408f-9647-d9cd19fb7567] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 259b87c3-5dc7-4664-b813-f20fb098b157] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 65e813d2-38cb-4fb6-a283-f2041543a11b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d6135623-0d71-4e54-ba22-a55966085955] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 93e95f21-f135-44ab-9465-141533747eb8]>
21:52:49.418 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:52:49.418 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:52:49.419 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:23041428-b8d5-408f-9647-d9cd19fb7567,_:0476e04d-295b-43aa-8105-1ddda98fc2fb,_:c774572b-c88d-4312-9db8-98c383966185,_:5e08fd61-2ce1-4e99-8d28-807ccb07252e,_:259b87c3-5dc7-4664-b813-f20fb098b157,_:93e95f21-f135-44ab-9465-141533747eb8,_:d6135623-0d71-4e54-ba22-a55966085955,_:65e813d2-38cb-4fb6-a283-f2041543a11b. Pending nodes: 
21:52:49.419 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:23041428-b8d5-408f-9647-d9cd19fb7567
21:52:49.419 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0476e04d-295b-43aa-8105-1ddda98fc2fb
21:52:49.420 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c774572b-c88d-4312-9db8-98c383966185
21:52:49.421 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5e08fd61-2ce1-4e99-8d28-807ccb07252e
21:52:49.421 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:259b87c3-5dc7-4664-b813-f20fb098b157
21:52:49.422 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:93e95f21-f135-44ab-9465-141533747eb8
21:52:49.422 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d6135623-0d71-4e54-ba22-a55966085955
21:52:49.423 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:65e813d2-38cb-4fb6-a283-f2041543a11b
21:52:49.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:52:49.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:65e813d2-38cb-4fb6-a283-f2041543a11b
21:52:49.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d6135623-0d71-4e54-ba22-a55966085955
21:52:49.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:93e95f21-f135-44ab-9465-141533747eb8
21:52:49.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:259b87c3-5dc7-4664-b813-f20fb098b157
21:52:49.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5e08fd61-2ce1-4e99-8d28-807ccb07252e
21:52:49.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c774572b-c88d-4312-9db8-98c383966185
21:52:49.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0476e04d-295b-43aa-8105-1ddda98fc2fb
21:52:49.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:23041428-b8d5-408f-9647-d9cd19fb7567
21:52:49.423 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:52:49.423 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:52:49.424 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:52:49.424 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:52:49.424 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:52:49.424 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:23041428-b8d5-408f-9647-d9cd19fb7567,_:0476e04d-295b-43aa-8105-1ddda98fc2fb,_:c774572b-c88d-4312-9db8-98c383966185,_:5e08fd61-2ce1-4e99-8d28-807ccb07252e,_:259b87c3-5dc7-4664-b813-f20fb098b157,_:93e95f21-f135-44ab-9465-141533747eb8,_:d6135623-0d71-4e54-ba22-a55966085955,_:65e813d2-38cb-4fb6-a283-f2041543a11b)
21:52:49.424 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:23041428-b8d5-408f-9647-d9cd19fb7567)
21:52:49.424 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0476e04d-295b-43aa-8105-1ddda98fc2fb)
21:52:49.424 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c774572b-c88d-4312-9db8-98c383966185)
21:52:49.424 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e08fd61-2ce1-4e99-8d28-807ccb07252e)
21:52:49.424 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:259b87c3-5dc7-4664-b813-f20fb098b157)
21:52:49.424 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:93e95f21-f135-44ab-9465-141533747eb8)
21:52:49.424 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d6135623-0d71-4e54-ba22-a55966085955)
21:52:49.424 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:65e813d2-38cb-4fb6-a283-f2041543a11b)
21:52:49.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.425 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:23041428-b8d5-408f-9647-d9cd19fb7567=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:23041428-b8d5-408f-9647-d9cd19fb7567), ShapeRef(_:0476e04d-295b-43aa-8105-1ddda98fc2fb), ShapeRef(_:c774572b-c88d-4312-9db8-98c383966185), ShapeRef(_:5e08fd61-2ce1-4e99-8d28-807ccb07252e), ShapeRef(_:259b87c3-5dc7-4664-b813-f20fb098b157), ShapeRef(_:93e95f21-f135-44ab-9465-141533747eb8), ShapeRef(_:d6135623-0d71-4e54-ba22-a55966085955), ShapeRef(_:65e813d2-38cb-4fb6-a283-f2041543a11b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:23041428-b8d5-408f-9647-d9cd19fb7567,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 4: LiteralValue("minInclusive violation. Expected 4 >= 5"))))))))
21:52:49.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.425 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0476e04d-295b-43aa-8105-1ddda98fc2fb=ShapeTyping(TypingMap(Map()))
21:52:49.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.480 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.480 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.480 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.480 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.480 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c774572b-c88d-4312-9db8-98c383966185],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:52:49.481 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c774572b-c88d-4312-9db8-98c383966185=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:23041428-b8d5-408f-9647-d9cd19fb7567), ShapeRef(_:0476e04d-295b-43aa-8105-1ddda98fc2fb), ShapeRef(_:c774572b-c88d-4312-9db8-98c383966185), ShapeRef(_:5e08fd61-2ce1-4e99-8d28-807ccb07252e), ShapeRef(_:259b87c3-5dc7-4664-b813-f20fb098b157), ShapeRef(_:93e95f21-f135-44ab-9465-141533747eb8), ShapeRef(_:d6135623-0d71-4e54-ba22-a55966085955), ShapeRef(_:65e813d2-38cb-4fb6-a283-f2041543a11b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c774572b-c88d-4312-9db8-98c383966185,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.481 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5e08fd61-2ce1-4e99-8d28-807ccb07252e],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:52:49.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.482 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e08fd61-2ce1-4e99-8d28-807ccb07252e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:23041428-b8d5-408f-9647-d9cd19fb7567), ShapeRef(_:0476e04d-295b-43aa-8105-1ddda98fc2fb), ShapeRef(_:c774572b-c88d-4312-9db8-98c383966185), ShapeRef(_:5e08fd61-2ce1-4e99-8d28-807ccb07252e), ShapeRef(_:259b87c3-5dc7-4664-b813-f20fb098b157), ShapeRef(_:93e95f21-f135-44ab-9465-141533747eb8), ShapeRef(_:d6135623-0d71-4e54-ba22-a55966085955), ShapeRef(_:65e813d2-38cb-4fb6-a283-f2041543a11b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5e08fd61-2ce1-4e99-8d28-807ccb07252e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.482 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:52:49.41Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:259b87c3-5dc7-4664-b813-f20fb098b157],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:52:49.482 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:259b87c3-5dc7-4664-b813-f20fb098b157=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:23041428-b8d5-408f-9647-d9cd19fb7567), ShapeRef(_:0476e04d-295b-43aa-8105-1ddda98fc2fb), ShapeRef(_:c774572b-c88d-4312-9db8-98c383966185), ShapeRef(_:5e08fd61-2ce1-4e99-8d28-807ccb07252e), ShapeRef(_:259b87c3-5dc7-4664-b813-f20fb098b157), ShapeRef(_:93e95f21-f135-44ab-9465-141533747eb8), ShapeRef(_:d6135623-0d71-4e54-ba22-a55966085955), ShapeRef(_:65e813d2-38cb-4fb6-a283-f2041543a11b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:259b87c3-5dc7-4664-b813-f20fb098b157,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
21:52:49.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.483 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:93e95f21-f135-44ab-9465-141533747eb8=ShapeTyping(TypingMap(Map()))
21:52:49.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.483 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d6135623-0d71-4e54-ba22-a55966085955=ShapeTyping(TypingMap(Map()))
21:52:49.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.484 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:65e813d2-38cb-4fb6-a283-f2041543a11b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:52:49.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:52:49.484 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:65e813d2-38cb-4fb6-a283-f2041543a11b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:23041428-b8d5-408f-9647-d9cd19fb7567), ShapeRef(_:0476e04d-295b-43aa-8105-1ddda98fc2fb), ShapeRef(_:c774572b-c88d-4312-9db8-98c383966185), ShapeRef(_:5e08fd61-2ce1-4e99-8d28-807ccb07252e), ShapeRef(_:259b87c3-5dc7-4664-b813-f20fb098b157), ShapeRef(_:93e95f21-f135-44ab-9465-141533747eb8), ShapeRef(_:d6135623-0d71-4e54-ba22-a55966085955), ShapeRef(_:65e813d2-38cb-4fb6-a283-f2041543a11b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:65e813d2-38cb-4fb6-a283-f2041543a11b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
21:52:49.485 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:23041428-b8d5-408f-9647-d9cd19fb7567,_:0476e04d-295b-43aa-8105-1ddda98fc2fb,_:c774572b-c88d-4312-9db8-98c383966185,_:5e08fd61-2ce1-4e99-8d28-807ccb07252e,_:259b87c3-5dc7-4664-b813-f20fb098b157,_:93e95f21-f135-44ab-9465-141533747eb8,_:d6135623-0d71-4e54-ba22-a55966085955,_:65e813d2-38cb-4fb6-a283-f2041543a11b)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:23041428-b8d5-408f-9647-d9cd19fb7567,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(_:259b87c3-5dc7-4664-b813-f20fb098b157,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5e08fd61-2ce1-4e99-8d28-807ccb07252e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:65e813d2-38cb-4fb6-a283-f2041543a11b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:c774572b-c88d-4312-9db8-98c383966185,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:23041428-b8d5-408f-9647-d9cd19fb7567), ShapeRef(_:0476e04d-295b-43aa-8105-1ddda98fc2fb), ShapeRef(_:c774572b-c88d-4312-9db8-98c383966185), ShapeRef(_:5e08fd61-2ce1-4e99-8d28-807ccb07252e), ShapeRef(_:259b87c3-5dc7-4664-b813-f20fb098b157), ShapeRef(_:93e95f21-f135-44ab-9465-141533747eb8), ShapeRef(_:d6135623-0d71-4e54-ba22-a55966085955), ShapeRef(_:65e813d2-38cb-4fb6-a283-f2041543a11b)),false,List()) -> TypingResult(Valid(List()))))))
21:52:49.485 [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(_:23041428-b8d5-408f-9647-d9cd19fb7567,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(_:259b87c3-5dc7-4664-b813-f20fb098b157,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5e08fd61-2ce1-4e99-8d28-807ccb07252e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:65e813d2-38cb-4fb6-a283-f2041543a11b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:c774572b-c88d-4312-9db8-98c383966185,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:23041428-b8d5-408f-9647-d9cd19fb7567), ShapeRef(_:0476e04d-295b-43aa-8105-1ddda98fc2fb), ShapeRef(_:c774572b-c88d-4312-9db8-98c383966185), ShapeRef(_:5e08fd61-2ce1-4e99-8d28-807ccb07252e), ShapeRef(_:259b87c3-5dc7-4664-b813-f20fb098b157), ShapeRef(_:93e95f21-f135-44ab-9465-141533747eb8), ShapeRef(_:d6135623-0d71-4e54-ba22-a55966085955), ShapeRef(_:65e813d2-38cb-4fb6-a283-f2041543a11b)),false,List()) -> TypingResult(Valid(List()))))))
21:52:49.485 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:23041428-b8d5-408f-9647-d9cd19fb7567,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(_:259b87c3-5dc7-4664-b813-f20fb098b157,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5e08fd61-2ce1-4e99-8d28-807ccb07252e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:65e813d2-38cb-4fb6-a283-f2041543a11b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:c774572b-c88d-4312-9db8-98c383966185,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:23041428-b8d5-408f-9647-d9cd19fb7567), ShapeRef(_:0476e04d-295b-43aa-8105-1ddda98fc2fb), ShapeRef(_:c774572b-c88d-4312-9db8-98c383966185), ShapeRef(_:5e08fd61-2ce1-4e99-8d28-807ccb07252e), ShapeRef(_:259b87c3-5dc7-4664-b813-f20fb098b157), ShapeRef(_:93e95f21-f135-44ab-9465-141533747eb8), ShapeRef(_:d6135623-0d71-4e54-ba22-a55966085955), ShapeRef(_:65e813d2-38cb-4fb6-a283-f2041543a11b)),false,List()) -> TypingResult(Valid(List()))))))
21:52:49.485 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:65e813d2-38cb-4fb6-a283-f2041543a11b = 
21:52:49.485 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:65e813d2-38cb-4fb6-a283-f2041543a11b = 
21:52:49.485 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:65e813d2-38cb-4fb6-a283-f2041543a11b: 
21:52:49.485 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d6135623-0d71-4e54-ba22-a55966085955 = 
21:52:49.485 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d6135623-0d71-4e54-ba22-a55966085955 = 
21:52:49.485 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d6135623-0d71-4e54-ba22-a55966085955: 
21:52:49.485 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:93e95f21-f135-44ab-9465-141533747eb8 = 
21:52:49.485 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:93e95f21-f135-44ab-9465-141533747eb8 = 
21:52:49.485 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:93e95f21-f135-44ab-9465-141533747eb8: 
21:52:49.485 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:259b87c3-5dc7-4664-b813-f20fb098b157 = 
21:52:49.485 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:259b87c3-5dc7-4664-b813-f20fb098b157 = 
21:52:49.486 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:259b87c3-5dc7-4664-b813-f20fb098b157: 
21:52:49.486 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5e08fd61-2ce1-4e99-8d28-807ccb07252e = 
21:52:49.486 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5e08fd61-2ce1-4e99-8d28-807ccb07252e = 
21:52:49.486 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5e08fd61-2ce1-4e99-8d28-807ccb07252e: 
21:52:49.486 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c774572b-c88d-4312-9db8-98c383966185 = 
21:52:49.486 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c774572b-c88d-4312-9db8-98c383966185 = 
21:52:49.486 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c774572b-c88d-4312-9db8-98c383966185: 
21:52:49.486 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0476e04d-295b-43aa-8105-1ddda98fc2fb = 
21:52:49.486 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0476e04d-295b-43aa-8105-1ddda98fc2fb = 
21:52:49.486 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0476e04d-295b-43aa-8105-1ddda98fc2fb: 
21:52:49.486 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:23041428-b8d5-408f-9647-d9cd19fb7567 = 
21:52:49.486 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:23041428-b8d5-408f-9647-d9cd19fb7567 = 
21:52:49.486 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:23041428-b8d5-408f-9647-d9cd19fb7567: 
21:52:49.487 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ lyo-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-4.0.0.M2.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ lyo-validation >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ lyo-validation <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ lyo-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-4.0.0.M2-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ lyo-validation ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.lyo.validation...
Loading source files for package org.eclipse.lyo.validation.impl...
Constructing Javadoc information...
Standard Doclet version 1.8.0_252
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/Validator.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/ValidatorFactory.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/class-use/ValidatorFactory.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/class-use/Validator.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/class-use/ShaclExValidatorImpl.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-use.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/help-doc.html...
1 error
23 warnings
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping lyo-validation
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:17 min
[INFO] Finished at: 2020-11-07T21:52:53Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar (attach-javadocs) on project lyo-validation: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:43: warning: no description for @throws
[ERROR]      * @throws NoSuchMethodException 
[ERROR]        ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:44: warning: no description for @throws
[ERROR]      * @throws SecurityException 
[ERROR]        ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:45: warning: no description for @throws
[ERROR]      * @throws InstantiationException 
[ERROR]        ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:47: error: reference not found
[ERROR]      * @see org.eclipse.lyo.validation.shacl.ShaclShapeFactory#createShaclShape(Class)
[ERROR]             ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning: no @throws for org.eclipse.lyo.oslc4j.core.exception.OslcCoreApplicationException
[ERROR]     ValidationReport validate(AbstractResource resource)
[ERROR]                      ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning: no @throws for java.net.URISyntaxException
[ERROR]     ValidationReport validate(AbstractResource resource)
[ERROR]                      ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning: no @throws for java.text.ParseException
[ERROR]     ValidationReport validate(AbstractResource resource)
[ERROR]                      ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning: no @throws for java.lang.IllegalAccessException
[ERROR]     ValidationReport validate(AbstractResource resource)
[ERROR]                      ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning: no @throws for java.lang.reflect.InvocationTargetException
[ERROR]     ValidationReport validate(AbstractResource resource)
[ERROR]                      ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning: no @throws for javax.xml.datatype.DatatypeConfigurationException
[ERROR]     ValidationReport validate(AbstractResource resource)
[ERROR]                      ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:73: warning: no description for @throws
[ERROR]      * @throws URISyntaxException 
[ERROR]        ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:74: warning: no description for @throws
[ERROR]      * @throws NoSuchMethodException 
[ERROR]        ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:75: warning: no description for @throws
[ERROR]      * @throws SecurityException 
[ERROR]        ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:76: warning: no description for @throws
[ERROR]      * @throws InstantiationException 
[ERROR]        ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:77: warning: no description for @throws
[ERROR]      * @throws IllegalArgumentException 
[ERROR]        ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:95: warning: no description for @throws
[ERROR]      * @throws NoSuchMethodException 
[ERROR]        ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:96: warning: no description for @throws
[ERROR]      * @throws SecurityException 
[ERROR]        ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:97: warning: no description for @throws
[ERROR]      * @throws InstantiationException 
[ERROR]        ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:99: warning: no @throws for java.lang.IllegalAccessException
[ERROR]     ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[ERROR]                      ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:99: warning: no @throws for java.lang.reflect.InvocationTargetException
[ERROR]     ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[ERROR]                      ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:99: warning: no @throws for javax.xml.datatype.DatatypeConfigurationException
[ERROR]     ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[ERROR]                      ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:99: warning: no @throws for org.eclipse.lyo.oslc4j.core.exception.OslcCoreApplicationException
[ERROR]     ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[ERROR]                      ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:99: warning: no @throws for java.net.URISyntaxException
[ERROR]     ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[ERROR]                      ^
[ERROR] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:99: warning: no @throws for java.text.ParseException
[ERROR]     ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[ERROR]                      ^
[ERROR] 
[ERROR] Command line was: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_252-b09/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/lyo-validation-master/target/apidocs' dir.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 64 killed;
[ssh-agent] Stopped.
Sending e-mails to: andriib@kth.se jad@kth.se jamsden@us.ibm.com
Finished: FAILURE