Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-px5qh is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-px5qh"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.lyo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-px5qh"
    - 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-px5qh"
    - 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-px5qh 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-4pbkHG02GzUN/agent.72
SSH_AGENT_PID=74
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/lyo-validation-master@tmp/private_key_1003509691692166495.key (/home/jenkins/agent/workspace/lyo-validation-master@tmp/private_key_1003509691692166495.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 7255a1aac6a8b4a6e696d295bef654f021c51ec7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7255a1aac6a8b4a6e696d295bef654f021c51ec7 # timeout=10
Commit message: "Bump junit from 4.11 to 4.13.1 (#27)"
 > git rev-list --no-walk cdcf221f8cb490dcf7d70e58e484a526bb95b425 # timeout=10
[lyo-validation-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -B clean verify javadoc:aggregate
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------< org.eclipse.lyo:lyo-validation >-------------------
[INFO] Building lyo-validation 4.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lyo-validation ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ lyo-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lyo-validation-master/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ lyo-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/lyo-validation-master/target/classes
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.java: /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.java uses or overrides a deprecated API.
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ lyo-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ lyo-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/lyo-validation-master/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ lyo-validation ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/lyo-validation-master/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.lyo.validation.ShaclMinExclusiveValidationTest
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/org/slf4j/slf4j-log4j12/1.7.24/slf4j-log4j12-1.7.24.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
18:00:10.621 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
18:00:10.623 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
18:00:10.624 [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
18:00:10.624 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
18:00:10.624 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorURL
18:00:10.624 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
18:00:10.629 [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
18:00:10.778 [main] DEBUG org.apache.jena.info - System architecture: 64 bit
18:00:10.792 [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-09T18:00:10.408Z"^^<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 .
18:00:10.947 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:10.408Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "6"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:10.408Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty2, "6"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:00:10.953 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {3df8f6c3-3125-4a9c-831a-5d8d338403e8 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 3df8f6c3-3125-4a9c-831a-5d8d338403e8 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 3df8f6c3-3125-4a9c-831a-5d8d338403e8 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 3df8f6c3-3125-4a9c-831a-5d8d338403e8 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 3df8f6c3-3125-4a9c-831a-5d8d338403e8 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 3df8f6c3-3125-4a9c-831a-5d8d338403e8 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 3df8f6c3-3125-4a9c-831a-5d8d338403e8 @rdf:type sh:Property; ba3bc471-3acf-4b99-9b2a-d2f60ac00d73 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; ba3bc471-3acf-4b99-9b2a-d2f60ac00d73 @sh:class http://www.sampledomain.org/sam#AnotherResource; ba3bc471-3acf-4b99-9b2a-d2f60ac00d73 @rdf:type sh:Property; e665301d-bb13-44bc-b6f7-3f580eb0340a @sh:path http://www.sampledomain.org/sam#aStringProperty; e665301d-bb13-44bc-b6f7-3f580eb0340a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e665301d-bb13-44bc-b6f7-3f580eb0340a @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e665301d-bb13-44bc-b6f7-3f580eb0340a @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; e665301d-bb13-44bc-b6f7-3f580eb0340a @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; e665301d-bb13-44bc-b6f7-3f580eb0340a @sh:pattern "^B"; e665301d-bb13-44bc-b6f7-3f580eb0340a @sh:description "a Simple Single String Property"...} |  [3df8f6c3-3125-4a9c-831a-5d8d338403e8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [3df8f6c3-3125-4a9c-831a-5d8d338403e8, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3df8f6c3-3125-4a9c-831a-5d8d338403e8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3df8f6c3-3125-4a9c-831a-5d8d338403e8, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3df8f6c3-3125-4a9c-831a-5d8d338403e8, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3df8f6c3-3125-4a9c-831a-5d8d338403e8, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3df8f6c3-3125-4a9c-831a-5d8d338403e8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ba3bc471-3acf-4b99-9b2a-d2f60ac00d73, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [ba3bc471-3acf-4b99-9b2a-d2f60ac00d73, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [ba3bc471-3acf-4b99-9b2a-d2f60ac00d73, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e665301d-bb13-44bc-b6f7-3f580eb0340a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [e665301d-bb13-44bc-b6f7-3f580eb0340a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e665301d-bb13-44bc-b6f7-3f580eb0340a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e665301d-bb13-44bc-b6f7-3f580eb0340a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [e665301d-bb13-44bc-b6f7-3f580eb0340a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [e665301d-bb13-44bc-b6f7-3f580eb0340a, http://www.w3.org/ns/shacl#pattern, "^B"] [e665301d-bb13-44bc-b6f7-3f580eb0340a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [e665301d-bb13-44bc-b6f7-3f580eb0340a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5205ec99-fd18-4b3f-9f2f-34a537d36d9f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [5205ec99-fd18-4b3f-9f2f-34a537d36d9f, http://www.w3.org/ns/shacl#in, eba5b318-271c-4c5f-9f67-ef7b6568413b] [5205ec99-fd18-4b3f-9f2f-34a537d36d9f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [36df1b3f-f0bf-4cc3-8c1b-220d085ff85a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [36df1b3f-f0bf-4cc3-8c1b-220d085ff85a, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [36df1b3f-f0bf-4cc3-8c1b-220d085ff85a, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [36df1b3f-f0bf-4cc3-8c1b-220d085ff85a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [850fe726-f76c-4655-bd2c-b4111bde6c08, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 918619b9-ea72-4b43-b4fc-65e426b80a8e] [850fe726-f76c-4655-bd2c-b4111bde6c08, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [918619b9-ea72-4b43-b4fc-65e426b80a8e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [918619b9-ea72-4b43-b4fc-65e426b80a8e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [3277b062-1644-4bfc-895e-84d3fc8d92ab, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [3277b062-1644-4bfc-895e-84d3fc8d92ab, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3277b062-1644-4bfc-895e-84d3fc8d92ab, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3277b062-1644-4bfc-895e-84d3fc8d92ab, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3277b062-1644-4bfc-895e-84d3fc8d92ab, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3277b062-1644-4bfc-895e-84d3fc8d92ab, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3277b062-1644-4bfc-895e-84d3fc8d92ab, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [eba5b318-271c-4c5f-9f67-ef7b6568413b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 850fe726-f76c-4655-bd2c-b4111bde6c08] [eba5b318-271c-4c5f-9f67-ef7b6568413b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [a555e081-d4fc-451b-846f-023b9063fcda, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [a555e081-d4fc-451b-846f-023b9063fcda, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a555e081-d4fc-451b-846f-023b9063fcda, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a555e081-d4fc-451b-846f-023b9063fcda, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c0679c85-5acd-4bc8-919e-c2486ca8e316, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [c0679c85-5acd-4bc8-919e-c2486ca8e316, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c0679c85-5acd-4bc8-919e-c2486ca8e316, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c0679c85-5acd-4bc8-919e-c2486ca8e316, 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, a555e081-d4fc-451b-846f-023b9063fcda] [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, 3277b062-1644-4bfc-895e-84d3fc8d92ab] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3df8f6c3-3125-4a9c-831a-5d8d338403e8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5205ec99-fd18-4b3f-9f2f-34a537d36d9f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 36df1b3f-f0bf-4cc3-8c1b-220d085ff85a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c0679c85-5acd-4bc8-919e-c2486ca8e316] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ba3bc471-3acf-4b99-9b2a-d2f60ac00d73] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e665301d-bb13-44bc-b6f7-3f580eb0340a]>
18:00:11.261 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:11.406 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:11.426 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:e665301d-bb13-44bc-b6f7-3f580eb0340a,_:3df8f6c3-3125-4a9c-831a-5d8d338403e8,_:5205ec99-fd18-4b3f-9f2f-34a537d36d9f,_:a555e081-d4fc-451b-846f-023b9063fcda,_:3277b062-1644-4bfc-895e-84d3fc8d92ab,_:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73,_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a,_:c0679c85-5acd-4bc8-919e-c2486ca8e316. Pending nodes: 
18:00:11.431 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e665301d-bb13-44bc-b6f7-3f580eb0340a
18:00:11.441 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3df8f6c3-3125-4a9c-831a-5d8d338403e8
18:00:11.449 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5205ec99-fd18-4b3f-9f2f-34a537d36d9f
18:00:11.452 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a555e081-d4fc-451b-846f-023b9063fcda
18:00:11.457 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3277b062-1644-4bfc-895e-84d3fc8d92ab
18:00:11.460 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73
18:00:11.464 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a
18:00:11.482 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0679c85-5acd-4bc8-919e-c2486ca8e316
18:00:11.493 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0679c85-5acd-4bc8-919e-c2486ca8e316
18:00:11.528 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a
18:00:11.528 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73
18:00:11.529 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:11.529 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3277b062-1644-4bfc-895e-84d3fc8d92ab
18:00:11.529 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a555e081-d4fc-451b-846f-023b9063fcda
18:00:11.529 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5205ec99-fd18-4b3f-9f2f-34a537d36d9f
18:00:11.529 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3df8f6c3-3125-4a9c-831a-5d8d338403e8
18:00:11.529 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e665301d-bb13-44bc-b6f7-3f580eb0340a
18:00:11.547 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0679c85-5acd-4bc8-919e-c2486ca8e316 = 
18:00:11.552 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0679c85-5acd-4bc8-919e-c2486ca8e316 = 
18:00:11.554 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0679c85-5acd-4bc8-919e-c2486ca8e316: 
18:00:11.564 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a = 
18:00:11.564 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a = 
18:00:11.565 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a: 
18:00:11.566 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73 = 
18:00:11.566 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73 = 
18:00:11.567 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73: 
18:00:11.568 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:11.569 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:11.574 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:11.575 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:11.576 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:11.584 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e665301d-bb13-44bc-b6f7-3f580eb0340a,_:3df8f6c3-3125-4a9c-831a-5d8d338403e8,_:5205ec99-fd18-4b3f-9f2f-34a537d36d9f,_:a555e081-d4fc-451b-846f-023b9063fcda,_:3277b062-1644-4bfc-895e-84d3fc8d92ab,_:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73,_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a,_:c0679c85-5acd-4bc8-919e-c2486ca8e316)
18:00:11.587 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e665301d-bb13-44bc-b6f7-3f580eb0340a)
18:00:11.590 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3df8f6c3-3125-4a9c-831a-5d8d338403e8)
18:00:11.591 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5205ec99-fd18-4b3f-9f2f-34a537d36d9f)
18:00:11.591 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a555e081-d4fc-451b-846f-023b9063fcda)
18:00:11.591 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3277b062-1644-4bfc-895e-84d3fc8d92ab)
18:00:11.591 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73)
18:00:11.591 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a)
18:00:11.592 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0679c85-5acd-4bc8-919e-c2486ca8e316)
18:00:11.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.786 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.786 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.788 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.789 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.791 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.791 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.793 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e665301d-bb13-44bc-b6f7-3f580eb0340a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:11.801 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e665301d-bb13-44bc-b6f7-3f580eb0340a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e665301d-bb13-44bc-b6f7-3f580eb0340a), ShapeRef(_:3df8f6c3-3125-4a9c-831a-5d8d338403e8), ShapeRef(_:5205ec99-fd18-4b3f-9f2f-34a537d36d9f), ShapeRef(_:a555e081-d4fc-451b-846f-023b9063fcda), ShapeRef(_:3277b062-1644-4bfc-895e-84d3fc8d92ab), ShapeRef(_:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73), ShapeRef(_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a), ShapeRef(_:c0679c85-5acd-4bc8-919e-c2486ca8e316)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e665301d-bb13-44bc-b6f7-3f580eb0340a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:11.802 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.802 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.803 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.803 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.804 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.804 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.806 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.806 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.806 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3df8f6c3-3125-4a9c-831a-5d8d338403e8],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:11.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.811 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3df8f6c3-3125-4a9c-831a-5d8d338403e8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e665301d-bb13-44bc-b6f7-3f580eb0340a), ShapeRef(_:3df8f6c3-3125-4a9c-831a-5d8d338403e8), ShapeRef(_:5205ec99-fd18-4b3f-9f2f-34a537d36d9f), ShapeRef(_:a555e081-d4fc-451b-846f-023b9063fcda), ShapeRef(_:3277b062-1644-4bfc-895e-84d3fc8d92ab), ShapeRef(_:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73), ShapeRef(_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a), ShapeRef(_:c0679c85-5acd-4bc8-919e-c2486ca8e316)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3df8f6c3-3125-4a9c-831a-5d8d338403e8,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:11.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.812 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5205ec99-fd18-4b3f-9f2f-34a537d36d9f=ShapeTyping(TypingMap(Map()))
18:00:11.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.816 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a555e081-d4fc-451b-846f-023b9063fcda=ShapeTyping(TypingMap(Map()))
18:00:11.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.820 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3277b062-1644-4bfc-895e-84d3fc8d92ab],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:11.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.822 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3277b062-1644-4bfc-895e-84d3fc8d92ab=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e665301d-bb13-44bc-b6f7-3f580eb0340a), ShapeRef(_:3df8f6c3-3125-4a9c-831a-5d8d338403e8), ShapeRef(_:5205ec99-fd18-4b3f-9f2f-34a537d36d9f), ShapeRef(_:a555e081-d4fc-451b-846f-023b9063fcda), ShapeRef(_:3277b062-1644-4bfc-895e-84d3fc8d92ab), ShapeRef(_:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73), ShapeRef(_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a), ShapeRef(_:c0679c85-5acd-4bc8-919e-c2486ca8e316)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3277b062-1644-4bfc-895e-84d3fc8d92ab,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:11.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.823 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73=ShapeTyping(TypingMap(Map()))
18:00:11.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.882 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.882 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.884 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e665301d-bb13-44bc-b6f7-3f580eb0340a), ShapeRef(_:3df8f6c3-3125-4a9c-831a-5d8d338403e8), ShapeRef(_:5205ec99-fd18-4b3f-9f2f-34a537d36d9f), ShapeRef(_:a555e081-d4fc-451b-846f-023b9063fcda), ShapeRef(_:3277b062-1644-4bfc-895e-84d3fc8d92ab), ShapeRef(_:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73), ShapeRef(_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a), ShapeRef(_:c0679c85-5acd-4bc8-919e-c2486ca8e316)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a,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))))))))
18:00:11.884 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.884 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.885 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.886 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:11.886 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:10.408Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c0679c85-5acd-4bc8-919e-c2486ca8e316],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:11.887 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0679c85-5acd-4bc8-919e-c2486ca8e316=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e665301d-bb13-44bc-b6f7-3f580eb0340a), ShapeRef(_:3df8f6c3-3125-4a9c-831a-5d8d338403e8), ShapeRef(_:5205ec99-fd18-4b3f-9f2f-34a537d36d9f), ShapeRef(_:a555e081-d4fc-451b-846f-023b9063fcda), ShapeRef(_:3277b062-1644-4bfc-895e-84d3fc8d92ab), ShapeRef(_:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73), ShapeRef(_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a), ShapeRef(_:c0679c85-5acd-4bc8-919e-c2486ca8e316)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c0679c85-5acd-4bc8-919e-c2486ca8e316,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:11.890 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e665301d-bb13-44bc-b6f7-3f580eb0340a,_:3df8f6c3-3125-4a9c-831a-5d8d338403e8,_:5205ec99-fd18-4b3f-9f2f-34a537d36d9f,_:a555e081-d4fc-451b-846f-023b9063fcda,_:3277b062-1644-4bfc-895e-84d3fc8d92ab,_:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73,_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a,_:c0679c85-5acd-4bc8-919e-c2486ca8e316)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a,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(_:c0679c85-5acd-4bc8-919e-c2486ca8e316,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3df8f6c3-3125-4a9c-831a-5d8d338403e8,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:e665301d-bb13-44bc-b6f7-3f580eb0340a), ShapeRef(_:3df8f6c3-3125-4a9c-831a-5d8d338403e8), ShapeRef(_:5205ec99-fd18-4b3f-9f2f-34a537d36d9f), ShapeRef(_:a555e081-d4fc-451b-846f-023b9063fcda), ShapeRef(_:3277b062-1644-4bfc-895e-84d3fc8d92ab), ShapeRef(_:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73), ShapeRef(_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a), ShapeRef(_:c0679c85-5acd-4bc8-919e-c2486ca8e316)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e665301d-bb13-44bc-b6f7-3f580eb0340a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3277b062-1644-4bfc-895e-84d3fc8d92ab,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:11.896 [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(_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a,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(_:c0679c85-5acd-4bc8-919e-c2486ca8e316,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3df8f6c3-3125-4a9c-831a-5d8d338403e8,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:e665301d-bb13-44bc-b6f7-3f580eb0340a), ShapeRef(_:3df8f6c3-3125-4a9c-831a-5d8d338403e8), ShapeRef(_:5205ec99-fd18-4b3f-9f2f-34a537d36d9f), ShapeRef(_:a555e081-d4fc-451b-846f-023b9063fcda), ShapeRef(_:3277b062-1644-4bfc-895e-84d3fc8d92ab), ShapeRef(_:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73), ShapeRef(_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a), ShapeRef(_:c0679c85-5acd-4bc8-919e-c2486ca8e316)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e665301d-bb13-44bc-b6f7-3f580eb0340a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3277b062-1644-4bfc-895e-84d3fc8d92ab,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:11.897 [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(_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a,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(_:c0679c85-5acd-4bc8-919e-c2486ca8e316,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3df8f6c3-3125-4a9c-831a-5d8d338403e8,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:e665301d-bb13-44bc-b6f7-3f580eb0340a), ShapeRef(_:3df8f6c3-3125-4a9c-831a-5d8d338403e8), ShapeRef(_:5205ec99-fd18-4b3f-9f2f-34a537d36d9f), ShapeRef(_:a555e081-d4fc-451b-846f-023b9063fcda), ShapeRef(_:3277b062-1644-4bfc-895e-84d3fc8d92ab), ShapeRef(_:ba3bc471-3acf-4b99-9b2a-d2f60ac00d73), ShapeRef(_:36df1b3f-f0bf-4cc3-8c1b-220d085ff85a), ShapeRef(_:c0679c85-5acd-4bc8-919e-c2486ca8e316)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e665301d-bb13-44bc-b6f7-3f580eb0340a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3277b062-1644-4bfc-895e-84d3fc8d92ab,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:11.897 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3277b062-1644-4bfc-895e-84d3fc8d92ab = 
18:00:11.897 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3277b062-1644-4bfc-895e-84d3fc8d92ab = 
18:00:11.898 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3277b062-1644-4bfc-895e-84d3fc8d92ab: 
18:00:11.898 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a555e081-d4fc-451b-846f-023b9063fcda = 
18:00:11.898 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a555e081-d4fc-451b-846f-023b9063fcda = 
18:00:11.898 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a555e081-d4fc-451b-846f-023b9063fcda: 
18:00:11.898 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5205ec99-fd18-4b3f-9f2f-34a537d36d9f = 
18:00:11.898 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5205ec99-fd18-4b3f-9f2f-34a537d36d9f = 
18:00:11.898 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5205ec99-fd18-4b3f-9f2f-34a537d36d9f: 
18:00:11.899 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3df8f6c3-3125-4a9c-831a-5d8d338403e8 = 
18:00:11.899 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3df8f6c3-3125-4a9c-831a-5d8d338403e8 = 
18:00:11.899 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3df8f6c3-3125-4a9c-831a-5d8d338403e8: 
18:00:11.899 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e665301d-bb13-44bc-b6f7-3f580eb0340a = 
18:00:11.899 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e665301d-bb13-44bc-b6f7-3f580eb0340a = 
18:00:11.900 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e665301d-bb13-44bc-b6f7-3f580eb0340a: 
18:00:11.988 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

18:00:12.001 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

18:00:12.004 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > scanning package org.eclipse.lyo.shacl
18:00:12.300 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < 4 RDF classes found in package org.eclipse.lyo.shacl
18:00:12.301 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:12.301 [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-09T18:00:12.302Z"^^<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 .
18:00:12.315 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:12.302Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "5"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:12.302Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty2, "5"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:00:12.317 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {8bc2f862-0c04-4203-8b02-051d6e05fd28 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 8bc2f862-0c04-4203-8b02-051d6e05fd28 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 8bc2f862-0c04-4203-8b02-051d6e05fd28 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 8bc2f862-0c04-4203-8b02-051d6e05fd28 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 8bc2f862-0c04-4203-8b02-051d6e05fd28 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 8bc2f862-0c04-4203-8b02-051d6e05fd28 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 8bc2f862-0c04-4203-8b02-051d6e05fd28 @rdf:type sh:Property; 8f376b20-a3e1-425a-844a-0299f041fd13 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 8f376b20-a3e1-425a-844a-0299f041fd13 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 8f376b20-a3e1-425a-844a-0299f041fd13 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 8f376b20-a3e1-425a-844a-0299f041fd13 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 8f376b20-a3e1-425a-844a-0299f041fd13 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 8f376b20-a3e1-425a-844a-0299f041fd13 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 8f376b20-a3e1-425a-844a-0299f041fd13 @rdf:type sh:Property; 33b0fbf8-7a2a-476b-b1fb-2d68ac474f65 @rdf:rest rdf:nil; 33b0fbf8-7a2a-476b-b1fb-2d68ac474f65 @rdf:first "C"; 976631a7-f148-4802-8d48-dc51605d0969 @sh:path http://www.sampledomain.org/sam#aStringProperty...} |  [8bc2f862-0c04-4203-8b02-051d6e05fd28, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [8bc2f862-0c04-4203-8b02-051d6e05fd28, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8bc2f862-0c04-4203-8b02-051d6e05fd28, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8bc2f862-0c04-4203-8b02-051d6e05fd28, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8bc2f862-0c04-4203-8b02-051d6e05fd28, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8bc2f862-0c04-4203-8b02-051d6e05fd28, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8bc2f862-0c04-4203-8b02-051d6e05fd28, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8f376b20-a3e1-425a-844a-0299f041fd13, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [8f376b20-a3e1-425a-844a-0299f041fd13, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8f376b20-a3e1-425a-844a-0299f041fd13, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8f376b20-a3e1-425a-844a-0299f041fd13, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8f376b20-a3e1-425a-844a-0299f041fd13, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8f376b20-a3e1-425a-844a-0299f041fd13, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8f376b20-a3e1-425a-844a-0299f041fd13, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [33b0fbf8-7a2a-476b-b1fb-2d68ac474f65, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [33b0fbf8-7a2a-476b-b1fb-2d68ac474f65, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [976631a7-f148-4802-8d48-dc51605d0969, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [976631a7-f148-4802-8d48-dc51605d0969, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [976631a7-f148-4802-8d48-dc51605d0969, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [976631a7-f148-4802-8d48-dc51605d0969, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [976631a7-f148-4802-8d48-dc51605d0969, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [976631a7-f148-4802-8d48-dc51605d0969, http://www.w3.org/ns/shacl#pattern, "^B"] [976631a7-f148-4802-8d48-dc51605d0969, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [976631a7-f148-4802-8d48-dc51605d0969, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [70758292-bfdc-46eb-a0f5-15307aa6d659, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ca8f443c-277a-4fb8-9272-331b2d9d58ad] [70758292-bfdc-46eb-a0f5-15307aa6d659, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [28872971-e786-483a-acd4-ff17bd5811ee, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [28872971-e786-483a-acd4-ff17bd5811ee, http://www.w3.org/ns/shacl#in, 70758292-bfdc-46eb-a0f5-15307aa6d659] [28872971-e786-483a-acd4-ff17bd5811ee, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3caa39bc-d7fc-4ba7-9653-4f795f5c4a50, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [3caa39bc-d7fc-4ba7-9653-4f795f5c4a50, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [3caa39bc-d7fc-4ba7-9653-4f795f5c4a50, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [3caa39bc-d7fc-4ba7-9653-4f795f5c4a50, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ca8f443c-277a-4fb8-9272-331b2d9d58ad, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 33b0fbf8-7a2a-476b-b1fb-2d68ac474f65] [ca8f443c-277a-4fb8-9272-331b2d9d58ad, 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, 28872971-e786-483a-acd4-ff17bd5811ee] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3caa39bc-d7fc-4ba7-9653-4f795f5c4a50] [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, 6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 976631a7-f148-4802-8d48-dc51605d0969] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8f376b20-a3e1-425a-844a-0299f041fd13] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 24c39698-9ac0-45e7-b139-53b8f5bcf384] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8bc2f862-0c04-4203-8b02-051d6e05fd28] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50] [24c39698-9ac0-45e7-b139-53b8f5bcf384, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [24c39698-9ac0-45e7-b139-53b8f5bcf384, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [24c39698-9ac0-45e7-b139-53b8f5bcf384, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [24c39698-9ac0-45e7-b139-53b8f5bcf384, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
18:00:12.318 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:12.320 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:12.323 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0,_:976631a7-f148-4802-8d48-dc51605d0969,_:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50,_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50,_:8bc2f862-0c04-4203-8b02-051d6e05fd28,_:8f376b20-a3e1-425a-844a-0299f041fd13,_:24c39698-9ac0-45e7-b139-53b8f5bcf384,_:28872971-e786-483a-acd4-ff17bd5811ee. Pending nodes: 
18:00:12.324 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0
18:00:12.326 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:976631a7-f148-4802-8d48-dc51605d0969
18:00:12.329 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50
18:00:12.330 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50
18:00:12.332 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8bc2f862-0c04-4203-8b02-051d6e05fd28
18:00:12.335 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8f376b20-a3e1-425a-844a-0299f041fd13
18:00:12.381 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:24c39698-9ac0-45e7-b139-53b8f5bcf384
18:00:12.383 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:28872971-e786-483a-acd4-ff17bd5811ee
18:00:12.384 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:28872971-e786-483a-acd4-ff17bd5811ee
18:00:12.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:12.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:24c39698-9ac0-45e7-b139-53b8f5bcf384
18:00:12.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8f376b20-a3e1-425a-844a-0299f041fd13
18:00:12.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8bc2f862-0c04-4203-8b02-051d6e05fd28
18:00:12.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50
18:00:12.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50
18:00:12.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:976631a7-f148-4802-8d48-dc51605d0969
18:00:12.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0
18:00:12.385 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:28872971-e786-483a-acd4-ff17bd5811ee = 
18:00:12.385 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:28872971-e786-483a-acd4-ff17bd5811ee = 
18:00:12.385 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:28872971-e786-483a-acd4-ff17bd5811ee: 
18:00:12.386 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:12.386 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:12.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>
18:00:12.386 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:12.386 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:12.387 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0,_:976631a7-f148-4802-8d48-dc51605d0969,_:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50,_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50,_:8bc2f862-0c04-4203-8b02-051d6e05fd28,_:8f376b20-a3e1-425a-844a-0299f041fd13,_:24c39698-9ac0-45e7-b139-53b8f5bcf384,_:28872971-e786-483a-acd4-ff17bd5811ee)
18:00:12.387 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0)
18:00:12.387 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:976631a7-f148-4802-8d48-dc51605d0969)
18:00:12.387 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50)
18:00:12.387 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50)
18:00:12.388 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8bc2f862-0c04-4203-8b02-051d6e05fd28)
18:00:12.388 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8f376b20-a3e1-425a-844a-0299f041fd13)
18:00:12.388 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:24c39698-9ac0-45e7-b139-53b8f5bcf384)
18:00:12.388 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:28872971-e786-483a-acd4-ff17bd5811ee)
18:00:12.388 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.388 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.389 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.389 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.390 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0=ShapeTyping(TypingMap(Map()))
18:00:12.390 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.390 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.392 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.392 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.394 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:976631a7-f148-4802-8d48-dc51605d0969],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:12.395 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:976631a7-f148-4802-8d48-dc51605d0969=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0), ShapeRef(_:976631a7-f148-4802-8d48-dc51605d0969), ShapeRef(_:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50), ShapeRef(_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50), ShapeRef(_:8bc2f862-0c04-4203-8b02-051d6e05fd28), ShapeRef(_:8f376b20-a3e1-425a-844a-0299f041fd13), ShapeRef(_:24c39698-9ac0-45e7-b139-53b8f5bcf384), ShapeRef(_:28872971-e786-483a-acd4-ff17bd5811ee)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:976631a7-f148-4802-8d48-dc51605d0969,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.396 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50=ShapeTyping(TypingMap(Map()))
18:00:12.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.412 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0), ShapeRef(_:976631a7-f148-4802-8d48-dc51605d0969), ShapeRef(_:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50), ShapeRef(_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50), ShapeRef(_:8bc2f862-0c04-4203-8b02-051d6e05fd28), ShapeRef(_:8f376b20-a3e1-425a-844a-0299f041fd13), ShapeRef(_:24c39698-9ac0-45e7-b139-53b8f5bcf384), ShapeRef(_:28872971-e786-483a-acd4-ff17bd5811ee)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50,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"))))))))
18:00:12.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.414 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.414 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.414 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.415 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8bc2f862-0c04-4203-8b02-051d6e05fd28],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:12.415 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.415 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.416 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8bc2f862-0c04-4203-8b02-051d6e05fd28=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0), ShapeRef(_:976631a7-f148-4802-8d48-dc51605d0969), ShapeRef(_:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50), ShapeRef(_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50), ShapeRef(_:8bc2f862-0c04-4203-8b02-051d6e05fd28), ShapeRef(_:8f376b20-a3e1-425a-844a-0299f041fd13), ShapeRef(_:24c39698-9ac0-45e7-b139-53b8f5bcf384), ShapeRef(_:28872971-e786-483a-acd4-ff17bd5811ee)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8bc2f862-0c04-4203-8b02-051d6e05fd28,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.416 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.416 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.417 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.417 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.418 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.418 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.419 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.419 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.419 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8f376b20-a3e1-425a-844a-0299f041fd13],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:12.420 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.420 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.481 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8f376b20-a3e1-425a-844a-0299f041fd13=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0), ShapeRef(_:976631a7-f148-4802-8d48-dc51605d0969), ShapeRef(_:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50), ShapeRef(_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50), ShapeRef(_:8bc2f862-0c04-4203-8b02-051d6e05fd28), ShapeRef(_:8f376b20-a3e1-425a-844a-0299f041fd13), ShapeRef(_:24c39698-9ac0-45e7-b139-53b8f5bcf384), ShapeRef(_:28872971-e786-483a-acd4-ff17bd5811ee)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8f376b20-a3e1-425a-844a-0299f041fd13,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:12.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.483 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:12.302Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:24c39698-9ac0-45e7-b139-53b8f5bcf384],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:12.483 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:24c39698-9ac0-45e7-b139-53b8f5bcf384=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0), ShapeRef(_:976631a7-f148-4802-8d48-dc51605d0969), ShapeRef(_:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50), ShapeRef(_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50), ShapeRef(_:8bc2f862-0c04-4203-8b02-051d6e05fd28), ShapeRef(_:8f376b20-a3e1-425a-844a-0299f041fd13), ShapeRef(_:24c39698-9ac0-45e7-b139-53b8f5bcf384), ShapeRef(_:28872971-e786-483a-acd4-ff17bd5811ee)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:24c39698-9ac0-45e7-b139-53b8f5bcf384,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.484 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:28872971-e786-483a-acd4-ff17bd5811ee=ShapeTyping(TypingMap(Map()))
18:00:12.484 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0,_:976631a7-f148-4802-8d48-dc51605d0969,_:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50,_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50,_:8bc2f862-0c04-4203-8b02-051d6e05fd28,_:8f376b20-a3e1-425a-844a-0299f041fd13,_:24c39698-9ac0-45e7-b139-53b8f5bcf384,_:28872971-e786-483a-acd4-ff17bd5811ee)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:8bc2f862-0c04-4203-8b02-051d6e05fd28,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8f376b20-a3e1-425a-844a-0299f041fd13,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0), ShapeRef(_:976631a7-f148-4802-8d48-dc51605d0969), ShapeRef(_:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50), ShapeRef(_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50), ShapeRef(_:8bc2f862-0c04-4203-8b02-051d6e05fd28), ShapeRef(_:8f376b20-a3e1-425a-844a-0299f041fd13), ShapeRef(_:24c39698-9ac0-45e7-b139-53b8f5bcf384), ShapeRef(_:28872971-e786-483a-acd4-ff17bd5811ee)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:24c39698-9ac0-45e7-b139-53b8f5bcf384,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50,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(_:976631a7-f148-4802-8d48-dc51605d0969,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.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(_:8bc2f862-0c04-4203-8b02-051d6e05fd28,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8f376b20-a3e1-425a-844a-0299f041fd13,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0), ShapeRef(_:976631a7-f148-4802-8d48-dc51605d0969), ShapeRef(_:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50), ShapeRef(_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50), ShapeRef(_:8bc2f862-0c04-4203-8b02-051d6e05fd28), ShapeRef(_:8f376b20-a3e1-425a-844a-0299f041fd13), ShapeRef(_:24c39698-9ac0-45e7-b139-53b8f5bcf384), ShapeRef(_:28872971-e786-483a-acd4-ff17bd5811ee)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:24c39698-9ac0-45e7-b139-53b8f5bcf384,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50,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(_:976631a7-f148-4802-8d48-dc51605d0969,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.486 [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(_:8bc2f862-0c04-4203-8b02-051d6e05fd28,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8f376b20-a3e1-425a-844a-0299f041fd13,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0), ShapeRef(_:976631a7-f148-4802-8d48-dc51605d0969), ShapeRef(_:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50), ShapeRef(_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50), ShapeRef(_:8bc2f862-0c04-4203-8b02-051d6e05fd28), ShapeRef(_:8f376b20-a3e1-425a-844a-0299f041fd13), ShapeRef(_:24c39698-9ac0-45e7-b139-53b8f5bcf384), ShapeRef(_:28872971-e786-483a-acd4-ff17bd5811ee)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:24c39698-9ac0-45e7-b139-53b8f5bcf384,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50,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(_:976631a7-f148-4802-8d48-dc51605d0969,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.486 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:24c39698-9ac0-45e7-b139-53b8f5bcf384 = 
18:00:12.486 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:24c39698-9ac0-45e7-b139-53b8f5bcf384 = 
18:00:12.486 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:24c39698-9ac0-45e7-b139-53b8f5bcf384: 
18:00:12.487 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8f376b20-a3e1-425a-844a-0299f041fd13 = 
18:00:12.487 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8f376b20-a3e1-425a-844a-0299f041fd13 = 
18:00:12.487 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8f376b20-a3e1-425a-844a-0299f041fd13: 
18:00:12.487 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8bc2f862-0c04-4203-8b02-051d6e05fd28 = 
18:00:12.487 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8bc2f862-0c04-4203-8b02-051d6e05fd28 = 
18:00:12.487 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8bc2f862-0c04-4203-8b02-051d6e05fd28: 
18:00:12.487 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50 = 
18:00:12.488 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50 = 
18:00:12.488 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3caa39bc-d7fc-4ba7-9653-4f795f5c4a50: 
18:00:12.488 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50 = 
18:00:12.488 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50 = 
18:00:12.488 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1635cfa1-0d13-4a64-9ae4-ad2f15cf1c50: 
18:00:12.488 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:976631a7-f148-4802-8d48-dc51605d0969 = 
18:00:12.488 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:976631a7-f148-4802-8d48-dc51605d0969 = 
18:00:12.488 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:976631a7-f148-4802-8d48-dc51605d0969: 
18:00:12.489 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0 = 
18:00:12.489 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0 = 
18:00:12.489 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6d5db4a9-d879-4149-a8d3-6ff86e8b2cd0: 
18:00:12.495 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

18:00:12.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                  5 ;
                 sh:message                    "minExclusive violation. Expected 5 > 5" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#integerProperty2> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MinExclusiveConstraintComponent
               ]
] .

18:00:12.501 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:12.501 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:12.501 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
18:00:12.502 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:12.502 [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.144 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-09T18:00:12.504Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
18:00:12.516 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:12.504Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:12.504Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:00:12.517 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {111f00be-090b-4ea1-97f9-a53e09ce5688 @rdf:rest ec8fe6c0-57a4-4cfb-be5f-30ac123e99e4; 111f00be-090b-4ea1-97f9-a53e09ce5688 @rdf:first "A"; 3f2e3860-5767-43e9-90d5-91b98db7af94 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 3f2e3860-5767-43e9-90d5-91b98db7af94 @sh:class http://www.sampledomain.org/sam#AnotherResource; 3f2e3860-5767-43e9-90d5-91b98db7af94 @rdf:type sh:Property; 0a587ae3-7c1b-480b-a093-3c7b42472b07 @sh:path http://www.sampledomain.org/sam#integerProperty2; 0a587ae3-7c1b-480b-a093-3c7b42472b07 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 0a587ae3-7c1b-480b-a093-3c7b42472b07 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 0a587ae3-7c1b-480b-a093-3c7b42472b07 @rdf:type sh:Property; f24e40ac-ab57-4fc3-bcba-136c53f85fd8 @sh:path http://www.sampledomain.org/sam#aSetOfDates; f24e40ac-ab57-4fc3-bcba-136c53f85fd8 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; f24e40ac-ab57-4fc3-bcba-136c53f85fd8 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; f24e40ac-ab57-4fc3-bcba-136c53f85fd8 @rdf:type sh:Property; ec8fe6c0-57a4-4cfb-be5f-30ac123e99e4 @rdf:rest 125c3990-0bcc-43ba-b97e-de26c22c5af8; ec8fe6c0-57a4-4cfb-be5f-30ac123e99e4 @rdf:first "B"; 51bd56d0-eb7b-45d5-86fe-229a6725f25d @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 51bd56d0-eb7b-45d5-86fe-229a6725f25d @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer...} |  [111f00be-090b-4ea1-97f9-a53e09ce5688, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ec8fe6c0-57a4-4cfb-be5f-30ac123e99e4] [111f00be-090b-4ea1-97f9-a53e09ce5688, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [3f2e3860-5767-43e9-90d5-91b98db7af94, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [3f2e3860-5767-43e9-90d5-91b98db7af94, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [3f2e3860-5767-43e9-90d5-91b98db7af94, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0a587ae3-7c1b-480b-a093-3c7b42472b07, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [0a587ae3-7c1b-480b-a093-3c7b42472b07, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [0a587ae3-7c1b-480b-a093-3c7b42472b07, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [0a587ae3-7c1b-480b-a093-3c7b42472b07, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f24e40ac-ab57-4fc3-bcba-136c53f85fd8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [f24e40ac-ab57-4fc3-bcba-136c53f85fd8, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f24e40ac-ab57-4fc3-bcba-136c53f85fd8, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f24e40ac-ab57-4fc3-bcba-136c53f85fd8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ec8fe6c0-57a4-4cfb-be5f-30ac123e99e4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 125c3990-0bcc-43ba-b97e-de26c22c5af8] [ec8fe6c0-57a4-4cfb-be5f-30ac123e99e4, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [51bd56d0-eb7b-45d5-86fe-229a6725f25d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [51bd56d0-eb7b-45d5-86fe-229a6725f25d, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [51bd56d0-eb7b-45d5-86fe-229a6725f25d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [51bd56d0-eb7b-45d5-86fe-229a6725f25d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [51bd56d0-eb7b-45d5-86fe-229a6725f25d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [51bd56d0-eb7b-45d5-86fe-229a6725f25d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [51bd56d0-eb7b-45d5-86fe-229a6725f25d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [74fe8482-5257-46cb-92d0-4b1825f894c6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [74fe8482-5257-46cb-92d0-4b1825f894c6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [74fe8482-5257-46cb-92d0-4b1825f894c6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [74fe8482-5257-46cb-92d0-4b1825f894c6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [74fe8482-5257-46cb-92d0-4b1825f894c6, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [74fe8482-5257-46cb-92d0-4b1825f894c6, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [74fe8482-5257-46cb-92d0-4b1825f894c6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cf9b5d18-4807-42bd-9eed-36545213ce4b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [cf9b5d18-4807-42bd-9eed-36545213ce4b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cf9b5d18-4807-42bd-9eed-36545213ce4b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cf9b5d18-4807-42bd-9eed-36545213ce4b, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [cf9b5d18-4807-42bd-9eed-36545213ce4b, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [cf9b5d18-4807-42bd-9eed-36545213ce4b, http://www.w3.org/ns/shacl#pattern, "^B"] [cf9b5d18-4807-42bd-9eed-36545213ce4b, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [cf9b5d18-4807-42bd-9eed-36545213ce4b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9c0f779e-1381-4747-b6c8-3de1391387bf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [9c0f779e-1381-4747-b6c8-3de1391387bf, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9c0f779e-1381-4747-b6c8-3de1391387bf, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9c0f779e-1381-4747-b6c8-3de1391387bf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [125c3990-0bcc-43ba-b97e-de26c22c5af8, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [125c3990-0bcc-43ba-b97e-de26c22c5af8, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [459584b7-c827-44c0-a573-14c24d8fc23f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [459584b7-c827-44c0-a573-14c24d8fc23f, http://www.w3.org/ns/shacl#in, 111f00be-090b-4ea1-97f9-a53e09ce5688] [459584b7-c827-44c0-a573-14c24d8fc23f, 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, 0a587ae3-7c1b-480b-a093-3c7b42472b07] [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, 3f2e3860-5767-43e9-90d5-91b98db7af94] [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, 74fe8482-5257-46cb-92d0-4b1825f894c6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 51bd56d0-eb7b-45d5-86fe-229a6725f25d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cf9b5d18-4807-42bd-9eed-36545213ce4b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9c0f779e-1381-4747-b6c8-3de1391387bf] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f24e40ac-ab57-4fc3-bcba-136c53f85fd8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 459584b7-c827-44c0-a573-14c24d8fc23f]>
18:00:12.518 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:12.521 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:12.522 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:3f2e3860-5767-43e9-90d5-91b98db7af94,_:0a587ae3-7c1b-480b-a093-3c7b42472b07,_:cf9b5d18-4807-42bd-9eed-36545213ce4b,_:9c0f779e-1381-4747-b6c8-3de1391387bf,_:51bd56d0-eb7b-45d5-86fe-229a6725f25d,_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8,_:459584b7-c827-44c0-a573-14c24d8fc23f,_:74fe8482-5257-46cb-92d0-4b1825f894c6. Pending nodes: 
18:00:12.523 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3f2e3860-5767-43e9-90d5-91b98db7af94
18:00:12.524 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0a587ae3-7c1b-480b-a093-3c7b42472b07
18:00:12.525 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cf9b5d18-4807-42bd-9eed-36545213ce4b
18:00:12.582 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9c0f779e-1381-4747-b6c8-3de1391387bf
18:00:12.584 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:51bd56d0-eb7b-45d5-86fe-229a6725f25d
18:00:12.585 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f24e40ac-ab57-4fc3-bcba-136c53f85fd8
18:00:12.586 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:459584b7-c827-44c0-a573-14c24d8fc23f
18:00:12.587 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:74fe8482-5257-46cb-92d0-4b1825f894c6
18:00:12.588 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:74fe8482-5257-46cb-92d0-4b1825f894c6
18:00:12.589 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:459584b7-c827-44c0-a573-14c24d8fc23f
18:00:12.589 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f24e40ac-ab57-4fc3-bcba-136c53f85fd8
18:00:12.589 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:12.589 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:51bd56d0-eb7b-45d5-86fe-229a6725f25d
18:00:12.589 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9c0f779e-1381-4747-b6c8-3de1391387bf
18:00:12.589 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cf9b5d18-4807-42bd-9eed-36545213ce4b
18:00:12.589 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0a587ae3-7c1b-480b-a093-3c7b42472b07
18:00:12.589 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3f2e3860-5767-43e9-90d5-91b98db7af94
18:00:12.589 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:74fe8482-5257-46cb-92d0-4b1825f894c6 = 
18:00:12.589 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:74fe8482-5257-46cb-92d0-4b1825f894c6 = 
18:00:12.589 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:74fe8482-5257-46cb-92d0-4b1825f894c6: 
18:00:12.590 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:459584b7-c827-44c0-a573-14c24d8fc23f = 
18:00:12.590 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:459584b7-c827-44c0-a573-14c24d8fc23f = 
18:00:12.590 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:459584b7-c827-44c0-a573-14c24d8fc23f: 
18:00:12.590 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f24e40ac-ab57-4fc3-bcba-136c53f85fd8 = 
18:00:12.590 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f24e40ac-ab57-4fc3-bcba-136c53f85fd8 = 
18:00:12.590 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f24e40ac-ab57-4fc3-bcba-136c53f85fd8: 
18:00:12.590 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:12.590 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:12.591 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:12.591 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:12.591 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:12.591 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:3f2e3860-5767-43e9-90d5-91b98db7af94,_:0a587ae3-7c1b-480b-a093-3c7b42472b07,_:cf9b5d18-4807-42bd-9eed-36545213ce4b,_:9c0f779e-1381-4747-b6c8-3de1391387bf,_:51bd56d0-eb7b-45d5-86fe-229a6725f25d,_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8,_:459584b7-c827-44c0-a573-14c24d8fc23f,_:74fe8482-5257-46cb-92d0-4b1825f894c6)
18:00:12.591 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3f2e3860-5767-43e9-90d5-91b98db7af94)
18:00:12.591 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0a587ae3-7c1b-480b-a093-3c7b42472b07)
18:00:12.591 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cf9b5d18-4807-42bd-9eed-36545213ce4b)
18:00:12.591 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c0f779e-1381-4747-b6c8-3de1391387bf)
18:00:12.591 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:51bd56d0-eb7b-45d5-86fe-229a6725f25d)
18:00:12.591 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8)
18:00:12.592 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:459584b7-c827-44c0-a573-14c24d8fc23f)
18:00:12.592 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:74fe8482-5257-46cb-92d0-4b1825f894c6)
18:00:12.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.592 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3f2e3860-5767-43e9-90d5-91b98db7af94=ShapeTyping(TypingMap(Map()))
18:00:12.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.593 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0a587ae3-7c1b-480b-a093-3c7b42472b07=ShapeTyping(TypingMap(Map()))
18:00:12.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.597 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:cf9b5d18-4807-42bd-9eed-36545213ce4b],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:12.597 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cf9b5d18-4807-42bd-9eed-36545213ce4b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3f2e3860-5767-43e9-90d5-91b98db7af94), ShapeRef(_:0a587ae3-7c1b-480b-a093-3c7b42472b07), ShapeRef(_:cf9b5d18-4807-42bd-9eed-36545213ce4b), ShapeRef(_:9c0f779e-1381-4747-b6c8-3de1391387bf), ShapeRef(_:51bd56d0-eb7b-45d5-86fe-229a6725f25d), ShapeRef(_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8), ShapeRef(_:459584b7-c827-44c0-a573-14c24d8fc23f), ShapeRef(_:74fe8482-5257-46cb-92d0-4b1825f894c6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cf9b5d18-4807-42bd-9eed-36545213ce4b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.598 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c0f779e-1381-4747-b6c8-3de1391387bf=ShapeTyping(TypingMap(Map()))
18:00:12.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.600 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:51bd56d0-eb7b-45d5-86fe-229a6725f25d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:12.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.601 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:51bd56d0-eb7b-45d5-86fe-229a6725f25d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3f2e3860-5767-43e9-90d5-91b98db7af94), ShapeRef(_:0a587ae3-7c1b-480b-a093-3c7b42472b07), ShapeRef(_:cf9b5d18-4807-42bd-9eed-36545213ce4b), ShapeRef(_:9c0f779e-1381-4747-b6c8-3de1391387bf), ShapeRef(_:51bd56d0-eb7b-45d5-86fe-229a6725f25d), ShapeRef(_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8), ShapeRef(_:459584b7-c827-44c0-a573-14c24d8fc23f), ShapeRef(_:74fe8482-5257-46cb-92d0-4b1825f894c6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:51bd56d0-eb7b-45d5-86fe-229a6725f25d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.602 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:12.504Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:12.602 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3f2e3860-5767-43e9-90d5-91b98db7af94), ShapeRef(_:0a587ae3-7c1b-480b-a093-3c7b42472b07), ShapeRef(_:cf9b5d18-4807-42bd-9eed-36545213ce4b), ShapeRef(_:9c0f779e-1381-4747-b6c8-3de1391387bf), ShapeRef(_:51bd56d0-eb7b-45d5-86fe-229a6725f25d), ShapeRef(_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8), ShapeRef(_:459584b7-c827-44c0-a573-14c24d8fc23f), ShapeRef(_:74fe8482-5257-46cb-92d0-4b1825f894c6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.603 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:459584b7-c827-44c0-a573-14c24d8fc23f=ShapeTyping(TypingMap(Map()))
18:00:12.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.604 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.604 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.605 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.605 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.605 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.605 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.606 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:74fe8482-5257-46cb-92d0-4b1825f894c6],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:12.606 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.606 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.607 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:74fe8482-5257-46cb-92d0-4b1825f894c6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3f2e3860-5767-43e9-90d5-91b98db7af94), ShapeRef(_:0a587ae3-7c1b-480b-a093-3c7b42472b07), ShapeRef(_:cf9b5d18-4807-42bd-9eed-36545213ce4b), ShapeRef(_:9c0f779e-1381-4747-b6c8-3de1391387bf), ShapeRef(_:51bd56d0-eb7b-45d5-86fe-229a6725f25d), ShapeRef(_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8), ShapeRef(_:459584b7-c827-44c0-a573-14c24d8fc23f), ShapeRef(_:74fe8482-5257-46cb-92d0-4b1825f894c6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:74fe8482-5257-46cb-92d0-4b1825f894c6,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:12.607 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:3f2e3860-5767-43e9-90d5-91b98db7af94,_:0a587ae3-7c1b-480b-a093-3c7b42472b07,_:cf9b5d18-4807-42bd-9eed-36545213ce4b,_:9c0f779e-1381-4747-b6c8-3de1391387bf,_:51bd56d0-eb7b-45d5-86fe-229a6725f25d,_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8,_:459584b7-c827-44c0-a573-14c24d8fc23f,_:74fe8482-5257-46cb-92d0-4b1825f894c6)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:51bd56d0-eb7b-45d5-86fe-229a6725f25d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:cf9b5d18-4807-42bd-9eed-36545213ce4b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:74fe8482-5257-46cb-92d0-4b1825f894c6,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:3f2e3860-5767-43e9-90d5-91b98db7af94), ShapeRef(_:0a587ae3-7c1b-480b-a093-3c7b42472b07), ShapeRef(_:cf9b5d18-4807-42bd-9eed-36545213ce4b), ShapeRef(_:9c0f779e-1381-4747-b6c8-3de1391387bf), ShapeRef(_:51bd56d0-eb7b-45d5-86fe-229a6725f25d), ShapeRef(_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8), ShapeRef(_:459584b7-c827-44c0-a573-14c24d8fc23f), ShapeRef(_:74fe8482-5257-46cb-92d0-4b1825f894c6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.608 [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(_:51bd56d0-eb7b-45d5-86fe-229a6725f25d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:cf9b5d18-4807-42bd-9eed-36545213ce4b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:74fe8482-5257-46cb-92d0-4b1825f894c6,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:3f2e3860-5767-43e9-90d5-91b98db7af94), ShapeRef(_:0a587ae3-7c1b-480b-a093-3c7b42472b07), ShapeRef(_:cf9b5d18-4807-42bd-9eed-36545213ce4b), ShapeRef(_:9c0f779e-1381-4747-b6c8-3de1391387bf), ShapeRef(_:51bd56d0-eb7b-45d5-86fe-229a6725f25d), ShapeRef(_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8), ShapeRef(_:459584b7-c827-44c0-a573-14c24d8fc23f), ShapeRef(_:74fe8482-5257-46cb-92d0-4b1825f894c6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.608 [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(_:51bd56d0-eb7b-45d5-86fe-229a6725f25d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:cf9b5d18-4807-42bd-9eed-36545213ce4b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:74fe8482-5257-46cb-92d0-4b1825f894c6,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:3f2e3860-5767-43e9-90d5-91b98db7af94), ShapeRef(_:0a587ae3-7c1b-480b-a093-3c7b42472b07), ShapeRef(_:cf9b5d18-4807-42bd-9eed-36545213ce4b), ShapeRef(_:9c0f779e-1381-4747-b6c8-3de1391387bf), ShapeRef(_:51bd56d0-eb7b-45d5-86fe-229a6725f25d), ShapeRef(_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8), ShapeRef(_:459584b7-c827-44c0-a573-14c24d8fc23f), ShapeRef(_:74fe8482-5257-46cb-92d0-4b1825f894c6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f24e40ac-ab57-4fc3-bcba-136c53f85fd8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.609 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:51bd56d0-eb7b-45d5-86fe-229a6725f25d = 
18:00:12.609 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:51bd56d0-eb7b-45d5-86fe-229a6725f25d = 
18:00:12.609 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:51bd56d0-eb7b-45d5-86fe-229a6725f25d: 
18:00:12.609 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9c0f779e-1381-4747-b6c8-3de1391387bf = 
18:00:12.609 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9c0f779e-1381-4747-b6c8-3de1391387bf = 
18:00:12.609 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9c0f779e-1381-4747-b6c8-3de1391387bf: 
18:00:12.610 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cf9b5d18-4807-42bd-9eed-36545213ce4b = 
18:00:12.610 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cf9b5d18-4807-42bd-9eed-36545213ce4b = 
18:00:12.610 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cf9b5d18-4807-42bd-9eed-36545213ce4b: 
18:00:12.610 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0a587ae3-7c1b-480b-a093-3c7b42472b07 = 
18:00:12.610 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0a587ae3-7c1b-480b-a093-3c7b42472b07 = 
18:00:12.610 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0a587ae3-7c1b-480b-a093-3c7b42472b07: 
18:00:12.610 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3f2e3860-5767-43e9-90d5-91b98db7af94 = 
18:00:12.610 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3f2e3860-5767-43e9-90d5-91b98db7af94 = 
18:00:12.610 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3f2e3860-5767-43e9-90d5-91b98db7af94: 
18:00:12.612 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

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

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

18:00:12.615 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:12.615 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:12.615 [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-09T18:00:12.616Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Catalyzer" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
18:00:12.624 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:12.616Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Catalyzer"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:12.616Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Catalyzer"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:00:12.626 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {44d57b34-92aa-46b6-b87c-64d0d54420cc @sh:path http://www.sampledomain.org/sam#integerProperty3; 44d57b34-92aa-46b6-b87c-64d0d54420cc @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 44d57b34-92aa-46b6-b87c-64d0d54420cc @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 44d57b34-92aa-46b6-b87c-64d0d54420cc @rdf:type sh:Property; 707735aa-0617-4c4b-a32a-f1759c3428f6 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 707735aa-0617-4c4b-a32a-f1759c3428f6 @sh:in 02213293-6323-4da1-b625-51e6051cee06; 707735aa-0617-4c4b-a32a-f1759c3428f6 @rdf:type sh:Property; 2ad153db-aa80-425f-ab52-aea08ae4fcf0 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 2ad153db-aa80-425f-ab52-aea08ae4fcf0 @sh:class http://www.sampledomain.org/sam#AnotherResource; 2ad153db-aa80-425f-ab52-aea08ae4fcf0 @rdf:type sh:Property; 02213293-6323-4da1-b625-51e6051cee06 @rdf:rest 8305e4a7-60d2-43e4-876e-5e71eff0e955; 02213293-6323-4da1-b625-51e6051cee06 @rdf:first "A"; 3dfde48a-f0bd-4f7d-800e-ab5911a71c50 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 3dfde48a-f0bd-4f7d-800e-ab5911a71c50 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 3dfde48a-f0bd-4f7d-800e-ab5911a71c50 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 3dfde48a-f0bd-4f7d-800e-ab5911a71c50 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 3dfde48a-f0bd-4f7d-800e-ab5911a71c50 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [44d57b34-92aa-46b6-b87c-64d0d54420cc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [44d57b34-92aa-46b6-b87c-64d0d54420cc, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [44d57b34-92aa-46b6-b87c-64d0d54420cc, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [44d57b34-92aa-46b6-b87c-64d0d54420cc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [707735aa-0617-4c4b-a32a-f1759c3428f6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [707735aa-0617-4c4b-a32a-f1759c3428f6, http://www.w3.org/ns/shacl#in, 02213293-6323-4da1-b625-51e6051cee06] [707735aa-0617-4c4b-a32a-f1759c3428f6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2ad153db-aa80-425f-ab52-aea08ae4fcf0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [2ad153db-aa80-425f-ab52-aea08ae4fcf0, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [2ad153db-aa80-425f-ab52-aea08ae4fcf0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [02213293-6323-4da1-b625-51e6051cee06, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 8305e4a7-60d2-43e4-876e-5e71eff0e955] [02213293-6323-4da1-b625-51e6051cee06, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [3dfde48a-f0bd-4f7d-800e-ab5911a71c50, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [3dfde48a-f0bd-4f7d-800e-ab5911a71c50, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3dfde48a-f0bd-4f7d-800e-ab5911a71c50, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3dfde48a-f0bd-4f7d-800e-ab5911a71c50, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3dfde48a-f0bd-4f7d-800e-ab5911a71c50, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3dfde48a-f0bd-4f7d-800e-ab5911a71c50, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3dfde48a-f0bd-4f7d-800e-ab5911a71c50, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [782ecde9-f4f6-4444-87bd-2708dd27dc27, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [782ecde9-f4f6-4444-87bd-2708dd27dc27, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [9a87aaaf-3118-417c-a863-3dcc184187b1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [9a87aaaf-3118-417c-a863-3dcc184187b1, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9a87aaaf-3118-417c-a863-3dcc184187b1, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9a87aaaf-3118-417c-a863-3dcc184187b1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [477c5d48-4c3a-4114-bc9a-44a45f7a99b3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [477c5d48-4c3a-4114-bc9a-44a45f7a99b3, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [477c5d48-4c3a-4114-bc9a-44a45f7a99b3, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [477c5d48-4c3a-4114-bc9a-44a45f7a99b3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8305e4a7-60d2-43e4-876e-5e71eff0e955, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 782ecde9-f4f6-4444-87bd-2708dd27dc27] [8305e4a7-60d2-43e4-876e-5e71eff0e955, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [68153797-2312-44ea-9248-07cabb36ed37, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [68153797-2312-44ea-9248-07cabb36ed37, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [68153797-2312-44ea-9248-07cabb36ed37, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [68153797-2312-44ea-9248-07cabb36ed37, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [68153797-2312-44ea-9248-07cabb36ed37, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [68153797-2312-44ea-9248-07cabb36ed37, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [68153797-2312-44ea-9248-07cabb36ed37, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0ab9f8d1-11b6-4071-aae8-e4c0d78d295e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [0ab9f8d1-11b6-4071-aae8-e4c0d78d295e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0ab9f8d1-11b6-4071-aae8-e4c0d78d295e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0ab9f8d1-11b6-4071-aae8-e4c0d78d295e, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [0ab9f8d1-11b6-4071-aae8-e4c0d78d295e, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [0ab9f8d1-11b6-4071-aae8-e4c0d78d295e, http://www.w3.org/ns/shacl#pattern, "^B"] [0ab9f8d1-11b6-4071-aae8-e4c0d78d295e, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [0ab9f8d1-11b6-4071-aae8-e4c0d78d295e, 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, 44d57b34-92aa-46b6-b87c-64d0d54420cc] [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, 9a87aaaf-3118-417c-a863-3dcc184187b1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 477c5d48-4c3a-4114-bc9a-44a45f7a99b3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 68153797-2312-44ea-9248-07cabb36ed37] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 707735aa-0617-4c4b-a32a-f1759c3428f6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3dfde48a-f0bd-4f7d-800e-ab5911a71c50] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0ab9f8d1-11b6-4071-aae8-e4c0d78d295e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2ad153db-aa80-425f-ab52-aea08ae4fcf0]>
18:00:12.680 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:12.683 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:12.685 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:2ad153db-aa80-425f-ab52-aea08ae4fcf0,_:477c5d48-4c3a-4114-bc9a-44a45f7a99b3,_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e,_:68153797-2312-44ea-9248-07cabb36ed37,_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50,_:44d57b34-92aa-46b6-b87c-64d0d54420cc,_:9a87aaaf-3118-417c-a863-3dcc184187b1,_:707735aa-0617-4c4b-a32a-f1759c3428f6. Pending nodes: 
18:00:12.686 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2ad153db-aa80-425f-ab52-aea08ae4fcf0
18:00:12.687 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:477c5d48-4c3a-4114-bc9a-44a45f7a99b3
18:00:12.688 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e
18:00:12.690 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:68153797-2312-44ea-9248-07cabb36ed37
18:00:12.692 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3dfde48a-f0bd-4f7d-800e-ab5911a71c50
18:00:12.693 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:44d57b34-92aa-46b6-b87c-64d0d54420cc
18:00:12.695 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9a87aaaf-3118-417c-a863-3dcc184187b1
18:00:12.696 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:707735aa-0617-4c4b-a32a-f1759c3428f6
18:00:12.697 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:12.697 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:707735aa-0617-4c4b-a32a-f1759c3428f6
18:00:12.697 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9a87aaaf-3118-417c-a863-3dcc184187b1
18:00:12.697 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:44d57b34-92aa-46b6-b87c-64d0d54420cc
18:00:12.697 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3dfde48a-f0bd-4f7d-800e-ab5911a71c50
18:00:12.697 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:68153797-2312-44ea-9248-07cabb36ed37
18:00:12.697 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e
18:00:12.697 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:477c5d48-4c3a-4114-bc9a-44a45f7a99b3
18:00:12.697 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2ad153db-aa80-425f-ab52-aea08ae4fcf0
18:00:12.697 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:12.697 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:12.698 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:12.698 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:12.698 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:12.698 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:2ad153db-aa80-425f-ab52-aea08ae4fcf0,_:477c5d48-4c3a-4114-bc9a-44a45f7a99b3,_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e,_:68153797-2312-44ea-9248-07cabb36ed37,_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50,_:44d57b34-92aa-46b6-b87c-64d0d54420cc,_:9a87aaaf-3118-417c-a863-3dcc184187b1,_:707735aa-0617-4c4b-a32a-f1759c3428f6)
18:00:12.698 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2ad153db-aa80-425f-ab52-aea08ae4fcf0)
18:00:12.698 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:477c5d48-4c3a-4114-bc9a-44a45f7a99b3)
18:00:12.698 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e)
18:00:12.698 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:68153797-2312-44ea-9248-07cabb36ed37)
18:00:12.698 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50)
18:00:12.699 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:44d57b34-92aa-46b6-b87c-64d0d54420cc)
18:00:12.699 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9a87aaaf-3118-417c-a863-3dcc184187b1)
18:00:12.699 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:707735aa-0617-4c4b-a32a-f1759c3428f6)
18:00:12.699 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.699 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.700 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2ad153db-aa80-425f-ab52-aea08ae4fcf0=ShapeTyping(TypingMap(Map()))
18:00:12.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.701 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:477c5d48-4c3a-4114-bc9a-44a45f7a99b3=ShapeTyping(TypingMap(Map()))
18:00:12.701 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.701 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.703 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.703 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.704 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.704 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.704 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Catalyzer"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:12.705 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2ad153db-aa80-425f-ab52-aea08ae4fcf0), ShapeRef(_:477c5d48-4c3a-4114-bc9a-44a45f7a99b3), ShapeRef(_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e), ShapeRef(_:68153797-2312-44ea-9248-07cabb36ed37), ShapeRef(_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50), ShapeRef(_:44d57b34-92aa-46b6-b87c-64d0d54420cc), ShapeRef(_:9a87aaaf-3118-417c-a863-3dcc184187b1), ShapeRef(_:707735aa-0617-4c4b-a32a-f1759c3428f6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e,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'"))))))))
18:00:12.705 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.705 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.707 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:68153797-2312-44ea-9248-07cabb36ed37],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:12.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.708 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:68153797-2312-44ea-9248-07cabb36ed37=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2ad153db-aa80-425f-ab52-aea08ae4fcf0), ShapeRef(_:477c5d48-4c3a-4114-bc9a-44a45f7a99b3), ShapeRef(_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e), ShapeRef(_:68153797-2312-44ea-9248-07cabb36ed37), ShapeRef(_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50), ShapeRef(_:44d57b34-92aa-46b6-b87c-64d0d54420cc), ShapeRef(_:9a87aaaf-3118-417c-a863-3dcc184187b1), ShapeRef(_:707735aa-0617-4c4b-a32a-f1759c3428f6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:68153797-2312-44ea-9248-07cabb36ed37,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.711 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:12.711 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.711 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.712 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2ad153db-aa80-425f-ab52-aea08ae4fcf0), ShapeRef(_:477c5d48-4c3a-4114-bc9a-44a45f7a99b3), ShapeRef(_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e), ShapeRef(_:68153797-2312-44ea-9248-07cabb36ed37), ShapeRef(_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50), ShapeRef(_:44d57b34-92aa-46b6-b87c-64d0d54420cc), ShapeRef(_:9a87aaaf-3118-417c-a863-3dcc184187b1), ShapeRef(_:707735aa-0617-4c4b-a32a-f1759c3428f6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:12.712 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.712 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.713 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:44d57b34-92aa-46b6-b87c-64d0d54420cc=ShapeTyping(TypingMap(Map()))
18:00:12.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.714 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.714 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.714 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:12.616Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9a87aaaf-3118-417c-a863-3dcc184187b1],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:12.715 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9a87aaaf-3118-417c-a863-3dcc184187b1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2ad153db-aa80-425f-ab52-aea08ae4fcf0), ShapeRef(_:477c5d48-4c3a-4114-bc9a-44a45f7a99b3), ShapeRef(_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e), ShapeRef(_:68153797-2312-44ea-9248-07cabb36ed37), ShapeRef(_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50), ShapeRef(_:44d57b34-92aa-46b6-b87c-64d0d54420cc), ShapeRef(_:9a87aaaf-3118-417c-a863-3dcc184187b1), ShapeRef(_:707735aa-0617-4c4b-a32a-f1759c3428f6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9a87aaaf-3118-417c-a863-3dcc184187b1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.715 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:707735aa-0617-4c4b-a32a-f1759c3428f6=ShapeTyping(TypingMap(Map()))
18:00:12.716 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:2ad153db-aa80-425f-ab52-aea08ae4fcf0,_:477c5d48-4c3a-4114-bc9a-44a45f7a99b3,_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e,_:68153797-2312-44ea-9248-07cabb36ed37,_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50,_:44d57b34-92aa-46b6-b87c-64d0d54420cc,_:9a87aaaf-3118-417c-a863-3dcc184187b1,_:707735aa-0617-4c4b-a32a-f1759c3428f6)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e,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(_:68153797-2312-44ea-9248-07cabb36ed37,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:2ad153db-aa80-425f-ab52-aea08ae4fcf0), ShapeRef(_:477c5d48-4c3a-4114-bc9a-44a45f7a99b3), ShapeRef(_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e), ShapeRef(_:68153797-2312-44ea-9248-07cabb36ed37), ShapeRef(_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50), ShapeRef(_:44d57b34-92aa-46b6-b87c-64d0d54420cc), ShapeRef(_:9a87aaaf-3118-417c-a863-3dcc184187b1), ShapeRef(_:707735aa-0617-4c4b-a32a-f1759c3428f6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:9a87aaaf-3118-417c-a863-3dcc184187b1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.717 [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(_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e,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(_:68153797-2312-44ea-9248-07cabb36ed37,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:2ad153db-aa80-425f-ab52-aea08ae4fcf0), ShapeRef(_:477c5d48-4c3a-4114-bc9a-44a45f7a99b3), ShapeRef(_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e), ShapeRef(_:68153797-2312-44ea-9248-07cabb36ed37), ShapeRef(_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50), ShapeRef(_:44d57b34-92aa-46b6-b87c-64d0d54420cc), ShapeRef(_:9a87aaaf-3118-417c-a863-3dcc184187b1), ShapeRef(_:707735aa-0617-4c4b-a32a-f1759c3428f6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:9a87aaaf-3118-417c-a863-3dcc184187b1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.717 [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(_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e,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(_:68153797-2312-44ea-9248-07cabb36ed37,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:2ad153db-aa80-425f-ab52-aea08ae4fcf0), ShapeRef(_:477c5d48-4c3a-4114-bc9a-44a45f7a99b3), ShapeRef(_:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e), ShapeRef(_:68153797-2312-44ea-9248-07cabb36ed37), ShapeRef(_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50), ShapeRef(_:44d57b34-92aa-46b6-b87c-64d0d54420cc), ShapeRef(_:9a87aaaf-3118-417c-a863-3dcc184187b1), ShapeRef(_:707735aa-0617-4c4b-a32a-f1759c3428f6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3dfde48a-f0bd-4f7d-800e-ab5911a71c50,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:9a87aaaf-3118-417c-a863-3dcc184187b1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.718 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:707735aa-0617-4c4b-a32a-f1759c3428f6 = 
18:00:12.718 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:707735aa-0617-4c4b-a32a-f1759c3428f6 = 
18:00:12.718 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:707735aa-0617-4c4b-a32a-f1759c3428f6: 
18:00:12.718 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9a87aaaf-3118-417c-a863-3dcc184187b1 = 
18:00:12.718 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9a87aaaf-3118-417c-a863-3dcc184187b1 = 
18:00:12.718 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9a87aaaf-3118-417c-a863-3dcc184187b1: 
18:00:12.718 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:44d57b34-92aa-46b6-b87c-64d0d54420cc = 
18:00:12.719 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:44d57b34-92aa-46b6-b87c-64d0d54420cc = 
18:00:12.719 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:44d57b34-92aa-46b6-b87c-64d0d54420cc: 
18:00:12.719 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3dfde48a-f0bd-4f7d-800e-ab5911a71c50 = 
18:00:12.719 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3dfde48a-f0bd-4f7d-800e-ab5911a71c50 = 
18:00:12.719 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3dfde48a-f0bd-4f7d-800e-ab5911a71c50: 
18:00:12.719 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:68153797-2312-44ea-9248-07cabb36ed37 = 
18:00:12.720 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:68153797-2312-44ea-9248-07cabb36ed37 = 
18:00:12.720 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:68153797-2312-44ea-9248-07cabb36ed37: 
18:00:12.720 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e = 
18:00:12.720 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e = 
18:00:12.720 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0ab9f8d1-11b6-4071-aae8-e4c0d78d295e: 
18:00:12.720 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:477c5d48-4c3a-4114-bc9a-44a45f7a99b3 = 
18:00:12.720 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:477c5d48-4c3a-4114-bc9a-44a45f7a99b3 = 
18:00:12.721 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:477c5d48-4c3a-4114-bc9a-44a45f7a99b3: 
18:00:12.721 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2ad153db-aa80-425f-ab52-aea08ae4fcf0 = 
18:00:12.721 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2ad153db-aa80-425f-ab52-aea08ae4fcf0 = 
18:00:12.721 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2ad153db-aa80-425f-ab52-aea08ae4fcf0: 
18:00:12.724 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

18:00:12.780 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

18:00:12.783 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:12.783 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:12.783 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
18:00:12.783 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:12.783 [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.274 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-09T18:00:12.784Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
18:00:12.797 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:12.784Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:12.784Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:00:12.799 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {3ecebcdd-c1d9-4eb4-afd8-901ba468f75f @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 3ecebcdd-c1d9-4eb4-afd8-901ba468f75f @sh:in 9e90c447-2e72-4dd3-9158-29de863ce2b6; 3ecebcdd-c1d9-4eb4-afd8-901ba468f75f @rdf:type sh:Property; 382b2ecd-69e3-4893-86f2-c2675a9ee7e8 @rdf:rest 73823ece-74a3-4e47-993a-b399eb5a6789; 382b2ecd-69e3-4893-86f2-c2675a9ee7e8 @rdf:first "B"; 73823ece-74a3-4e47-993a-b399eb5a6789 @rdf:rest rdf:nil; 73823ece-74a3-4e47-993a-b399eb5a6789 @rdf:first "C"; 9e90c447-2e72-4dd3-9158-29de863ce2b6 @rdf:rest 382b2ecd-69e3-4893-86f2-c2675a9ee7e8; 9e90c447-2e72-4dd3-9158-29de863ce2b6 @rdf:first "A"; 83cfdfc2-fdec-4380-b842-89c69f9971da @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 83cfdfc2-fdec-4380-b842-89c69f9971da @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 83cfdfc2-fdec-4380-b842-89c69f9971da @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 83cfdfc2-fdec-4380-b842-89c69f9971da @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 83cfdfc2-fdec-4380-b842-89c69f9971da @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 83cfdfc2-fdec-4380-b842-89c69f9971da @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 83cfdfc2-fdec-4380-b842-89c69f9971da @rdf:type sh:Property; e5e5a11d-dcc5-4635-a1e0-551db7de6edd @sh:path http://www.sampledomain.org/sam#aReferenceProperty...} |  [3ecebcdd-c1d9-4eb4-afd8-901ba468f75f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [3ecebcdd-c1d9-4eb4-afd8-901ba468f75f, http://www.w3.org/ns/shacl#in, 9e90c447-2e72-4dd3-9158-29de863ce2b6] [3ecebcdd-c1d9-4eb4-afd8-901ba468f75f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [382b2ecd-69e3-4893-86f2-c2675a9ee7e8, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 73823ece-74a3-4e47-993a-b399eb5a6789] [382b2ecd-69e3-4893-86f2-c2675a9ee7e8, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [73823ece-74a3-4e47-993a-b399eb5a6789, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [73823ece-74a3-4e47-993a-b399eb5a6789, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [9e90c447-2e72-4dd3-9158-29de863ce2b6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 382b2ecd-69e3-4893-86f2-c2675a9ee7e8] [9e90c447-2e72-4dd3-9158-29de863ce2b6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [83cfdfc2-fdec-4380-b842-89c69f9971da, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [83cfdfc2-fdec-4380-b842-89c69f9971da, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [83cfdfc2-fdec-4380-b842-89c69f9971da, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [83cfdfc2-fdec-4380-b842-89c69f9971da, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [83cfdfc2-fdec-4380-b842-89c69f9971da, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [83cfdfc2-fdec-4380-b842-89c69f9971da, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [83cfdfc2-fdec-4380-b842-89c69f9971da, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e5e5a11d-dcc5-4635-a1e0-551db7de6edd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [e5e5a11d-dcc5-4635-a1e0-551db7de6edd, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [e5e5a11d-dcc5-4635-a1e0-551db7de6edd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f820b929-bf43-454a-80f9-dc96ef946d03, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f820b929-bf43-454a-80f9-dc96ef946d03, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f820b929-bf43-454a-80f9-dc96ef946d03, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f820b929-bf43-454a-80f9-dc96ef946d03, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f2405298-c683-44f7-9c68-c89882b1f725, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [f2405298-c683-44f7-9c68-c89882b1f725, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f2405298-c683-44f7-9c68-c89882b1f725, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f2405298-c683-44f7-9c68-c89882b1f725, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [93b08db4-ca2d-406b-9211-154805b96bdd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [93b08db4-ca2d-406b-9211-154805b96bdd, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [93b08db4-ca2d-406b-9211-154805b96bdd, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [93b08db4-ca2d-406b-9211-154805b96bdd, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [93b08db4-ca2d-406b-9211-154805b96bdd, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [93b08db4-ca2d-406b-9211-154805b96bdd, http://www.w3.org/ns/shacl#pattern, "^B"] [93b08db4-ca2d-406b-9211-154805b96bdd, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [93b08db4-ca2d-406b-9211-154805b96bdd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b083016f-4f7e-48f7-a817-503b023b7548, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [b083016f-4f7e-48f7-a817-503b023b7548, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b083016f-4f7e-48f7-a817-503b023b7548, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b083016f-4f7e-48f7-a817-503b023b7548, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b083016f-4f7e-48f7-a817-503b023b7548, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b083016f-4f7e-48f7-a817-503b023b7548, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b083016f-4f7e-48f7-a817-503b023b7548, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d796ddd8-0b75-495c-8b55-39affefe0694, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [d796ddd8-0b75-495c-8b55-39affefe0694, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d796ddd8-0b75-495c-8b55-39affefe0694, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d796ddd8-0b75-495c-8b55-39affefe0694, 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, f2405298-c683-44f7-9c68-c89882b1f725] [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, b083016f-4f7e-48f7-a817-503b023b7548] [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, 3ecebcdd-c1d9-4eb4-afd8-901ba468f75f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d796ddd8-0b75-495c-8b55-39affefe0694] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f820b929-bf43-454a-80f9-dc96ef946d03] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 83cfdfc2-fdec-4380-b842-89c69f9971da] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e5e5a11d-dcc5-4635-a1e0-551db7de6edd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 93b08db4-ca2d-406b-9211-154805b96bdd]>
18:00:12.800 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:12.802 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:12.804 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:d796ddd8-0b75-495c-8b55-39affefe0694,_:93b08db4-ca2d-406b-9211-154805b96bdd,_:b083016f-4f7e-48f7-a817-503b023b7548,_:83cfdfc2-fdec-4380-b842-89c69f9971da,_:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f,_:f2405298-c683-44f7-9c68-c89882b1f725,_:e5e5a11d-dcc5-4635-a1e0-551db7de6edd,_:f820b929-bf43-454a-80f9-dc96ef946d03. Pending nodes: 
18:00:12.804 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d796ddd8-0b75-495c-8b55-39affefe0694
18:00:12.806 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:93b08db4-ca2d-406b-9211-154805b96bdd
18:00:12.807 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b083016f-4f7e-48f7-a817-503b023b7548
18:00:12.809 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:83cfdfc2-fdec-4380-b842-89c69f9971da
18:00:12.811 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f
18:00:12.812 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f2405298-c683-44f7-9c68-c89882b1f725
18:00:12.813 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e5e5a11d-dcc5-4635-a1e0-551db7de6edd
18:00:12.814 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f820b929-bf43-454a-80f9-dc96ef946d03
18:00:12.815 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f820b929-bf43-454a-80f9-dc96ef946d03
18:00:12.815 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:12.815 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e5e5a11d-dcc5-4635-a1e0-551db7de6edd
18:00:12.815 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f2405298-c683-44f7-9c68-c89882b1f725
18:00:12.815 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f
18:00:12.815 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:83cfdfc2-fdec-4380-b842-89c69f9971da
18:00:12.815 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b083016f-4f7e-48f7-a817-503b023b7548
18:00:12.815 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:93b08db4-ca2d-406b-9211-154805b96bdd
18:00:12.815 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d796ddd8-0b75-495c-8b55-39affefe0694
18:00:12.815 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f820b929-bf43-454a-80f9-dc96ef946d03 = 
18:00:12.815 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f820b929-bf43-454a-80f9-dc96ef946d03 = 
18:00:12.815 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f820b929-bf43-454a-80f9-dc96ef946d03: 
18:00:12.816 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:12.816 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:12.816 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:12.816 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:12.816 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:12.816 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d796ddd8-0b75-495c-8b55-39affefe0694,_:93b08db4-ca2d-406b-9211-154805b96bdd,_:b083016f-4f7e-48f7-a817-503b023b7548,_:83cfdfc2-fdec-4380-b842-89c69f9971da,_:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f,_:f2405298-c683-44f7-9c68-c89882b1f725,_:e5e5a11d-dcc5-4635-a1e0-551db7de6edd,_:f820b929-bf43-454a-80f9-dc96ef946d03)
18:00:12.816 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d796ddd8-0b75-495c-8b55-39affefe0694)
18:00:12.817 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:93b08db4-ca2d-406b-9211-154805b96bdd)
18:00:12.817 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b083016f-4f7e-48f7-a817-503b023b7548)
18:00:12.817 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:83cfdfc2-fdec-4380-b842-89c69f9971da)
18:00:12.817 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f)
18:00:12.817 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2405298-c683-44f7-9c68-c89882b1f725)
18:00:12.817 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e5e5a11d-dcc5-4635-a1e0-551db7de6edd)
18:00:12.817 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f820b929-bf43-454a-80f9-dc96ef946d03)
18:00:12.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.819 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:12.784Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d796ddd8-0b75-495c-8b55-39affefe0694],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:12.819 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d796ddd8-0b75-495c-8b55-39affefe0694=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d796ddd8-0b75-495c-8b55-39affefe0694), ShapeRef(_:93b08db4-ca2d-406b-9211-154805b96bdd), ShapeRef(_:b083016f-4f7e-48f7-a817-503b023b7548), ShapeRef(_:83cfdfc2-fdec-4380-b842-89c69f9971da), ShapeRef(_:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f), ShapeRef(_:f2405298-c683-44f7-9c68-c89882b1f725), ShapeRef(_:e5e5a11d-dcc5-4635-a1e0-551db7de6edd), ShapeRef(_:f820b929-bf43-454a-80f9-dc96ef946d03)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d796ddd8-0b75-495c-8b55-39affefe0694,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.823 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:93b08db4-ca2d-406b-9211-154805b96bdd],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:12.823 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:93b08db4-ca2d-406b-9211-154805b96bdd=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d796ddd8-0b75-495c-8b55-39affefe0694), ShapeRef(_:93b08db4-ca2d-406b-9211-154805b96bdd), ShapeRef(_:b083016f-4f7e-48f7-a817-503b023b7548), ShapeRef(_:83cfdfc2-fdec-4380-b842-89c69f9971da), ShapeRef(_:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f), ShapeRef(_:f2405298-c683-44f7-9c68-c89882b1f725), ShapeRef(_:e5e5a11d-dcc5-4635-a1e0-551db7de6edd), ShapeRef(_:f820b929-bf43-454a-80f9-dc96ef946d03)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:93b08db4-ca2d-406b-9211-154805b96bdd,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.826 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b083016f-4f7e-48f7-a817-503b023b7548],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:12.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.827 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b083016f-4f7e-48f7-a817-503b023b7548=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d796ddd8-0b75-495c-8b55-39affefe0694), ShapeRef(_:93b08db4-ca2d-406b-9211-154805b96bdd), ShapeRef(_:b083016f-4f7e-48f7-a817-503b023b7548), ShapeRef(_:83cfdfc2-fdec-4380-b842-89c69f9971da), ShapeRef(_:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f), ShapeRef(_:f2405298-c683-44f7-9c68-c89882b1f725), ShapeRef(_:e5e5a11d-dcc5-4635-a1e0-551db7de6edd), ShapeRef(_:f820b929-bf43-454a-80f9-dc96ef946d03)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b083016f-4f7e-48f7-a817-503b023b7548,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:12.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.828 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:83cfdfc2-fdec-4380-b842-89c69f9971da],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:12.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.829 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:83cfdfc2-fdec-4380-b842-89c69f9971da=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d796ddd8-0b75-495c-8b55-39affefe0694), ShapeRef(_:93b08db4-ca2d-406b-9211-154805b96bdd), ShapeRef(_:b083016f-4f7e-48f7-a817-503b023b7548), ShapeRef(_:83cfdfc2-fdec-4380-b842-89c69f9971da), ShapeRef(_:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f), ShapeRef(_:f2405298-c683-44f7-9c68-c89882b1f725), ShapeRef(_:e5e5a11d-dcc5-4635-a1e0-551db7de6edd), ShapeRef(_:f820b929-bf43-454a-80f9-dc96ef946d03)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:83cfdfc2-fdec-4380-b842-89c69f9971da,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.829 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.829 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.829 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f=ShapeTyping(TypingMap(Map()))
18:00:12.829 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.829 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.829 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.829 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.830 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2405298-c683-44f7-9c68-c89882b1f725=ShapeTyping(TypingMap(Map()))
18:00:12.830 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.830 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.830 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e5e5a11d-dcc5-4635-a1e0-551db7de6edd=ShapeTyping(TypingMap(Map()))
18:00:12.830 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.830 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.881 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.881 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.881 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f820b929-bf43-454a-80f9-dc96ef946d03=ShapeTyping(TypingMap(Map()))
18:00:12.882 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d796ddd8-0b75-495c-8b55-39affefe0694,_:93b08db4-ca2d-406b-9211-154805b96bdd,_:b083016f-4f7e-48f7-a817-503b023b7548,_:83cfdfc2-fdec-4380-b842-89c69f9971da,_:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f,_:f2405298-c683-44f7-9c68-c89882b1f725,_:e5e5a11d-dcc5-4635-a1e0-551db7de6edd,_:f820b929-bf43-454a-80f9-dc96ef946d03)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:d796ddd8-0b75-495c-8b55-39affefe0694,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:d796ddd8-0b75-495c-8b55-39affefe0694), ShapeRef(_:93b08db4-ca2d-406b-9211-154805b96bdd), ShapeRef(_:b083016f-4f7e-48f7-a817-503b023b7548), ShapeRef(_:83cfdfc2-fdec-4380-b842-89c69f9971da), ShapeRef(_:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f), ShapeRef(_:f2405298-c683-44f7-9c68-c89882b1f725), ShapeRef(_:e5e5a11d-dcc5-4635-a1e0-551db7de6edd), ShapeRef(_:f820b929-bf43-454a-80f9-dc96ef946d03)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b083016f-4f7e-48f7-a817-503b023b7548,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:93b08db4-ca2d-406b-9211-154805b96bdd,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:83cfdfc2-fdec-4380-b842-89c69f9971da,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.883 [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(_:d796ddd8-0b75-495c-8b55-39affefe0694,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:d796ddd8-0b75-495c-8b55-39affefe0694), ShapeRef(_:93b08db4-ca2d-406b-9211-154805b96bdd), ShapeRef(_:b083016f-4f7e-48f7-a817-503b023b7548), ShapeRef(_:83cfdfc2-fdec-4380-b842-89c69f9971da), ShapeRef(_:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f), ShapeRef(_:f2405298-c683-44f7-9c68-c89882b1f725), ShapeRef(_:e5e5a11d-dcc5-4635-a1e0-551db7de6edd), ShapeRef(_:f820b929-bf43-454a-80f9-dc96ef946d03)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b083016f-4f7e-48f7-a817-503b023b7548,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:93b08db4-ca2d-406b-9211-154805b96bdd,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:83cfdfc2-fdec-4380-b842-89c69f9971da,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.883 [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(_:d796ddd8-0b75-495c-8b55-39affefe0694,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:d796ddd8-0b75-495c-8b55-39affefe0694), ShapeRef(_:93b08db4-ca2d-406b-9211-154805b96bdd), ShapeRef(_:b083016f-4f7e-48f7-a817-503b023b7548), ShapeRef(_:83cfdfc2-fdec-4380-b842-89c69f9971da), ShapeRef(_:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f), ShapeRef(_:f2405298-c683-44f7-9c68-c89882b1f725), ShapeRef(_:e5e5a11d-dcc5-4635-a1e0-551db7de6edd), ShapeRef(_:f820b929-bf43-454a-80f9-dc96ef946d03)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b083016f-4f7e-48f7-a817-503b023b7548,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:93b08db4-ca2d-406b-9211-154805b96bdd,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:83cfdfc2-fdec-4380-b842-89c69f9971da,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.884 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e5e5a11d-dcc5-4635-a1e0-551db7de6edd = 
18:00:12.884 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e5e5a11d-dcc5-4635-a1e0-551db7de6edd = 
18:00:12.884 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e5e5a11d-dcc5-4635-a1e0-551db7de6edd: 
18:00:12.884 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f2405298-c683-44f7-9c68-c89882b1f725 = 
18:00:12.884 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f2405298-c683-44f7-9c68-c89882b1f725 = 
18:00:12.884 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f2405298-c683-44f7-9c68-c89882b1f725: 
18:00:12.884 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f = 
18:00:12.884 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f = 
18:00:12.885 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3ecebcdd-c1d9-4eb4-afd8-901ba468f75f: 
18:00:12.885 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:83cfdfc2-fdec-4380-b842-89c69f9971da = 
18:00:12.885 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:83cfdfc2-fdec-4380-b842-89c69f9971da = 
18:00:12.885 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:83cfdfc2-fdec-4380-b842-89c69f9971da: 
18:00:12.885 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b083016f-4f7e-48f7-a817-503b023b7548 = 
18:00:12.885 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b083016f-4f7e-48f7-a817-503b023b7548 = 
18:00:12.885 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b083016f-4f7e-48f7-a817-503b023b7548: 
18:00:12.885 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:93b08db4-ca2d-406b-9211-154805b96bdd = 
18:00:12.885 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:93b08db4-ca2d-406b-9211-154805b96bdd = 
18:00:12.885 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:93b08db4-ca2d-406b-9211-154805b96bdd: 
18:00:12.885 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d796ddd8-0b75-495c-8b55-39affefe0694 = 
18:00:12.886 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d796ddd8-0b75-495c-8b55-39affefe0694 = 
18:00:12.886 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d796ddd8-0b75-495c-8b55-39affefe0694: 
18:00:12.888 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

18:00:12.890 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

18:00:12.891 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:12.891 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:12.891 [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-09T18:00:12.892Z"^^<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" .
18:00:12.904 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherStringProperty "D"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:12.892Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "6"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherStringProperty, "D"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:12.892Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "6"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh: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> .
18:00:12.917 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {5daa6807-f833-4fc8-ae6e-7fdc114363c6 @sh:path http://www.sampledomain.org/sam#aStringProperty; 5daa6807-f833-4fc8-ae6e-7fdc114363c6 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5daa6807-f833-4fc8-ae6e-7fdc114363c6 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5daa6807-f833-4fc8-ae6e-7fdc114363c6 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 5daa6807-f833-4fc8-ae6e-7fdc114363c6 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 5daa6807-f833-4fc8-ae6e-7fdc114363c6 @sh:pattern "^B"; 5daa6807-f833-4fc8-ae6e-7fdc114363c6 @sh:description "a Simple Single String Property"; 5daa6807-f833-4fc8-ae6e-7fdc114363c6 @rdf:type sh:Property; 6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d @rdf:type sh:Property; 4a3e99b5-d8a4-4e99-a0be-29b31615858f @sh:path http://www.sampledomain.org/sam#aSetOfDates; 4a3e99b5-d8a4-4e99-a0be-29b31615858f @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer...} |  [5daa6807-f833-4fc8-ae6e-7fdc114363c6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [5daa6807-f833-4fc8-ae6e-7fdc114363c6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5daa6807-f833-4fc8-ae6e-7fdc114363c6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5daa6807-f833-4fc8-ae6e-7fdc114363c6, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [5daa6807-f833-4fc8-ae6e-7fdc114363c6, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [5daa6807-f833-4fc8-ae6e-7fdc114363c6, http://www.w3.org/ns/shacl#pattern, "^B"] [5daa6807-f833-4fc8-ae6e-7fdc114363c6, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [5daa6807-f833-4fc8-ae6e-7fdc114363c6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4a3e99b5-d8a4-4e99-a0be-29b31615858f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [4a3e99b5-d8a4-4e99-a0be-29b31615858f, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4a3e99b5-d8a4-4e99-a0be-29b31615858f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4a3e99b5-d8a4-4e99-a0be-29b31615858f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [951961f8-96f4-4544-af40-cd5ffd85d945, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [951961f8-96f4-4544-af40-cd5ffd85d945, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [951961f8-96f4-4544-af40-cd5ffd85d945, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [951961f8-96f4-4544-af40-cd5ffd85d945, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e09d1eb8-9195-4a45-9055-b79c3964599b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [e09d1eb8-9195-4a45-9055-b79c3964599b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e09d1eb8-9195-4a45-9055-b79c3964599b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e09d1eb8-9195-4a45-9055-b79c3964599b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e09d1eb8-9195-4a45-9055-b79c3964599b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e09d1eb8-9195-4a45-9055-b79c3964599b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e09d1eb8-9195-4a45-9055-b79c3964599b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [01c2880b-1d62-438c-bb3c-0e50053d3d57, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [01c2880b-1d62-438c-bb3c-0e50053d3d57, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [01c2880b-1d62-438c-bb3c-0e50053d3d57, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [01c2880b-1d62-438c-bb3c-0e50053d3d57, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c2c8a7cf-36df-4ce8-a5f7-203c4acae3d9, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ac130b55-73b7-4ab5-92af-02765ce6d5e9] [c2c8a7cf-36df-4ce8-a5f7-203c4acae3d9, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [e968c50d-6548-4911-8b35-e7a62f69bc62, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [e968c50d-6548-4911-8b35-e7a62f69bc62, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [eb92b832-9e41-4df9-93d4-3c18930f7896, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [eb92b832-9e41-4df9-93d4-3c18930f7896, http://www.w3.org/ns/shacl#in, c2c8a7cf-36df-4ce8-a5f7-203c4acae3d9] [eb92b832-9e41-4df9-93d4-3c18930f7896, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ac130b55-73b7-4ab5-92af-02765ce6d5e9, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e968c50d-6548-4911-8b35-e7a62f69bc62] [ac130b55-73b7-4ab5-92af-02765ce6d5e9, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [ca254742-a8d3-4c18-b562-a3dc312afb40, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [ca254742-a8d3-4c18-b562-a3dc312afb40, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [ca254742-a8d3-4c18-b562-a3dc312afb40, 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, ca254742-a8d3-4c18-b562-a3dc312afb40] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e09d1eb8-9195-4a45-9055-b79c3964599b] [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, 951961f8-96f4-4544-af40-cd5ffd85d945] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, eb92b832-9e41-4df9-93d4-3c18930f7896] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 01c2880b-1d62-438c-bb3c-0e50053d3d57] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5daa6807-f833-4fc8-ae6e-7fdc114363c6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4a3e99b5-d8a4-4e99-a0be-29b31615858f]>
18:00:12.917 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:12.919 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:12.920 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:951961f8-96f4-4544-af40-cd5ffd85d945,_:eb92b832-9e41-4df9-93d4-3c18930f7896,_:ca254742-a8d3-4c18-b562-a3dc312afb40,_:5daa6807-f833-4fc8-ae6e-7fdc114363c6,_:e09d1eb8-9195-4a45-9055-b79c3964599b,_:01c2880b-1d62-438c-bb3c-0e50053d3d57,_:4a3e99b5-d8a4-4e99-a0be-29b31615858f,_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d. Pending nodes: 
18:00:12.921 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:951961f8-96f4-4544-af40-cd5ffd85d945
18:00:12.921 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:eb92b832-9e41-4df9-93d4-3c18930f7896
18:00:12.922 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ca254742-a8d3-4c18-b562-a3dc312afb40
18:00:12.923 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5daa6807-f833-4fc8-ae6e-7fdc114363c6
18:00:12.925 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e09d1eb8-9195-4a45-9055-b79c3964599b
18:00:12.926 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:01c2880b-1d62-438c-bb3c-0e50053d3d57
18:00:12.927 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4a3e99b5-d8a4-4e99-a0be-29b31615858f
18:00:12.927 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d
18:00:12.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d
18:00:12.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:12.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4a3e99b5-d8a4-4e99-a0be-29b31615858f
18:00:12.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:01c2880b-1d62-438c-bb3c-0e50053d3d57
18:00:12.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e09d1eb8-9195-4a45-9055-b79c3964599b
18:00:12.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5daa6807-f833-4fc8-ae6e-7fdc114363c6
18:00:12.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ca254742-a8d3-4c18-b562-a3dc312afb40
18:00:12.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:eb92b832-9e41-4df9-93d4-3c18930f7896
18:00:12.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:951961f8-96f4-4544-af40-cd5ffd85d945
18:00:12.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d = 
18:00:12.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d = 
18:00:12.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d: 
18:00:12.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:12.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:12.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:12.929 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:12.929 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:12.980 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:951961f8-96f4-4544-af40-cd5ffd85d945,_:eb92b832-9e41-4df9-93d4-3c18930f7896,_:ca254742-a8d3-4c18-b562-a3dc312afb40,_:5daa6807-f833-4fc8-ae6e-7fdc114363c6,_:e09d1eb8-9195-4a45-9055-b79c3964599b,_:01c2880b-1d62-438c-bb3c-0e50053d3d57,_:4a3e99b5-d8a4-4e99-a0be-29b31615858f,_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d)
18:00:12.980 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:951961f8-96f4-4544-af40-cd5ffd85d945)
18:00:12.981 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eb92b832-9e41-4df9-93d4-3c18930f7896)
18:00:12.981 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ca254742-a8d3-4c18-b562-a3dc312afb40)
18:00:12.981 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5daa6807-f833-4fc8-ae6e-7fdc114363c6)
18:00:12.981 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e09d1eb8-9195-4a45-9055-b79c3964599b)
18:00:12.981 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:01c2880b-1d62-438c-bb3c-0e50053d3d57)
18:00:12.981 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4a3e99b5-d8a4-4e99-a0be-29b31615858f)
18:00:12.981 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d)
18:00:12.981 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.981 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.982 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.982 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.982 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:951961f8-96f4-4544-af40-cd5ffd85d945=ShapeTyping(TypingMap(Map()))
18:00:12.982 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.982 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.985 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eb92b832-9e41-4df9-93d4-3c18930f7896=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:951961f8-96f4-4544-af40-cd5ffd85d945), ShapeRef(_:eb92b832-9e41-4df9-93d4-3c18930f7896), ShapeRef(_:ca254742-a8d3-4c18-b562-a3dc312afb40), ShapeRef(_:5daa6807-f833-4fc8-ae6e-7fdc114363c6), ShapeRef(_:e09d1eb8-9195-4a45-9055-b79c3964599b), ShapeRef(_:01c2880b-1d62-438c-bb3c-0e50053d3d57), ShapeRef(_:4a3e99b5-d8a4-4e99-a0be-29b31615858f), ShapeRef(_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:eb92b832-9e41-4df9-93d4-3c18930f7896,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"))"))))))))
18:00:12.985 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.985 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.986 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ca254742-a8d3-4c18-b562-a3dc312afb40=ShapeTyping(TypingMap(Map()))
18:00:12.986 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.986 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.986 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.986 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.987 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.987 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.987 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.988 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.988 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.988 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.988 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5daa6807-f833-4fc8-ae6e-7fdc114363c6],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:12.989 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5daa6807-f833-4fc8-ae6e-7fdc114363c6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:951961f8-96f4-4544-af40-cd5ffd85d945), ShapeRef(_:eb92b832-9e41-4df9-93d4-3c18930f7896), ShapeRef(_:ca254742-a8d3-4c18-b562-a3dc312afb40), ShapeRef(_:5daa6807-f833-4fc8-ae6e-7fdc114363c6), ShapeRef(_:e09d1eb8-9195-4a45-9055-b79c3964599b), ShapeRef(_:01c2880b-1d62-438c-bb3c-0e50053d3d57), ShapeRef(_:4a3e99b5-d8a4-4e99-a0be-29b31615858f), ShapeRef(_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5daa6807-f833-4fc8-ae6e-7fdc114363c6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.989 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.989 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.990 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.990 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.990 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.990 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.991 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.991 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.991 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(6), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e09d1eb8-9195-4a45-9055-b79c3964599b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:12.991 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.991 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.992 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e09d1eb8-9195-4a45-9055-b79c3964599b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:951961f8-96f4-4544-af40-cd5ffd85d945), ShapeRef(_:eb92b832-9e41-4df9-93d4-3c18930f7896), ShapeRef(_:ca254742-a8d3-4c18-b562-a3dc312afb40), ShapeRef(_:5daa6807-f833-4fc8-ae6e-7fdc114363c6), ShapeRef(_:e09d1eb8-9195-4a45-9055-b79c3964599b), ShapeRef(_:01c2880b-1d62-438c-bb3c-0e50053d3d57), ShapeRef(_:4a3e99b5-d8a4-4e99-a0be-29b31615858f), ShapeRef(_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e09d1eb8-9195-4a45-9055-b79c3964599b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),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>)))))))
18:00:12.992 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.992 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.993 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:01c2880b-1d62-438c-bb3c-0e50053d3d57=ShapeTyping(TypingMap(Map()))
18:00:12.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.994 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:12.892Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4a3e99b5-d8a4-4e99-a0be-29b31615858f],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:12.994 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4a3e99b5-d8a4-4e99-a0be-29b31615858f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:951961f8-96f4-4544-af40-cd5ffd85d945), ShapeRef(_:eb92b832-9e41-4df9-93d4-3c18930f7896), ShapeRef(_:ca254742-a8d3-4c18-b562-a3dc312afb40), ShapeRef(_:5daa6807-f833-4fc8-ae6e-7fdc114363c6), ShapeRef(_:e09d1eb8-9195-4a45-9055-b79c3964599b), ShapeRef(_:01c2880b-1d62-438c-bb3c-0e50053d3d57), ShapeRef(_:4a3e99b5-d8a4-4e99-a0be-29b31615858f), ShapeRef(_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4a3e99b5-d8a4-4e99-a0be-29b31615858f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.995 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:12.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:12.996 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:951961f8-96f4-4544-af40-cd5ffd85d945), ShapeRef(_:eb92b832-9e41-4df9-93d4-3c18930f7896), ShapeRef(_:ca254742-a8d3-4c18-b562-a3dc312afb40), ShapeRef(_:5daa6807-f833-4fc8-ae6e-7fdc114363c6), ShapeRef(_:e09d1eb8-9195-4a45-9055-b79c3964599b), ShapeRef(_:01c2880b-1d62-438c-bb3c-0e50053d3d57), ShapeRef(_:4a3e99b5-d8a4-4e99-a0be-29b31615858f), ShapeRef(_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:12.996 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:951961f8-96f4-4544-af40-cd5ffd85d945,_:eb92b832-9e41-4df9-93d4-3c18930f7896,_:ca254742-a8d3-4c18-b562-a3dc312afb40,_:5daa6807-f833-4fc8-ae6e-7fdc114363c6,_:e09d1eb8-9195-4a45-9055-b79c3964599b,_:01c2880b-1d62-438c-bb3c-0e50053d3d57,_:4a3e99b5-d8a4-4e99-a0be-29b31615858f,_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:5daa6807-f833-4fc8-ae6e-7fdc114363c6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4a3e99b5-d8a4-4e99-a0be-29b31615858f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:e09d1eb8-9195-4a45-9055-b79c3964599b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxLength(2), 6 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 6 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:eb92b832-9e41-4df9-93d4-3c18930f7896,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"))")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:951961f8-96f4-4544-af40-cd5ffd85d945), ShapeRef(_:eb92b832-9e41-4df9-93d4-3c18930f7896), ShapeRef(_:ca254742-a8d3-4c18-b562-a3dc312afb40), ShapeRef(_:5daa6807-f833-4fc8-ae6e-7fdc114363c6), ShapeRef(_:e09d1eb8-9195-4a45-9055-b79c3964599b), ShapeRef(_:01c2880b-1d62-438c-bb3c-0e50053d3d57), ShapeRef(_:4a3e99b5-d8a4-4e99-a0be-29b31615858f), ShapeRef(_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d)),false,List()) -> TypingResult(Valid(List()))))))
18:00:12.997 [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(_:5daa6807-f833-4fc8-ae6e-7fdc114363c6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4a3e99b5-d8a4-4e99-a0be-29b31615858f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:e09d1eb8-9195-4a45-9055-b79c3964599b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxLength(2), 6 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 6 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:eb92b832-9e41-4df9-93d4-3c18930f7896,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"))")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:951961f8-96f4-4544-af40-cd5ffd85d945), ShapeRef(_:eb92b832-9e41-4df9-93d4-3c18930f7896), ShapeRef(_:ca254742-a8d3-4c18-b562-a3dc312afb40), ShapeRef(_:5daa6807-f833-4fc8-ae6e-7fdc114363c6), ShapeRef(_:e09d1eb8-9195-4a45-9055-b79c3964599b), ShapeRef(_:01c2880b-1d62-438c-bb3c-0e50053d3d57), ShapeRef(_:4a3e99b5-d8a4-4e99-a0be-29b31615858f), ShapeRef(_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d)),false,List()) -> TypingResult(Valid(List()))))))
18:00:12.997 [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(_:5daa6807-f833-4fc8-ae6e-7fdc114363c6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4a3e99b5-d8a4-4e99-a0be-29b31615858f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:e09d1eb8-9195-4a45-9055-b79c3964599b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxLength(2), 6 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 6 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:eb92b832-9e41-4df9-93d4-3c18930f7896,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"))")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:951961f8-96f4-4544-af40-cd5ffd85d945), ShapeRef(_:eb92b832-9e41-4df9-93d4-3c18930f7896), ShapeRef(_:ca254742-a8d3-4c18-b562-a3dc312afb40), ShapeRef(_:5daa6807-f833-4fc8-ae6e-7fdc114363c6), ShapeRef(_:e09d1eb8-9195-4a45-9055-b79c3964599b), ShapeRef(_:01c2880b-1d62-438c-bb3c-0e50053d3d57), ShapeRef(_:4a3e99b5-d8a4-4e99-a0be-29b31615858f), ShapeRef(_:6e08df12-5a8b-4dee-be28-e8a8cdaa6b2d)),false,List()) -> TypingResult(Valid(List()))))))
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4a3e99b5-d8a4-4e99-a0be-29b31615858f = 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4a3e99b5-d8a4-4e99-a0be-29b31615858f = 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4a3e99b5-d8a4-4e99-a0be-29b31615858f: 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:01c2880b-1d62-438c-bb3c-0e50053d3d57 = 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:01c2880b-1d62-438c-bb3c-0e50053d3d57 = 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:01c2880b-1d62-438c-bb3c-0e50053d3d57: 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e09d1eb8-9195-4a45-9055-b79c3964599b = 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e09d1eb8-9195-4a45-9055-b79c3964599b = 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e09d1eb8-9195-4a45-9055-b79c3964599b: 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5daa6807-f833-4fc8-ae6e-7fdc114363c6 = 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5daa6807-f833-4fc8-ae6e-7fdc114363c6 = 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5daa6807-f833-4fc8-ae6e-7fdc114363c6: 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ca254742-a8d3-4c18-b562-a3dc312afb40 = 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ca254742-a8d3-4c18-b562-a3dc312afb40 = 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ca254742-a8d3-4c18-b562-a3dc312afb40: 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:eb92b832-9e41-4df9-93d4-3c18930f7896 = 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:eb92b832-9e41-4df9-93d4-3c18930f7896 = 
18:00:12.998 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:eb92b832-9e41-4df9-93d4-3c18930f7896: 
18:00:12.999 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:951961f8-96f4-4544-af40-cd5ffd85d945 = 
18:00:12.999 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:951961f8-96f4-4544-af40-cd5ffd85d945 = 
18:00:12.999 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:951961f8-96f4-4544-af40-cd5ffd85d945: 
18:00:13.001 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

18:00:13.003 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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: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: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> .
18:00:13.015 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {96a1f215-7217-4e2e-bfdb-00428ea3a443 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 96a1f215-7217-4e2e-bfdb-00428ea3a443 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 96a1f215-7217-4e2e-bfdb-00428ea3a443 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 96a1f215-7217-4e2e-bfdb-00428ea3a443 @rdf:type sh:Property; c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a @sh:path http://www.sampledomain.org/sam#integerProperty3; c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a @rdf:type sh:Property; a0071ce7-ef1a-4311-902b-ec94c5ee085d @sh:path http://www.sampledomain.org/sam#anIntegerProperty; a0071ce7-ef1a-4311-902b-ec94c5ee085d @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; a0071ce7-ef1a-4311-902b-ec94c5ee085d @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; a0071ce7-ef1a-4311-902b-ec94c5ee085d @sh:datatype http://www.w3.org/2001/XMLSchema#integer; a0071ce7-ef1a-4311-902b-ec94c5ee085d @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; a0071ce7-ef1a-4311-902b-ec94c5ee085d @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; a0071ce7-ef1a-4311-902b-ec94c5ee085d @rdf:type sh:Property; 55ace58e-6816-40fe-8089-648a8d5bdf08 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 55ace58e-6816-40fe-8089-648a8d5bdf08 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [96a1f215-7217-4e2e-bfdb-00428ea3a443, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [96a1f215-7217-4e2e-bfdb-00428ea3a443, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [96a1f215-7217-4e2e-bfdb-00428ea3a443, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [96a1f215-7217-4e2e-bfdb-00428ea3a443, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a0071ce7-ef1a-4311-902b-ec94c5ee085d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [a0071ce7-ef1a-4311-902b-ec94c5ee085d, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a0071ce7-ef1a-4311-902b-ec94c5ee085d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a0071ce7-ef1a-4311-902b-ec94c5ee085d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a0071ce7-ef1a-4311-902b-ec94c5ee085d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a0071ce7-ef1a-4311-902b-ec94c5ee085d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a0071ce7-ef1a-4311-902b-ec94c5ee085d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [55ace58e-6816-40fe-8089-648a8d5bdf08, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [55ace58e-6816-40fe-8089-648a8d5bdf08, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [55ace58e-6816-40fe-8089-648a8d5bdf08, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [55ace58e-6816-40fe-8089-648a8d5bdf08, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [55ace58e-6816-40fe-8089-648a8d5bdf08, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [55ace58e-6816-40fe-8089-648a8d5bdf08, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [55ace58e-6816-40fe-8089-648a8d5bdf08, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0ca36401-759c-42f3-a383-7183b8978134, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [0ca36401-759c-42f3-a383-7183b8978134, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e2598b81-f917-42c8-a77e-17d1c1c7584a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [e2598b81-f917-42c8-a77e-17d1c1c7584a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e2598b81-f917-42c8-a77e-17d1c1c7584a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e2598b81-f917-42c8-a77e-17d1c1c7584a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [e2598b81-f917-42c8-a77e-17d1c1c7584a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [e2598b81-f917-42c8-a77e-17d1c1c7584a, http://www.w3.org/ns/shacl#pattern, "^B"] [e2598b81-f917-42c8-a77e-17d1c1c7584a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [e2598b81-f917-42c8-a77e-17d1c1c7584a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6d2c9b3a-04ec-41ed-9de4-fe10bf651e17, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [6d2c9b3a-04ec-41ed-9de4-fe10bf651e17, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [6d2c9b3a-04ec-41ed-9de4-fe10bf651e17, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [6d2c9b3a-04ec-41ed-9de4-fe10bf651e17, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [331a05b4-51d1-46af-90f6-bb3e781f1c57, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0ca36401-759c-42f3-a383-7183b8978134] [331a05b4-51d1-46af-90f6-bb3e781f1c57, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [80a8102f-f322-4eed-953f-be0dc8ddff68, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 331a05b4-51d1-46af-90f6-bb3e781f1c57] [80a8102f-f322-4eed-953f-be0dc8ddff68, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0, http://www.w3.org/ns/shacl#in, 80a8102f-f322-4eed-953f-be0dc8ddff68] [e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0, 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, 96a1f215-7217-4e2e-bfdb-00428ea3a443] [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, e2598b81-f917-42c8-a77e-17d1c1c7584a] [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, 55ace58e-6816-40fe-8089-648a8d5bdf08] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a0071ce7-ef1a-4311-902b-ec94c5ee085d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6d2c9b3a-04ec-41ed-9de4-fe10bf651e17] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a]>
18:00:13.015 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:13.016 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:13.018 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17,_:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e,_:96a1f215-7217-4e2e-bfdb-00428ea3a443,_:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a,_:55ace58e-6816-40fe-8089-648a8d5bdf08,_:e2598b81-f917-42c8-a77e-17d1c1c7584a,_:a0071ce7-ef1a-4311-902b-ec94c5ee085d,_:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0. Pending nodes: 
18:00:13.018 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17
18:00:13.019 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e
18:00:13.020 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:96a1f215-7217-4e2e-bfdb-00428ea3a443
18:00:13.021 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a
18:00:13.021 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:55ace58e-6816-40fe-8089-648a8d5bdf08
18:00:13.023 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e2598b81-f917-42c8-a77e-17d1c1c7584a
18:00:13.024 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a0071ce7-ef1a-4311-902b-ec94c5ee085d
18:00:13.080 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0
18:00:13.081 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0
18:00:13.081 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:13.081 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a0071ce7-ef1a-4311-902b-ec94c5ee085d
18:00:13.081 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e2598b81-f917-42c8-a77e-17d1c1c7584a
18:00:13.081 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:55ace58e-6816-40fe-8089-648a8d5bdf08
18:00:13.081 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a
18:00:13.081 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:96a1f215-7217-4e2e-bfdb-00428ea3a443
18:00:13.081 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e
18:00:13.081 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17
18:00:13.081 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0 = 
18:00:13.082 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0 = 
18:00:13.082 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0: 
18:00:13.082 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:13.082 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:13.082 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:13.082 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:13.082 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:13.082 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17,_:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e,_:96a1f215-7217-4e2e-bfdb-00428ea3a443,_:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a,_:55ace58e-6816-40fe-8089-648a8d5bdf08,_:e2598b81-f917-42c8-a77e-17d1c1c7584a,_:a0071ce7-ef1a-4311-902b-ec94c5ee085d,_:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0)
18:00:13.082 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17)
18:00:13.082 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e)
18:00:13.082 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:96a1f215-7217-4e2e-bfdb-00428ea3a443)
18:00:13.082 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a)
18:00:13.082 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:55ace58e-6816-40fe-8089-648a8d5bdf08)
18:00:13.082 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e2598b81-f917-42c8-a77e-17d1c1c7584a)
18:00:13.082 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a0071ce7-ef1a-4311-902b-ec94c5ee085d)
18:00:13.082 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0)
18:00:13.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.083 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17=ShapeTyping(TypingMap(Map()))
18:00:13.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.084 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e=ShapeTyping(TypingMap(Map()))
18:00:13.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.085 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:13.006Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:96a1f215-7217-4e2e-bfdb-00428ea3a443],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:13.085 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:96a1f215-7217-4e2e-bfdb-00428ea3a443=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17), ShapeRef(_:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e), ShapeRef(_:96a1f215-7217-4e2e-bfdb-00428ea3a443), ShapeRef(_:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a), ShapeRef(_:55ace58e-6816-40fe-8089-648a8d5bdf08), ShapeRef(_:e2598b81-f917-42c8-a77e-17d1c1c7584a), ShapeRef(_:a0071ce7-ef1a-4311-902b-ec94c5ee085d), ShapeRef(_:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:96a1f215-7217-4e2e-bfdb-00428ea3a443,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.086 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a=ShapeTyping(TypingMap(Map()))
18:00:13.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.087 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.087 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.087 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.087 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.087 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:55ace58e-6816-40fe-8089-648a8d5bdf08],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:13.087 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.087 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.088 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:55ace58e-6816-40fe-8089-648a8d5bdf08=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17), ShapeRef(_:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e), ShapeRef(_:96a1f215-7217-4e2e-bfdb-00428ea3a443), ShapeRef(_:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a), ShapeRef(_:55ace58e-6816-40fe-8089-648a8d5bdf08), ShapeRef(_:e2598b81-f917-42c8-a77e-17d1c1c7584a), ShapeRef(_:a0071ce7-ef1a-4311-902b-ec94c5ee085d), ShapeRef(_:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:55ace58e-6816-40fe-8089-648a8d5bdf08,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:13.088 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.088 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.089 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.089 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.089 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.089 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.089 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.089 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.090 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.090 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.090 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e2598b81-f917-42c8-a77e-17d1c1c7584a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:13.090 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e2598b81-f917-42c8-a77e-17d1c1c7584a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17), ShapeRef(_:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e), ShapeRef(_:96a1f215-7217-4e2e-bfdb-00428ea3a443), ShapeRef(_:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a), ShapeRef(_:55ace58e-6816-40fe-8089-648a8d5bdf08), ShapeRef(_:e2598b81-f917-42c8-a77e-17d1c1c7584a), ShapeRef(_:a0071ce7-ef1a-4311-902b-ec94c5ee085d), ShapeRef(_:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e2598b81-f917-42c8-a77e-17d1c1c7584a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.090 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.090 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.092 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a0071ce7-ef1a-4311-902b-ec94c5ee085d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:13.092 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.092 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.092 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a0071ce7-ef1a-4311-902b-ec94c5ee085d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17), ShapeRef(_:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e), ShapeRef(_:96a1f215-7217-4e2e-bfdb-00428ea3a443), ShapeRef(_:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a), ShapeRef(_:55ace58e-6816-40fe-8089-648a8d5bdf08), ShapeRef(_:e2598b81-f917-42c8-a77e-17d1c1c7584a), ShapeRef(_:a0071ce7-ef1a-4311-902b-ec94c5ee085d), ShapeRef(_:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a0071ce7-ef1a-4311-902b-ec94c5ee085d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.092 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.092 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.093 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0=ShapeTyping(TypingMap(Map()))
18:00:13.093 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17,_:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e,_:96a1f215-7217-4e2e-bfdb-00428ea3a443,_:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a,_:55ace58e-6816-40fe-8089-648a8d5bdf08,_:e2598b81-f917-42c8-a77e-17d1c1c7584a,_:a0071ce7-ef1a-4311-902b-ec94c5ee085d,_:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:55ace58e-6816-40fe-8089-648a8d5bdf08,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:e2598b81-f917-42c8-a77e-17d1c1c7584a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17), ShapeRef(_:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e), ShapeRef(_:96a1f215-7217-4e2e-bfdb-00428ea3a443), ShapeRef(_:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a), ShapeRef(_:55ace58e-6816-40fe-8089-648a8d5bdf08), ShapeRef(_:e2598b81-f917-42c8-a77e-17d1c1c7584a), ShapeRef(_:a0071ce7-ef1a-4311-902b-ec94c5ee085d), ShapeRef(_:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:96a1f215-7217-4e2e-bfdb-00428ea3a443,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:a0071ce7-ef1a-4311-902b-ec94c5ee085d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.093 [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(_:55ace58e-6816-40fe-8089-648a8d5bdf08,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:e2598b81-f917-42c8-a77e-17d1c1c7584a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17), ShapeRef(_:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e), ShapeRef(_:96a1f215-7217-4e2e-bfdb-00428ea3a443), ShapeRef(_:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a), ShapeRef(_:55ace58e-6816-40fe-8089-648a8d5bdf08), ShapeRef(_:e2598b81-f917-42c8-a77e-17d1c1c7584a), ShapeRef(_:a0071ce7-ef1a-4311-902b-ec94c5ee085d), ShapeRef(_:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:96a1f215-7217-4e2e-bfdb-00428ea3a443,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:a0071ce7-ef1a-4311-902b-ec94c5ee085d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.094 [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(_:55ace58e-6816-40fe-8089-648a8d5bdf08,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:e2598b81-f917-42c8-a77e-17d1c1c7584a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17), ShapeRef(_:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e), ShapeRef(_:96a1f215-7217-4e2e-bfdb-00428ea3a443), ShapeRef(_:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a), ShapeRef(_:55ace58e-6816-40fe-8089-648a8d5bdf08), ShapeRef(_:e2598b81-f917-42c8-a77e-17d1c1c7584a), ShapeRef(_:a0071ce7-ef1a-4311-902b-ec94c5ee085d), ShapeRef(_:e01bdee8-afd9-4cf5-ba10-5f7eb529aaa0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:96a1f215-7217-4e2e-bfdb-00428ea3a443,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:a0071ce7-ef1a-4311-902b-ec94c5ee085d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.094 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a0071ce7-ef1a-4311-902b-ec94c5ee085d = 
18:00:13.094 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a0071ce7-ef1a-4311-902b-ec94c5ee085d = 
18:00:13.094 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a0071ce7-ef1a-4311-902b-ec94c5ee085d: 
18:00:13.094 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e2598b81-f917-42c8-a77e-17d1c1c7584a = 
18:00:13.094 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e2598b81-f917-42c8-a77e-17d1c1c7584a = 
18:00:13.094 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e2598b81-f917-42c8-a77e-17d1c1c7584a: 
18:00:13.094 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:55ace58e-6816-40fe-8089-648a8d5bdf08 = 
18:00:13.094 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:55ace58e-6816-40fe-8089-648a8d5bdf08 = 
18:00:13.094 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:55ace58e-6816-40fe-8089-648a8d5bdf08: 
18:00:13.094 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a = 
18:00:13.094 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a = 
18:00:13.094 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c50ba9a4-e1f6-4447-a6c8-e0980ac2b70a: 
18:00:13.095 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:96a1f215-7217-4e2e-bfdb-00428ea3a443 = 
18:00:13.095 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:96a1f215-7217-4e2e-bfdb-00428ea3a443 = 
18:00:13.095 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:96a1f215-7217-4e2e-bfdb-00428ea3a443: 
18:00:13.095 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e = 
18:00:13.095 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e = 
18:00:13.095 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4a1fcdc6-2fcc-4e8b-84a2-d0ef2548860e: 
18:00:13.095 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17 = 
18:00:13.095 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17 = 
18:00:13.095 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6d2c9b3a-04ec-41ed-9de4-fe10bf651e17: 
18:00:13.096 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

18:00:13.098 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:13.098 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:13.098 [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-09T18:00:13.099Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Betwee" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
18:00:13.107 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:13.099Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Betwee"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:13.099Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Betwee"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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> .
18:00:13.108 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {7efaabe2-33e0-4bf8-a818-048a2d93fb0a @sh:path http://www.sampledomain.org/sam#aStringProperty; 7efaabe2-33e0-4bf8-a818-048a2d93fb0a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7efaabe2-33e0-4bf8-a818-048a2d93fb0a @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7efaabe2-33e0-4bf8-a818-048a2d93fb0a @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 7efaabe2-33e0-4bf8-a818-048a2d93fb0a @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 7efaabe2-33e0-4bf8-a818-048a2d93fb0a @sh:pattern "^B"; 7efaabe2-33e0-4bf8-a818-048a2d93fb0a @sh:description "a Simple Single String Property"; 7efaabe2-33e0-4bf8-a818-048a2d93fb0a @rdf:type sh:Property; 1e5b1d7d-d7d4-45b5-84d8-f3261438f872 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 1e5b1d7d-d7d4-45b5-84d8-f3261438f872 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 1e5b1d7d-d7d4-45b5-84d8-f3261438f872 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 1e5b1d7d-d7d4-45b5-84d8-f3261438f872 @rdf:type sh:Property; cfb73cd7-8034-45b2-9490-6c8c1798a42a @sh:path http://www.sampledomain.org/sam#integerProperty3; cfb73cd7-8034-45b2-9490-6c8c1798a42a @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; cfb73cd7-8034-45b2-9490-6c8c1798a42a @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; cfb73cd7-8034-45b2-9490-6c8c1798a42a @rdf:type sh:Property; f6aabf88-defa-4a85-89b0-81dc0896b989 @sh:path http://www.sampledomain.org/sam#integerProperty2...} |  [7efaabe2-33e0-4bf8-a818-048a2d93fb0a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [7efaabe2-33e0-4bf8-a818-048a2d93fb0a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7efaabe2-33e0-4bf8-a818-048a2d93fb0a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7efaabe2-33e0-4bf8-a818-048a2d93fb0a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [7efaabe2-33e0-4bf8-a818-048a2d93fb0a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [7efaabe2-33e0-4bf8-a818-048a2d93fb0a, http://www.w3.org/ns/shacl#pattern, "^B"] [7efaabe2-33e0-4bf8-a818-048a2d93fb0a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [7efaabe2-33e0-4bf8-a818-048a2d93fb0a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1e5b1d7d-d7d4-45b5-84d8-f3261438f872, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [1e5b1d7d-d7d4-45b5-84d8-f3261438f872, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1e5b1d7d-d7d4-45b5-84d8-f3261438f872, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1e5b1d7d-d7d4-45b5-84d8-f3261438f872, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cfb73cd7-8034-45b2-9490-6c8c1798a42a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [cfb73cd7-8034-45b2-9490-6c8c1798a42a, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [cfb73cd7-8034-45b2-9490-6c8c1798a42a, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [cfb73cd7-8034-45b2-9490-6c8c1798a42a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f6aabf88-defa-4a85-89b0-81dc0896b989, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f6aabf88-defa-4a85-89b0-81dc0896b989, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f6aabf88-defa-4a85-89b0-81dc0896b989, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f6aabf88-defa-4a85-89b0-81dc0896b989, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c1a7b73b-eca0-4692-8215-2a9baed09112, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [c1a7b73b-eca0-4692-8215-2a9baed09112, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c1a7b73b-eca0-4692-8215-2a9baed09112, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c1a7b73b-eca0-4692-8215-2a9baed09112, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c1a7b73b-eca0-4692-8215-2a9baed09112, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c1a7b73b-eca0-4692-8215-2a9baed09112, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c1a7b73b-eca0-4692-8215-2a9baed09112, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3a9ed89a-4f74-4e8b-b9e2-1b67413dda09, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [3a9ed89a-4f74-4e8b-b9e2-1b67413dda09, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3a9ed89a-4f74-4e8b-b9e2-1b67413dda09, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3a9ed89a-4f74-4e8b-b9e2-1b67413dda09, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3a9ed89a-4f74-4e8b-b9e2-1b67413dda09, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3a9ed89a-4f74-4e8b-b9e2-1b67413dda09, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3a9ed89a-4f74-4e8b-b9e2-1b67413dda09, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1d801904-7459-4b56-b8ef-a10fe1697bd8, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 4a04d969-7d80-4f1d-9b02-0f10b3a0fd24] [1d801904-7459-4b56-b8ef-a10fe1697bd8, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [b72344ad-b025-4c15-a31a-0bcc2a2f6a13, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [b72344ad-b025-4c15-a31a-0bcc2a2f6a13, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [b72344ad-b025-4c15-a31a-0bcc2a2f6a13, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4a04d969-7d80-4f1d-9b02-0f10b3a0fd24, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [4a04d969-7d80-4f1d-9b02-0f10b3a0fd24, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [168cdf95-ac35-4835-90a5-c90f24af8a05, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [168cdf95-ac35-4835-90a5-c90f24af8a05, http://www.w3.org/ns/shacl#in, f30bc100-0653-45e6-96b9-3eb1079250ea] [168cdf95-ac35-4835-90a5-c90f24af8a05, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f30bc100-0653-45e6-96b9-3eb1079250ea, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1d801904-7459-4b56-b8ef-a10fe1697bd8] [f30bc100-0653-45e6-96b9-3eb1079250ea, 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, 3a9ed89a-4f74-4e8b-b9e2-1b67413dda09] [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, cfb73cd7-8034-45b2-9490-6c8c1798a42a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c1a7b73b-eca0-4692-8215-2a9baed09112] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1e5b1d7d-d7d4-45b5-84d8-f3261438f872] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7efaabe2-33e0-4bf8-a818-048a2d93fb0a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b72344ad-b025-4c15-a31a-0bcc2a2f6a13] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f6aabf88-defa-4a85-89b0-81dc0896b989] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 168cdf95-ac35-4835-90a5-c90f24af8a05]>
18:00:13.109 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:13.110 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:13.112 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:f6aabf88-defa-4a85-89b0-81dc0896b989,_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a,_:c1a7b73b-eca0-4692-8215-2a9baed09112,_:b72344ad-b025-4c15-a31a-0bcc2a2f6a13,_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09,_:cfb73cd7-8034-45b2-9490-6c8c1798a42a,_:168cdf95-ac35-4835-90a5-c90f24af8a05,_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872. Pending nodes: 
18:00:13.112 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f6aabf88-defa-4a85-89b0-81dc0896b989
18:00:13.113 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7efaabe2-33e0-4bf8-a818-048a2d93fb0a
18:00:13.114 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c1a7b73b-eca0-4692-8215-2a9baed09112
18:00:13.115 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b72344ad-b025-4c15-a31a-0bcc2a2f6a13
18:00:13.116 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09
18:00:13.117 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cfb73cd7-8034-45b2-9490-6c8c1798a42a
18:00:13.117 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:168cdf95-ac35-4835-90a5-c90f24af8a05
18:00:13.118 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1e5b1d7d-d7d4-45b5-84d8-f3261438f872
18:00:13.181 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:13.181 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1e5b1d7d-d7d4-45b5-84d8-f3261438f872
18:00:13.181 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:168cdf95-ac35-4835-90a5-c90f24af8a05
18:00:13.181 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cfb73cd7-8034-45b2-9490-6c8c1798a42a
18:00:13.181 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09
18:00:13.181 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b72344ad-b025-4c15-a31a-0bcc2a2f6a13
18:00:13.181 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c1a7b73b-eca0-4692-8215-2a9baed09112
18:00:13.181 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7efaabe2-33e0-4bf8-a818-048a2d93fb0a
18:00:13.181 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f6aabf88-defa-4a85-89b0-81dc0896b989
18:00:13.181 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:13.182 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:13.182 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:13.182 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:13.182 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:13.182 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f6aabf88-defa-4a85-89b0-81dc0896b989,_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a,_:c1a7b73b-eca0-4692-8215-2a9baed09112,_:b72344ad-b025-4c15-a31a-0bcc2a2f6a13,_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09,_:cfb73cd7-8034-45b2-9490-6c8c1798a42a,_:168cdf95-ac35-4835-90a5-c90f24af8a05,_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872)
18:00:13.182 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f6aabf88-defa-4a85-89b0-81dc0896b989)
18:00:13.182 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a)
18:00:13.182 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c1a7b73b-eca0-4692-8215-2a9baed09112)
18:00:13.182 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b72344ad-b025-4c15-a31a-0bcc2a2f6a13)
18:00:13.182 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09)
18:00:13.182 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cfb73cd7-8034-45b2-9490-6c8c1798a42a)
18:00:13.182 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:168cdf95-ac35-4835-90a5-c90f24af8a05)
18:00:13.182 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872)
18:00:13.183 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.183 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.183 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.183 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.183 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f6aabf88-defa-4a85-89b0-81dc0896b989=ShapeTyping(TypingMap(Map()))
18:00:13.183 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.183 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.184 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.184 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.186 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Betwee"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:13.186 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f6aabf88-defa-4a85-89b0-81dc0896b989), ShapeRef(_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a), ShapeRef(_:c1a7b73b-eca0-4692-8215-2a9baed09112), ShapeRef(_:b72344ad-b025-4c15-a31a-0bcc2a2f6a13), ShapeRef(_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09), ShapeRef(_:cfb73cd7-8034-45b2-9490-6c8c1798a42a), ShapeRef(_:168cdf95-ac35-4835-90a5-c90f24af8a05), ShapeRef(_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a,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"))))))))
18:00:13.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.188 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c1a7b73b-eca0-4692-8215-2a9baed09112],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:13.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.188 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c1a7b73b-eca0-4692-8215-2a9baed09112=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f6aabf88-defa-4a85-89b0-81dc0896b989), ShapeRef(_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a), ShapeRef(_:c1a7b73b-eca0-4692-8215-2a9baed09112), ShapeRef(_:b72344ad-b025-4c15-a31a-0bcc2a2f6a13), ShapeRef(_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09), ShapeRef(_:cfb73cd7-8034-45b2-9490-6c8c1798a42a), ShapeRef(_:168cdf95-ac35-4835-90a5-c90f24af8a05), ShapeRef(_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c1a7b73b-eca0-4692-8215-2a9baed09112,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.189 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b72344ad-b025-4c15-a31a-0bcc2a2f6a13=ShapeTyping(TypingMap(Map()))
18:00:13.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.192 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.192 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.192 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.193 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:13.193 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.193 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.194 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f6aabf88-defa-4a85-89b0-81dc0896b989), ShapeRef(_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a), ShapeRef(_:c1a7b73b-eca0-4692-8215-2a9baed09112), ShapeRef(_:b72344ad-b025-4c15-a31a-0bcc2a2f6a13), ShapeRef(_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09), ShapeRef(_:cfb73cd7-8034-45b2-9490-6c8c1798a42a), ShapeRef(_:168cdf95-ac35-4835-90a5-c90f24af8a05), ShapeRef(_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:13.194 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.194 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.194 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.194 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.194 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cfb73cd7-8034-45b2-9490-6c8c1798a42a=ShapeTyping(TypingMap(Map()))
18:00:13.194 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.194 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.195 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:168cdf95-ac35-4835-90a5-c90f24af8a05=ShapeTyping(TypingMap(Map()))
18:00:13.195 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.195 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.195 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.195 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.195 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:13.099Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:13.196 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f6aabf88-defa-4a85-89b0-81dc0896b989), ShapeRef(_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a), ShapeRef(_:c1a7b73b-eca0-4692-8215-2a9baed09112), ShapeRef(_:b72344ad-b025-4c15-a31a-0bcc2a2f6a13), ShapeRef(_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09), ShapeRef(_:cfb73cd7-8034-45b2-9490-6c8c1798a42a), ShapeRef(_:168cdf95-ac35-4835-90a5-c90f24af8a05), ShapeRef(_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.196 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f6aabf88-defa-4a85-89b0-81dc0896b989,_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a,_:c1a7b73b-eca0-4692-8215-2a9baed09112,_:b72344ad-b025-4c15-a31a-0bcc2a2f6a13,_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09,_:cfb73cd7-8034-45b2-9490-6c8c1798a42a,_:168cdf95-ac35-4835-90a5-c90f24af8a05,_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:c1a7b73b-eca0-4692-8215-2a9baed09112,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:f6aabf88-defa-4a85-89b0-81dc0896b989), ShapeRef(_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a), ShapeRef(_:c1a7b73b-eca0-4692-8215-2a9baed09112), ShapeRef(_:b72344ad-b025-4c15-a31a-0bcc2a2f6a13), ShapeRef(_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09), ShapeRef(_:cfb73cd7-8034-45b2-9490-6c8c1798a42a), ShapeRef(_:168cdf95-ac35-4835-90a5-c90f24af8a05), ShapeRef(_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a,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"))))))))
18:00:13.196 [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(_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:c1a7b73b-eca0-4692-8215-2a9baed09112,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:f6aabf88-defa-4a85-89b0-81dc0896b989), ShapeRef(_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a), ShapeRef(_:c1a7b73b-eca0-4692-8215-2a9baed09112), ShapeRef(_:b72344ad-b025-4c15-a31a-0bcc2a2f6a13), ShapeRef(_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09), ShapeRef(_:cfb73cd7-8034-45b2-9490-6c8c1798a42a), ShapeRef(_:168cdf95-ac35-4835-90a5-c90f24af8a05), ShapeRef(_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a,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"))))))))
18:00:13.196 [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(_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:c1a7b73b-eca0-4692-8215-2a9baed09112,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:f6aabf88-defa-4a85-89b0-81dc0896b989), ShapeRef(_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a), ShapeRef(_:c1a7b73b-eca0-4692-8215-2a9baed09112), ShapeRef(_:b72344ad-b025-4c15-a31a-0bcc2a2f6a13), ShapeRef(_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09), ShapeRef(_:cfb73cd7-8034-45b2-9490-6c8c1798a42a), ShapeRef(_:168cdf95-ac35-4835-90a5-c90f24af8a05), ShapeRef(_:1e5b1d7d-d7d4-45b5-84d8-f3261438f872)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:7efaabe2-33e0-4bf8-a818-048a2d93fb0a,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"))))))))
18:00:13.197 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1e5b1d7d-d7d4-45b5-84d8-f3261438f872 = 
18:00:13.197 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1e5b1d7d-d7d4-45b5-84d8-f3261438f872 = 
18:00:13.197 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1e5b1d7d-d7d4-45b5-84d8-f3261438f872: 
18:00:13.197 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:168cdf95-ac35-4835-90a5-c90f24af8a05 = 
18:00:13.197 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:168cdf95-ac35-4835-90a5-c90f24af8a05 = 
18:00:13.197 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:168cdf95-ac35-4835-90a5-c90f24af8a05: 
18:00:13.197 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cfb73cd7-8034-45b2-9490-6c8c1798a42a = 
18:00:13.197 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cfb73cd7-8034-45b2-9490-6c8c1798a42a = 
18:00:13.197 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cfb73cd7-8034-45b2-9490-6c8c1798a42a: 
18:00:13.197 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09 = 
18:00:13.197 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09 = 
18:00:13.197 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3a9ed89a-4f74-4e8b-b9e2-1b67413dda09: 
18:00:13.197 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b72344ad-b025-4c15-a31a-0bcc2a2f6a13 = 
18:00:13.198 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b72344ad-b025-4c15-a31a-0bcc2a2f6a13 = 
18:00:13.198 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b72344ad-b025-4c15-a31a-0bcc2a2f6a13: 
18:00:13.198 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c1a7b73b-eca0-4692-8215-2a9baed09112 = 
18:00:13.198 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c1a7b73b-eca0-4692-8215-2a9baed09112 = 
18:00:13.198 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c1a7b73b-eca0-4692-8215-2a9baed09112: 
18:00:13.198 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7efaabe2-33e0-4bf8-a818-048a2d93fb0a = 
18:00:13.198 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7efaabe2-33e0-4bf8-a818-048a2d93fb0a = 
18:00:13.198 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7efaabe2-33e0-4bf8-a818-048a2d93fb0a: 
18:00:13.198 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f6aabf88-defa-4a85-89b0-81dc0896b989 = 
18:00:13.198 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f6aabf88-defa-4a85-89b0-81dc0896b989 = 
18:00:13.198 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f6aabf88-defa-4a85-89b0-81dc0896b989: 
18:00:13.200 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

18:00:13.203 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

18:00:13.204 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:13.204 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:13.204 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
18:00:13.204 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:13.204 [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.199 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-09T18:00:13.205Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
18:00:13.213 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:13.205Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:13.205Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh: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> .
18:00:13.214 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {0691a1cf-c2d9-4cfc-9843-93caf7d360be @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 0691a1cf-c2d9-4cfc-9843-93caf7d360be @sh:class http://www.sampledomain.org/sam#AnotherResource; 0691a1cf-c2d9-4cfc-9843-93caf7d360be @rdf:type sh:Property; 0ac42ba6-1202-4b63-98b2-1622c924e967 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 0ac42ba6-1202-4b63-98b2-1622c924e967 @sh:in c57eed07-d36d-4adb-9625-316be0b0ae33; 0ac42ba6-1202-4b63-98b2-1622c924e967 @rdf:type sh:Property; eb67d58a-6389-401b-8965-2e7683545f74 @sh:path http://www.sampledomain.org/sam#integerProperty3; eb67d58a-6389-401b-8965-2e7683545f74 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; eb67d58a-6389-401b-8965-2e7683545f74 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; eb67d58a-6389-401b-8965-2e7683545f74 @rdf:type sh:Property; c57eed07-d36d-4adb-9625-316be0b0ae33 @rdf:rest 45e12a5c-f23d-4a00-abc5-6a7063bc1bc0; c57eed07-d36d-4adb-9625-316be0b0ae33 @rdf:first "A"; f2145171-41a0-4d47-a7fd-0a8cb63c7314 @sh:path http://www.sampledomain.org/sam#aStringProperty; f2145171-41a0-4d47-a7fd-0a8cb63c7314 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f2145171-41a0-4d47-a7fd-0a8cb63c7314 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f2145171-41a0-4d47-a7fd-0a8cb63c7314 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; f2145171-41a0-4d47-a7fd-0a8cb63c7314 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer...} |  [0691a1cf-c2d9-4cfc-9843-93caf7d360be, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [0691a1cf-c2d9-4cfc-9843-93caf7d360be, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [0691a1cf-c2d9-4cfc-9843-93caf7d360be, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0ac42ba6-1202-4b63-98b2-1622c924e967, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [0ac42ba6-1202-4b63-98b2-1622c924e967, http://www.w3.org/ns/shacl#in, c57eed07-d36d-4adb-9625-316be0b0ae33] [0ac42ba6-1202-4b63-98b2-1622c924e967, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [eb67d58a-6389-401b-8965-2e7683545f74, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [eb67d58a-6389-401b-8965-2e7683545f74, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [eb67d58a-6389-401b-8965-2e7683545f74, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [eb67d58a-6389-401b-8965-2e7683545f74, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c57eed07-d36d-4adb-9625-316be0b0ae33, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 45e12a5c-f23d-4a00-abc5-6a7063bc1bc0] [c57eed07-d36d-4adb-9625-316be0b0ae33, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [f2145171-41a0-4d47-a7fd-0a8cb63c7314, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [f2145171-41a0-4d47-a7fd-0a8cb63c7314, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f2145171-41a0-4d47-a7fd-0a8cb63c7314, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f2145171-41a0-4d47-a7fd-0a8cb63c7314, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [f2145171-41a0-4d47-a7fd-0a8cb63c7314, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [f2145171-41a0-4d47-a7fd-0a8cb63c7314, http://www.w3.org/ns/shacl#pattern, "^B"] [f2145171-41a0-4d47-a7fd-0a8cb63c7314, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [f2145171-41a0-4d47-a7fd-0a8cb63c7314, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [31a4f54e-1cfb-4f05-93e8-2fad4d715dd1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [31a4f54e-1cfb-4f05-93e8-2fad4d715dd1, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [31a4f54e-1cfb-4f05-93e8-2fad4d715dd1, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [31a4f54e-1cfb-4f05-93e8-2fad4d715dd1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [899513da-c40b-4f74-90ae-f4d7a7bee1eb, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [899513da-c40b-4f74-90ae-f4d7a7bee1eb, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [45e12a5c-f23d-4a00-abc5-6a7063bc1bc0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 899513da-c40b-4f74-90ae-f4d7a7bee1eb] [45e12a5c-f23d-4a00-abc5-6a7063bc1bc0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [aefbc366-62b5-4e01-b404-6f519210be71, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [aefbc366-62b5-4e01-b404-6f519210be71, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [aefbc366-62b5-4e01-b404-6f519210be71, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [aefbc366-62b5-4e01-b404-6f519210be71, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [625454bb-063e-4aa7-902a-673f566a2eac, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [625454bb-063e-4aa7-902a-673f566a2eac, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [625454bb-063e-4aa7-902a-673f566a2eac, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [625454bb-063e-4aa7-902a-673f566a2eac, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [625454bb-063e-4aa7-902a-673f566a2eac, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [625454bb-063e-4aa7-902a-673f566a2eac, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [625454bb-063e-4aa7-902a-673f566a2eac, 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, eb67d58a-6389-401b-8965-2e7683545f74] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f2145171-41a0-4d47-a7fd-0a8cb63c7314] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 31a4f54e-1cfb-4f05-93e8-2fad4d715dd1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 625454bb-063e-4aa7-902a-673f566a2eac] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, aefbc366-62b5-4e01-b404-6f519210be71] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0691a1cf-c2d9-4cfc-9843-93caf7d360be] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0ac42ba6-1202-4b63-98b2-1622c924e967]>
18:00:13.214 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:13.216 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:13.217 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:625454bb-063e-4aa7-902a-673f566a2eac,_:eb67d58a-6389-401b-8965-2e7683545f74,_:aefbc366-62b5-4e01-b404-6f519210be71,_:0ac42ba6-1202-4b63-98b2-1622c924e967,_:f2145171-41a0-4d47-a7fd-0a8cb63c7314,_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1,_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1,_:0691a1cf-c2d9-4cfc-9843-93caf7d360be. Pending nodes: 
18:00:13.217 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:625454bb-063e-4aa7-902a-673f566a2eac
18:00:13.218 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:eb67d58a-6389-401b-8965-2e7683545f74
18:00:13.219 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:aefbc366-62b5-4e01-b404-6f519210be71
18:00:13.220 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0ac42ba6-1202-4b63-98b2-1622c924e967
18:00:13.220 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f2145171-41a0-4d47-a7fd-0a8cb63c7314
18:00:13.281 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1
18:00:13.282 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1
18:00:13.283 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0691a1cf-c2d9-4cfc-9843-93caf7d360be
18:00:13.283 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0691a1cf-c2d9-4cfc-9843-93caf7d360be
18:00:13.283 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:13.283 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f2145171-41a0-4d47-a7fd-0a8cb63c7314
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0ac42ba6-1202-4b63-98b2-1622c924e967
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:aefbc366-62b5-4e01-b404-6f519210be71
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:eb67d58a-6389-401b-8965-2e7683545f74
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:625454bb-063e-4aa7-902a-673f566a2eac
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0691a1cf-c2d9-4cfc-9843-93caf7d360be = 
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0691a1cf-c2d9-4cfc-9843-93caf7d360be = 
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0691a1cf-c2d9-4cfc-9843-93caf7d360be: 
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:625454bb-063e-4aa7-902a-673f566a2eac,_:eb67d58a-6389-401b-8965-2e7683545f74,_:aefbc366-62b5-4e01-b404-6f519210be71,_:0ac42ba6-1202-4b63-98b2-1622c924e967,_:f2145171-41a0-4d47-a7fd-0a8cb63c7314,_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1,_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1,_:0691a1cf-c2d9-4cfc-9843-93caf7d360be)
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:625454bb-063e-4aa7-902a-673f566a2eac)
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eb67d58a-6389-401b-8965-2e7683545f74)
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aefbc366-62b5-4e01-b404-6f519210be71)
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0ac42ba6-1202-4b63-98b2-1622c924e967)
18:00:13.284 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2145171-41a0-4d47-a7fd-0a8cb63c7314)
18:00:13.285 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1)
18:00:13.285 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1)
18:00:13.285 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0691a1cf-c2d9-4cfc-9843-93caf7d360be)
18:00:13.285 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.285 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.285 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.285 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.286 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.286 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.286 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.286 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.286 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:625454bb-063e-4aa7-902a-673f566a2eac],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:13.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.287 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:625454bb-063e-4aa7-902a-673f566a2eac=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:625454bb-063e-4aa7-902a-673f566a2eac), ShapeRef(_:eb67d58a-6389-401b-8965-2e7683545f74), ShapeRef(_:aefbc366-62b5-4e01-b404-6f519210be71), ShapeRef(_:0ac42ba6-1202-4b63-98b2-1622c924e967), ShapeRef(_:f2145171-41a0-4d47-a7fd-0a8cb63c7314), ShapeRef(_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1), ShapeRef(_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1), ShapeRef(_:0691a1cf-c2d9-4cfc-9843-93caf7d360be)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:625454bb-063e-4aa7-902a-673f566a2eac,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:13.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.288 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.288 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.288 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eb67d58a-6389-401b-8965-2e7683545f74=ShapeTyping(TypingMap(Map()))
18:00:13.288 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.288 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.288 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.288 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.288 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aefbc366-62b5-4e01-b404-6f519210be71=ShapeTyping(TypingMap(Map()))
18:00:13.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.289 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0ac42ba6-1202-4b63-98b2-1622c924e967=ShapeTyping(TypingMap(Map()))
18:00:13.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.291 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f2145171-41a0-4d47-a7fd-0a8cb63c7314],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:13.291 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2145171-41a0-4d47-a7fd-0a8cb63c7314=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:625454bb-063e-4aa7-902a-673f566a2eac), ShapeRef(_:eb67d58a-6389-401b-8965-2e7683545f74), ShapeRef(_:aefbc366-62b5-4e01-b404-6f519210be71), ShapeRef(_:0ac42ba6-1202-4b63-98b2-1622c924e967), ShapeRef(_:f2145171-41a0-4d47-a7fd-0a8cb63c7314), ShapeRef(_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1), ShapeRef(_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1), ShapeRef(_:0691a1cf-c2d9-4cfc-9843-93caf7d360be)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f2145171-41a0-4d47-a7fd-0a8cb63c7314,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.292 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:13.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.292 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:625454bb-063e-4aa7-902a-673f566a2eac), ShapeRef(_:eb67d58a-6389-401b-8965-2e7683545f74), ShapeRef(_:aefbc366-62b5-4e01-b404-6f519210be71), ShapeRef(_:0ac42ba6-1202-4b63-98b2-1622c924e967), ShapeRef(_:f2145171-41a0-4d47-a7fd-0a8cb63c7314), ShapeRef(_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1), ShapeRef(_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1), ShapeRef(_:0691a1cf-c2d9-4cfc-9843-93caf7d360be)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.293 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:13.205Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:13.293 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:625454bb-063e-4aa7-902a-673f566a2eac), ShapeRef(_:eb67d58a-6389-401b-8965-2e7683545f74), ShapeRef(_:aefbc366-62b5-4e01-b404-6f519210be71), ShapeRef(_:0ac42ba6-1202-4b63-98b2-1622c924e967), ShapeRef(_:f2145171-41a0-4d47-a7fd-0a8cb63c7314), ShapeRef(_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1), ShapeRef(_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1), ShapeRef(_:0691a1cf-c2d9-4cfc-9843-93caf7d360be)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.294 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0691a1cf-c2d9-4cfc-9843-93caf7d360be=ShapeTyping(TypingMap(Map()))
18:00:13.294 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:625454bb-063e-4aa7-902a-673f566a2eac,_:eb67d58a-6389-401b-8965-2e7683545f74,_:aefbc366-62b5-4e01-b404-6f519210be71,_:0ac42ba6-1202-4b63-98b2-1622c924e967,_:f2145171-41a0-4d47-a7fd-0a8cb63c7314,_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1,_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1,_:0691a1cf-c2d9-4cfc-9843-93caf7d360be)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:625454bb-063e-4aa7-902a-673f566a2eac,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:f2145171-41a0-4d47-a7fd-0a8cb63c7314,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:625454bb-063e-4aa7-902a-673f566a2eac), ShapeRef(_:eb67d58a-6389-401b-8965-2e7683545f74), ShapeRef(_:aefbc366-62b5-4e01-b404-6f519210be71), ShapeRef(_:0ac42ba6-1202-4b63-98b2-1622c924e967), ShapeRef(_:f2145171-41a0-4d47-a7fd-0a8cb63c7314), ShapeRef(_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1), ShapeRef(_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1), ShapeRef(_:0691a1cf-c2d9-4cfc-9843-93caf7d360be)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.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(_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:625454bb-063e-4aa7-902a-673f566a2eac,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:f2145171-41a0-4d47-a7fd-0a8cb63c7314,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:625454bb-063e-4aa7-902a-673f566a2eac), ShapeRef(_:eb67d58a-6389-401b-8965-2e7683545f74), ShapeRef(_:aefbc366-62b5-4e01-b404-6f519210be71), ShapeRef(_:0ac42ba6-1202-4b63-98b2-1622c924e967), ShapeRef(_:f2145171-41a0-4d47-a7fd-0a8cb63c7314), ShapeRef(_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1), ShapeRef(_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1), ShapeRef(_:0691a1cf-c2d9-4cfc-9843-93caf7d360be)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.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(_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:625454bb-063e-4aa7-902a-673f566a2eac,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:f2145171-41a0-4d47-a7fd-0a8cb63c7314,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:625454bb-063e-4aa7-902a-673f566a2eac), ShapeRef(_:eb67d58a-6389-401b-8965-2e7683545f74), ShapeRef(_:aefbc366-62b5-4e01-b404-6f519210be71), ShapeRef(_:0ac42ba6-1202-4b63-98b2-1622c924e967), ShapeRef(_:f2145171-41a0-4d47-a7fd-0a8cb63c7314), ShapeRef(_:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1), ShapeRef(_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1), ShapeRef(_:0691a1cf-c2d9-4cfc-9843-93caf7d360be)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1 = 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1 = 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:31a4f54e-1cfb-4f05-93e8-2fad4d715dd1: 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1 = 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1 = 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e6668b6c-f0f8-4a6d-945d-bdb2e71f94f1: 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f2145171-41a0-4d47-a7fd-0a8cb63c7314 = 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f2145171-41a0-4d47-a7fd-0a8cb63c7314 = 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f2145171-41a0-4d47-a7fd-0a8cb63c7314: 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0ac42ba6-1202-4b63-98b2-1622c924e967 = 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0ac42ba6-1202-4b63-98b2-1622c924e967 = 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0ac42ba6-1202-4b63-98b2-1622c924e967: 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:aefbc366-62b5-4e01-b404-6f519210be71 = 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:aefbc366-62b5-4e01-b404-6f519210be71 = 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:aefbc366-62b5-4e01-b404-6f519210be71: 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:eb67d58a-6389-401b-8965-2e7683545f74 = 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:eb67d58a-6389-401b-8965-2e7683545f74 = 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:eb67d58a-6389-401b-8965-2e7683545f74: 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:625454bb-063e-4aa7-902a-673f566a2eac = 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:625454bb-063e-4aa7-902a-673f566a2eac = 
18:00:13.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:625454bb-063e-4aa7-902a-673f566a2eac: 
18:00:13.297 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

18:00:13.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
] .

18:00:13.298 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:13.298 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:13.298 [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-09T18:00:13.299Z"^^<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 .
18:00:13.305 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anIntegerProperty "2"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:13.299Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anIntegerProperty, "2"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:13.299Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       true ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:00:13.306 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {3a6cbe79-5274-45b2-98c5-abfad6450314 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 3a6cbe79-5274-45b2-98c5-abfad6450314 @sh:class http://www.sampledomain.org/sam#AnotherResource; 3a6cbe79-5274-45b2-98c5-abfad6450314 @rdf:type sh:Property; 8af9ef05-df73-4cb7-9b1a-b597028bec31 @sh:path http://www.sampledomain.org/sam#integerProperty2; 8af9ef05-df73-4cb7-9b1a-b597028bec31 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 8af9ef05-df73-4cb7-9b1a-b597028bec31 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 8af9ef05-df73-4cb7-9b1a-b597028bec31 @rdf:type sh:Property; 12832d57-f539-430c-9ff6-bf3f451bd613 @sh:path http://www.sampledomain.org/sam#aStringProperty; 12832d57-f539-430c-9ff6-bf3f451bd613 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 12832d57-f539-430c-9ff6-bf3f451bd613 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 12832d57-f539-430c-9ff6-bf3f451bd613 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 12832d57-f539-430c-9ff6-bf3f451bd613 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 12832d57-f539-430c-9ff6-bf3f451bd613 @sh:pattern "^B"; 12832d57-f539-430c-9ff6-bf3f451bd613 @sh:description "a Simple Single String Property"; 12832d57-f539-430c-9ff6-bf3f451bd613 @rdf:type sh:Property; 0af70376-18f8-4e6e-82fa-36cb210d3cc4 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 0af70376-18f8-4e6e-82fa-36cb210d3cc4 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [3a6cbe79-5274-45b2-98c5-abfad6450314, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [3a6cbe79-5274-45b2-98c5-abfad6450314, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [3a6cbe79-5274-45b2-98c5-abfad6450314, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8af9ef05-df73-4cb7-9b1a-b597028bec31, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [8af9ef05-df73-4cb7-9b1a-b597028bec31, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [8af9ef05-df73-4cb7-9b1a-b597028bec31, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [8af9ef05-df73-4cb7-9b1a-b597028bec31, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [12832d57-f539-430c-9ff6-bf3f451bd613, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [12832d57-f539-430c-9ff6-bf3f451bd613, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [12832d57-f539-430c-9ff6-bf3f451bd613, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [12832d57-f539-430c-9ff6-bf3f451bd613, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [12832d57-f539-430c-9ff6-bf3f451bd613, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [12832d57-f539-430c-9ff6-bf3f451bd613, http://www.w3.org/ns/shacl#pattern, "^B"] [12832d57-f539-430c-9ff6-bf3f451bd613, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [12832d57-f539-430c-9ff6-bf3f451bd613, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0af70376-18f8-4e6e-82fa-36cb210d3cc4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [0af70376-18f8-4e6e-82fa-36cb210d3cc4, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0af70376-18f8-4e6e-82fa-36cb210d3cc4, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0af70376-18f8-4e6e-82fa-36cb210d3cc4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0af70376-18f8-4e6e-82fa-36cb210d3cc4, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0af70376-18f8-4e6e-82fa-36cb210d3cc4, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0af70376-18f8-4e6e-82fa-36cb210d3cc4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [49b3f05f-93fd-42a0-a758-377e55c33a3d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [49b3f05f-93fd-42a0-a758-377e55c33a3d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ddf42694-5a9d-4e36-890b-ef2fcae5a1aa, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [ddf42694-5a9d-4e36-890b-ef2fcae5a1aa, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ddf42694-5a9d-4e36-890b-ef2fcae5a1aa, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ddf42694-5a9d-4e36-890b-ef2fcae5a1aa, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4b4ac100-09d6-44ad-9667-fc993a0e01ef, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [4b4ac100-09d6-44ad-9667-fc993a0e01ef, http://www.w3.org/ns/shacl#in, b242bad3-a5c6-49ec-80b7-412a353e7a58] [4b4ac100-09d6-44ad-9667-fc993a0e01ef, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b242bad3-a5c6-49ec-80b7-412a353e7a58, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, d3080f79-7fa0-497d-a6aa-aac9ef08b313] [b242bad3-a5c6-49ec-80b7-412a353e7a58, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [d3080f79-7fa0-497d-a6aa-aac9ef08b313, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 49b3f05f-93fd-42a0-a758-377e55c33a3d] [d3080f79-7fa0-497d-a6aa-aac9ef08b313, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4b4ac100-09d6-44ad-9667-fc993a0e01ef] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 12832d57-f539-430c-9ff6-bf3f451bd613] [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, ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3a6cbe79-5274-45b2-98c5-abfad6450314] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0af70376-18f8-4e6e-82fa-36cb210d3cc4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ddf42694-5a9d-4e36-890b-ef2fcae5a1aa] [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, 8af9ef05-df73-4cb7-9b1a-b597028bec31]>
18:00:13.307 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:13.308 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:13.308 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:8af9ef05-df73-4cb7-9b1a-b597028bec31,_:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa,_:ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd,_:12832d57-f539-430c-9ff6-bf3f451bd613,_:3a6cbe79-5274-45b2-98c5-abfad6450314,_:4b4ac100-09d6-44ad-9667-fc993a0e01ef,_:0af70376-18f8-4e6e-82fa-36cb210d3cc4. Pending nodes: 
18:00:13.309 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8af9ef05-df73-4cb7-9b1a-b597028bec31
18:00:13.309 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa
18:00:13.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd
18:00:13.311 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:12832d57-f539-430c-9ff6-bf3f451bd613
18:00:13.311 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3a6cbe79-5274-45b2-98c5-abfad6450314
18:00:13.312 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4b4ac100-09d6-44ad-9667-fc993a0e01ef
18:00:13.313 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0af70376-18f8-4e6e-82fa-36cb210d3cc4
18:00:13.313 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0af70376-18f8-4e6e-82fa-36cb210d3cc4
18:00:13.313 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:13.313 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4b4ac100-09d6-44ad-9667-fc993a0e01ef
18:00:13.313 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3a6cbe79-5274-45b2-98c5-abfad6450314
18:00:13.313 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:12832d57-f539-430c-9ff6-bf3f451bd613
18:00:13.313 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd
18:00:13.313 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8af9ef05-df73-4cb7-9b1a-b597028bec31
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0af70376-18f8-4e6e-82fa-36cb210d3cc4 = 
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0af70376-18f8-4e6e-82fa-36cb210d3cc4 = 
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0af70376-18f8-4e6e-82fa-36cb210d3cc4: 
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:8af9ef05-df73-4cb7-9b1a-b597028bec31,_:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa,_:ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd,_:12832d57-f539-430c-9ff6-bf3f451bd613,_:3a6cbe79-5274-45b2-98c5-abfad6450314,_:4b4ac100-09d6-44ad-9667-fc993a0e01ef,_:0af70376-18f8-4e6e-82fa-36cb210d3cc4)
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8af9ef05-df73-4cb7-9b1a-b597028bec31)
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa)
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd)
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:12832d57-f539-430c-9ff6-bf3f451bd613)
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3a6cbe79-5274-45b2-98c5-abfad6450314)
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4b4ac100-09d6-44ad-9667-fc993a0e01ef)
18:00:13.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0af70376-18f8-4e6e-82fa-36cb210d3cc4)
18:00:13.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.315 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8af9ef05-df73-4cb7-9b1a-b597028bec31=ShapeTyping(TypingMap(Map()))
18:00:13.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.316 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:13.299Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:13.316 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8af9ef05-df73-4cb7-9b1a-b597028bec31), ShapeRef(_:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa), ShapeRef(_:ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd), ShapeRef(_:12832d57-f539-430c-9ff6-bf3f451bd613), ShapeRef(_:3a6cbe79-5274-45b2-98c5-abfad6450314), ShapeRef(_:4b4ac100-09d6-44ad-9667-fc993a0e01ef), ShapeRef(_:0af70376-18f8-4e6e-82fa-36cb210d3cc4)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.317 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd=ShapeTyping(TypingMap(Map()))
18:00:13.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.319 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:12832d57-f539-430c-9ff6-bf3f451bd613],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:13.320 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:12832d57-f539-430c-9ff6-bf3f451bd613=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8af9ef05-df73-4cb7-9b1a-b597028bec31), ShapeRef(_:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa), ShapeRef(_:ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd), ShapeRef(_:12832d57-f539-430c-9ff6-bf3f451bd613), ShapeRef(_:3a6cbe79-5274-45b2-98c5-abfad6450314), ShapeRef(_:4b4ac100-09d6-44ad-9667-fc993a0e01ef), ShapeRef(_:0af70376-18f8-4e6e-82fa-36cb210d3cc4)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:12832d57-f539-430c-9ff6-bf3f451bd613,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.320 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3a6cbe79-5274-45b2-98c5-abfad6450314=ShapeTyping(TypingMap(Map()))
18:00:13.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.320 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4b4ac100-09d6-44ad-9667-fc993a0e01ef=ShapeTyping(TypingMap(Map()))
18:00:13.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.321 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.321 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.380 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.380 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.381 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.381 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.381 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0af70376-18f8-4e6e-82fa-36cb210d3cc4],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:13.381 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.381 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.382 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0af70376-18f8-4e6e-82fa-36cb210d3cc4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8af9ef05-df73-4cb7-9b1a-b597028bec31), ShapeRef(_:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa), ShapeRef(_:ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd), ShapeRef(_:12832d57-f539-430c-9ff6-bf3f451bd613), ShapeRef(_:3a6cbe79-5274-45b2-98c5-abfad6450314), ShapeRef(_:4b4ac100-09d6-44ad-9667-fc993a0e01ef), ShapeRef(_:0af70376-18f8-4e6e-82fa-36cb210d3cc4)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:0af70376-18f8-4e6e-82fa-36cb210d3cc4,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:13.382 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:8af9ef05-df73-4cb7-9b1a-b597028bec31,_:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa,_:ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd,_:12832d57-f539-430c-9ff6-bf3f451bd613,_:3a6cbe79-5274-45b2-98c5-abfad6450314,_:4b4ac100-09d6-44ad-9667-fc993a0e01ef,_:0af70376-18f8-4e6e-82fa-36cb210d3cc4)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8af9ef05-df73-4cb7-9b1a-b597028bec31), ShapeRef(_:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa), ShapeRef(_:ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd), ShapeRef(_:12832d57-f539-430c-9ff6-bf3f451bd613), ShapeRef(_:3a6cbe79-5274-45b2-98c5-abfad6450314), ShapeRef(_:4b4ac100-09d6-44ad-9667-fc993a0e01ef), ShapeRef(_:0af70376-18f8-4e6e-82fa-36cb210d3cc4)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:12832d57-f539-430c-9ff6-bf3f451bd613,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:0af70376-18f8-4e6e-82fa-36cb210d3cc4,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:13.387 [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(_:8af9ef05-df73-4cb7-9b1a-b597028bec31), ShapeRef(_:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa), ShapeRef(_:ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd), ShapeRef(_:12832d57-f539-430c-9ff6-bf3f451bd613), ShapeRef(_:3a6cbe79-5274-45b2-98c5-abfad6450314), ShapeRef(_:4b4ac100-09d6-44ad-9667-fc993a0e01ef), ShapeRef(_:0af70376-18f8-4e6e-82fa-36cb210d3cc4)),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#integerProperty2>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
18:00:13.387 [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(_:8af9ef05-df73-4cb7-9b1a-b597028bec31), ShapeRef(_:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa), ShapeRef(_:ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd), ShapeRef(_:12832d57-f539-430c-9ff6-bf3f451bd613), ShapeRef(_:3a6cbe79-5274-45b2-98c5-abfad6450314), ShapeRef(_:4b4ac100-09d6-44ad-9667-fc993a0e01ef), ShapeRef(_:0af70376-18f8-4e6e-82fa-36cb210d3cc4)),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#integerProperty2>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
18:00:13.387 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4b4ac100-09d6-44ad-9667-fc993a0e01ef = 
18:00:13.387 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4b4ac100-09d6-44ad-9667-fc993a0e01ef = 
18:00:13.387 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4b4ac100-09d6-44ad-9667-fc993a0e01ef: 
18:00:13.387 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3a6cbe79-5274-45b2-98c5-abfad6450314 = 
18:00:13.387 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3a6cbe79-5274-45b2-98c5-abfad6450314 = 
18:00:13.387 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3a6cbe79-5274-45b2-98c5-abfad6450314: 
18:00:13.387 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:12832d57-f539-430c-9ff6-bf3f451bd613 = 
18:00:13.387 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:12832d57-f539-430c-9ff6-bf3f451bd613 = 
18:00:13.387 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:12832d57-f539-430c-9ff6-bf3f451bd613: 
18:00:13.387 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd = 
18:00:13.388 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd = 
18:00:13.388 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ae62d3ac-3cb1-42d2-a18f-aa8e0dab6ecd: 
18:00:13.388 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa = 
18:00:13.388 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa = 
18:00:13.388 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ddf42694-5a9d-4e36-890b-ef2fcae5a1aa: 
18:00:13.388 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8af9ef05-df73-4cb7-9b1a-b597028bec31 = 
18:00:13.388 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8af9ef05-df73-4cb7-9b1a-b597028bec31 = 
18:00:13.388 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8af9ef05-df73-4cb7-9b1a-b597028bec31: 
18:00:13.392 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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#integerProperty2>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>). 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
               ]
] .

18:00:13.393 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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#integerProperty2>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>). 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
               ]
] .

18:00:13.395 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:13.395 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:13.395 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
18:00:13.395 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:13.395 [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.19 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-09T18:00:13.396Z"^^<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 .
18:00:13.406 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#anIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:13.396Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#aStringProperty "Cat"; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#integerProperty3 "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#integerProperty2 "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#anOslcResource @rdf:type http://www.sampledomain.org/sam#AnOslcResource} |  [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#anIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:13.396Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#aStringProperty, "Cat"] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#integerProperty3, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#integerProperty2, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#anOslcResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AnOslcResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AnOslcResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:datatype     <http://www.w3.org/2001/XMLSchema#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:minCount  0 ;
                          sh:name      "anotherIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty3" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:class     <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:datatype  oslc:Resource ;
                          sh:maxCount  1 ;
                          sh:minCount  0 ;
                          sh:name      "aReferenceProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#dateTime> ;
                          sh:minCount  1 ;
                          sh:name      "aSetOfDates" ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
18:00:13.407 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {9f60796c-4a9e-4d7f-872f-757c5c2521c2 @sh:path http://www.sampledomain.org/sam#integerProperty3; 9f60796c-4a9e-4d7f-872f-757c5c2521c2 @sh:name "integerProperty3"; 9f60796c-4a9e-4d7f-872f-757c5c2521c2 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 9f60796c-4a9e-4d7f-872f-757c5c2521c2 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 9f60796c-4a9e-4d7f-872f-757c5c2521c2 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 9f60796c-4a9e-4d7f-872f-757c5c2521c2 @rdf:type sh:Property; b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca @sh:path http://www.sampledomain.org/sam#aReferenceProperty; b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca @sh:name "aReferenceProperty"; b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca @sh:class http://www.sampledomain.org/sam#AnotherResource; b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca @sh:datatype oslc:Resource; b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca @rdf:type sh:Property; abf0cf31-ee24-4df4-b5e0-a0cf72110ec3 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; abf0cf31-ee24-4df4-b5e0-a0cf72110ec3 @sh:name "anotherIntegerProperty"; abf0cf31-ee24-4df4-b5e0-a0cf72110ec3 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; abf0cf31-ee24-4df4-b5e0-a0cf72110ec3 @sh:datatype http://www.w3.org/2001/XMLSchema#integer...} |  [9f60796c-4a9e-4d7f-872f-757c5c2521c2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [9f60796c-4a9e-4d7f-872f-757c5c2521c2, http://www.w3.org/ns/shacl#name, "integerProperty3"] [9f60796c-4a9e-4d7f-872f-757c5c2521c2, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9f60796c-4a9e-4d7f-872f-757c5c2521c2, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9f60796c-4a9e-4d7f-872f-757c5c2521c2, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [9f60796c-4a9e-4d7f-872f-757c5c2521c2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [abf0cf31-ee24-4df4-b5e0-a0cf72110ec3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [abf0cf31-ee24-4df4-b5e0-a0cf72110ec3, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [abf0cf31-ee24-4df4-b5e0-a0cf72110ec3, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [abf0cf31-ee24-4df4-b5e0-a0cf72110ec3, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [abf0cf31-ee24-4df4-b5e0-a0cf72110ec3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [75a19e70-5993-4873-b0dd-e2f499d0d986, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [75a19e70-5993-4873-b0dd-e2f499d0d986, http://www.w3.org/ns/shacl#name, "aStringProperty"] [75a19e70-5993-4873-b0dd-e2f499d0d986, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [75a19e70-5993-4873-b0dd-e2f499d0d986, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [75a19e70-5993-4873-b0dd-e2f499d0d986, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [75a19e70-5993-4873-b0dd-e2f499d0d986, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bb068c48-24e4-4789-8dd7-1f583c815df7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [bb068c48-24e4-4789-8dd7-1f583c815df7, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [bb068c48-24e4-4789-8dd7-1f583c815df7, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bb068c48-24e4-4789-8dd7-1f583c815df7, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bb068c48-24e4-4789-8dd7-1f583c815df7, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [bb068c48-24e4-4789-8dd7-1f583c815df7, 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, 75a19e70-5993-4873-b0dd-e2f499d0d986] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, bb068c48-24e4-4789-8dd7-1f583c815df7] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, abf0cf31-ee24-4df4-b5e0-a0cf72110ec3] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 9f60796c-4a9e-4d7f-872f-757c5c2521c2] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, d6166633-f654-4472-9fbe-cabfb7d3bad3] [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, b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca] [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, 28b404d3-084d-4b11-bc76-5fcb0bc183d6] [d6166633-f654-4472-9fbe-cabfb7d3bad3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [d6166633-f654-4472-9fbe-cabfb7d3bad3, http://www.w3.org/ns/shacl#name, "integerProperty2"] [d6166633-f654-4472-9fbe-cabfb7d3bad3, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d6166633-f654-4472-9fbe-cabfb7d3bad3, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d6166633-f654-4472-9fbe-cabfb7d3bad3, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d6166633-f654-4472-9fbe-cabfb7d3bad3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [28b404d3-084d-4b11-bc76-5fcb0bc183d6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [28b404d3-084d-4b11-bc76-5fcb0bc183d6, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [28b404d3-084d-4b11-bc76-5fcb0bc183d6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [28b404d3-084d-4b11-bc76-5fcb0bc183d6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [28b404d3-084d-4b11-bc76-5fcb0bc183d6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
18:00:13.407 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
18:00:13.408 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
18:00:13.410 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:d6166633-f654-4472-9fbe-cabfb7d3bad3,_:bb068c48-24e4-4789-8dd7-1f583c815df7,_:28b404d3-084d-4b11-bc76-5fcb0bc183d6,_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca,_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3,_:9f60796c-4a9e-4d7f-872f-757c5c2521c2,_:75a19e70-5993-4873-b0dd-e2f499d0d986. Pending nodes: 
18:00:13.410 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d6166633-f654-4472-9fbe-cabfb7d3bad3
18:00:13.412 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bb068c48-24e4-4789-8dd7-1f583c815df7
18:00:13.413 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:28b404d3-084d-4b11-bc76-5fcb0bc183d6
18:00:13.414 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca
18:00:13.416 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3
18:00:13.417 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9f60796c-4a9e-4d7f-872f-757c5c2521c2
18:00:13.418 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:75a19e70-5993-4873-b0dd-e2f499d0d986
18:00:13.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:75a19e70-5993-4873-b0dd-e2f499d0d986
18:00:13.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9f60796c-4a9e-4d7f-872f-757c5c2521c2
18:00:13.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3
18:00:13.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca
18:00:13.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:28b404d3-084d-4b11-bc76-5fcb0bc183d6
18:00:13.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
18:00:13.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bb068c48-24e4-4789-8dd7-1f583c815df7
18:00:13.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d6166633-f654-4472-9fbe-cabfb7d3bad3
18:00:13.419 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:75a19e70-5993-4873-b0dd-e2f499d0d986 = 
18:00:13.419 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:75a19e70-5993-4873-b0dd-e2f499d0d986 = 
18:00:13.419 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:75a19e70-5993-4873-b0dd-e2f499d0d986: 
18:00:13.419 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9f60796c-4a9e-4d7f-872f-757c5c2521c2 = 
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9f60796c-4a9e-4d7f-872f-757c5c2521c2 = 
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9f60796c-4a9e-4d7f-872f-757c5c2521c2: 
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3 = 
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3 = 
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3: 
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca = 
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca = 
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca: 
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:28b404d3-084d-4b11-bc76-5fcb0bc183d6 = 
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:28b404d3-084d-4b11-bc76-5fcb0bc183d6 = 
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:28b404d3-084d-4b11-bc76-5fcb0bc183d6: 
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#anOslcResource>
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#anOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#anOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
18:00:13.420 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:d6166633-f654-4472-9fbe-cabfb7d3bad3,_:bb068c48-24e4-4789-8dd7-1f583c815df7,_:28b404d3-084d-4b11-bc76-5fcb0bc183d6,_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca,_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3,_:9f60796c-4a9e-4d7f-872f-757c5c2521c2,_:75a19e70-5993-4873-b0dd-e2f499d0d986)
18:00:13.421 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:d6166633-f654-4472-9fbe-cabfb7d3bad3)
18:00:13.421 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:bb068c48-24e4-4789-8dd7-1f583c815df7)
18:00:13.421 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:28b404d3-084d-4b11-bc76-5fcb0bc183d6)
18:00:13.421 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca)
18:00:13.421 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3)
18:00:13.421 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:9f60796c-4a9e-4d7f-872f-757c5c2521c2)
18:00:13.421 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:75a19e70-5993-4873-b0dd-e2f499d0d986)
18:00:13.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.422 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:d6166633-f654-4472-9fbe-cabfb7d3bad3],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
18:00:13.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.423 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:d6166633-f654-4472-9fbe-cabfb7d3bad3=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(_:d6166633-f654-4472-9fbe-cabfb7d3bad3), ShapeRef(_:bb068c48-24e4-4789-8dd7-1f583c815df7), ShapeRef(_:28b404d3-084d-4b11-bc76-5fcb0bc183d6), ShapeRef(_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca), ShapeRef(_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3), ShapeRef(_:9f60796c-4a9e-4d7f-872f-757c5c2521c2), ShapeRef(_:75a19e70-5993-4873-b0dd-e2f499d0d986)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d6166633-f654-4472-9fbe-cabfb7d3bad3,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>)))))))
18:00:13.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.424 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:bb068c48-24e4-4789-8dd7-1f583c815df7],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:13.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.480 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:bb068c48-24e4-4789-8dd7-1f583c815df7=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(_:d6166633-f654-4472-9fbe-cabfb7d3bad3), ShapeRef(_:bb068c48-24e4-4789-8dd7-1f583c815df7), ShapeRef(_:28b404d3-084d-4b11-bc76-5fcb0bc183d6), ShapeRef(_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca), ShapeRef(_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3), ShapeRef(_:9f60796c-4a9e-4d7f-872f-757c5c2521c2), ShapeRef(_:75a19e70-5993-4873-b0dd-e2f499d0d986)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bb068c48-24e4-4789-8dd7-1f583c815df7,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>)))))))
18:00:13.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.481 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-11-09T18:00:13.396Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:28b404d3-084d-4b11-bc76-5fcb0bc183d6],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:13.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.482 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:28b404d3-084d-4b11-bc76-5fcb0bc183d6=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(_:d6166633-f654-4472-9fbe-cabfb7d3bad3), ShapeRef(_:bb068c48-24e4-4789-8dd7-1f583c815df7), ShapeRef(_:28b404d3-084d-4b11-bc76-5fcb0bc183d6), ShapeRef(_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca), ShapeRef(_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3), ShapeRef(_:9f60796c-4a9e-4d7f-872f-757c5c2521c2), ShapeRef(_:75a19e70-5993-4873-b0dd-e2f499d0d986)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:28b404d3-084d-4b11-bc76-5fcb0bc183d6,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-09T18:00:13.396Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
18:00:13.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.483 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
18:00:13.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.484 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca=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(_:d6166633-f654-4472-9fbe-cabfb7d3bad3), ShapeRef(_:bb068c48-24e4-4789-8dd7-1f583c815df7), ShapeRef(_:28b404d3-084d-4b11-bc76-5fcb0bc183d6), ShapeRef(_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca), ShapeRef(_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3), ShapeRef(_:9f60796c-4a9e-4d7f-872f-757c5c2521c2), ShapeRef(_:75a19e70-5993-4873-b0dd-e2f499d0d986)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca,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>)))))))
18:00:13.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.484 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:13.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.485 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3=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(_:d6166633-f654-4472-9fbe-cabfb7d3bad3), ShapeRef(_:bb068c48-24e4-4789-8dd7-1f583c815df7), ShapeRef(_:28b404d3-084d-4b11-bc76-5fcb0bc183d6), ShapeRef(_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca), ShapeRef(_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3), ShapeRef(_:9f60796c-4a9e-4d7f-872f-757c5c2521c2), ShapeRef(_:75a19e70-5993-4873-b0dd-e2f499d0d986)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3,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>)))))))
18:00:13.485 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.485 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.486 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.486 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.486 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:9f60796c-4a9e-4d7f-872f-757c5c2521c2],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
18:00:13.486 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.486 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.487 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:9f60796c-4a9e-4d7f-872f-757c5c2521c2=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(_:d6166633-f654-4472-9fbe-cabfb7d3bad3), ShapeRef(_:bb068c48-24e4-4789-8dd7-1f583c815df7), ShapeRef(_:28b404d3-084d-4b11-bc76-5fcb0bc183d6), ShapeRef(_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca), ShapeRef(_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3), ShapeRef(_:9f60796c-4a9e-4d7f-872f-757c5c2521c2), ShapeRef(_:75a19e70-5993-4873-b0dd-e2f499d0d986)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9f60796c-4a9e-4d7f-872f-757c5c2521c2,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>)))))))
18:00:13.487 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.487 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.487 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:75a19e70-5993-4873-b0dd-e2f499d0d986],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:13.487 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.487 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.488 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:75a19e70-5993-4873-b0dd-e2f499d0d986=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(_:d6166633-f654-4472-9fbe-cabfb7d3bad3), ShapeRef(_:bb068c48-24e4-4789-8dd7-1f583c815df7), ShapeRef(_:28b404d3-084d-4b11-bc76-5fcb0bc183d6), ShapeRef(_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca), ShapeRef(_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3), ShapeRef(_:9f60796c-4a9e-4d7f-872f-757c5c2521c2), ShapeRef(_:75a19e70-5993-4873-b0dd-e2f499d0d986)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:75a19e70-5993-4873-b0dd-e2f499d0d986,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>)))))))
18:00:13.488 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:d6166633-f654-4472-9fbe-cabfb7d3bad3,_:bb068c48-24e4-4789-8dd7-1f583c815df7,_:28b404d3-084d-4b11-bc76-5fcb0bc183d6,_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca,_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3,_:9f60796c-4a9e-4d7f-872f-757c5c2521c2,_:75a19e70-5993-4873-b0dd-e2f499d0d986)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(PropertyShape(_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca,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(_:d6166633-f654-4472-9fbe-cabfb7d3bad3), ShapeRef(_:bb068c48-24e4-4789-8dd7-1f583c815df7), ShapeRef(_:28b404d3-084d-4b11-bc76-5fcb0bc183d6), ShapeRef(_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca), ShapeRef(_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3), ShapeRef(_:9f60796c-4a9e-4d7f-872f-757c5c2521c2), ShapeRef(_:75a19e70-5993-4873-b0dd-e2f499d0d986)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:75a19e70-5993-4873-b0dd-e2f499d0d986,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(_:bb068c48-24e4-4789-8dd7-1f583c815df7,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(_:28b404d3-084d-4b11-bc76-5fcb0bc183d6,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-09T18:00:13.396Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3,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(_:9f60796c-4a9e-4d7f-872f-757c5c2521c2,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(_:d6166633-f654-4472-9fbe-cabfb7d3bad3,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>)))))))
18:00:13.489 [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(_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca,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(_:d6166633-f654-4472-9fbe-cabfb7d3bad3), ShapeRef(_:bb068c48-24e4-4789-8dd7-1f583c815df7), ShapeRef(_:28b404d3-084d-4b11-bc76-5fcb0bc183d6), ShapeRef(_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca), ShapeRef(_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3), ShapeRef(_:9f60796c-4a9e-4d7f-872f-757c5c2521c2), ShapeRef(_:75a19e70-5993-4873-b0dd-e2f499d0d986)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:75a19e70-5993-4873-b0dd-e2f499d0d986,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(_:bb068c48-24e4-4789-8dd7-1f583c815df7,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(_:28b404d3-084d-4b11-bc76-5fcb0bc183d6,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-09T18:00:13.396Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3,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(_:9f60796c-4a9e-4d7f-872f-757c5c2521c2,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(_:d6166633-f654-4472-9fbe-cabfb7d3bad3,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>)))))))
18:00:13.489 [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(_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca,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(_:d6166633-f654-4472-9fbe-cabfb7d3bad3), ShapeRef(_:bb068c48-24e4-4789-8dd7-1f583c815df7), ShapeRef(_:28b404d3-084d-4b11-bc76-5fcb0bc183d6), ShapeRef(_:b88a6e24-3bdd-41a4-af4f-a7e23fcaf1ca), ShapeRef(_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3), ShapeRef(_:9f60796c-4a9e-4d7f-872f-757c5c2521c2), ShapeRef(_:75a19e70-5993-4873-b0dd-e2f499d0d986)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:75a19e70-5993-4873-b0dd-e2f499d0d986,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(_:bb068c48-24e4-4789-8dd7-1f583c815df7,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(_:28b404d3-084d-4b11-bc76-5fcb0bc183d6,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-09T18:00:13.396Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:abf0cf31-ee24-4df4-b5e0-a0cf72110ec3,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(_:9f60796c-4a9e-4d7f-872f-757c5c2521c2,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(_:d6166633-f654-4472-9fbe-cabfb7d3bad3,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>)))))))
18:00:13.489 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bb068c48-24e4-4789-8dd7-1f583c815df7 = 
18:00:13.489 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bb068c48-24e4-4789-8dd7-1f583c815df7 = 
18:00:13.489 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bb068c48-24e4-4789-8dd7-1f583c815df7: 
18:00:13.489 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d6166633-f654-4472-9fbe-cabfb7d3bad3 = 
18:00:13.490 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d6166633-f654-4472-9fbe-cabfb7d3bad3 = 
18:00:13.490 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d6166633-f654-4472-9fbe-cabfb7d3bad3: 
18:00:13.491 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

18:00:13.493 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:13.493 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:13.493 [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-09T18:00:13.494Z"^^<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 .
18:00:13.507 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#anIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:13.494Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#aStringProperty "Cat"; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#integerProperty3 "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AnOslcResource @rdf:type http://www.sampledomain.org/sam#AnOslcResource} |  [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#anIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:13.494Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#aStringProperty, "Cat"] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#integerProperty3, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AnOslcResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AnOslcResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh: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#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:class     <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:datatype  oslc:Resource ;
                          sh:maxCount  1 ;
                          sh:minCount  0 ;
                          sh:name      "aReferenceProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#dateTime> ;
                          sh:minCount  1 ;
                          sh:name      "aSetOfDates" ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:datatype     <http://www.w3.org/2001/XMLSchema#string> ;
                          sh:description  "a Simple Single String Property" ;
                          sh:minCount     1 ;
                          sh:name         "aStringProperty" ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty3" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
18:00:13.508 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {86ad018e-6ddd-4452-bfe6-e6627566b72f @sh:path http://www.sampledomain.org/sam#integerProperty2; 86ad018e-6ddd-4452-bfe6-e6627566b72f @sh:name "integerProperty2"; 86ad018e-6ddd-4452-bfe6-e6627566b72f @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 86ad018e-6ddd-4452-bfe6-e6627566b72f @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 86ad018e-6ddd-4452-bfe6-e6627566b72f @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 86ad018e-6ddd-4452-bfe6-e6627566b72f @rdf:type sh:Property; 7fd1dc9a-40cb-4223-a6fa-5c8683197c71 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 7fd1dc9a-40cb-4223-a6fa-5c8683197c71 @sh:name "aReferenceProperty"; 7fd1dc9a-40cb-4223-a6fa-5c8683197c71 @sh:class http://www.sampledomain.org/sam#AnotherResource; 7fd1dc9a-40cb-4223-a6fa-5c8683197c71 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7fd1dc9a-40cb-4223-a6fa-5c8683197c71 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 7fd1dc9a-40cb-4223-a6fa-5c8683197c71 @sh:datatype oslc:Resource; 7fd1dc9a-40cb-4223-a6fa-5c8683197c71 @rdf:type sh:Property; cc50b718-0d2b-439a-bf4b-d31679e15066 @sh:path http://www.sampledomain.org/sam#integerProperty3; cc50b718-0d2b-439a-bf4b-d31679e15066 @sh:name "integerProperty3"; cc50b718-0d2b-439a-bf4b-d31679e15066 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cc50b718-0d2b-439a-bf4b-d31679e15066 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [86ad018e-6ddd-4452-bfe6-e6627566b72f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [86ad018e-6ddd-4452-bfe6-e6627566b72f, http://www.w3.org/ns/shacl#name, "integerProperty2"] [86ad018e-6ddd-4452-bfe6-e6627566b72f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [86ad018e-6ddd-4452-bfe6-e6627566b72f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [86ad018e-6ddd-4452-bfe6-e6627566b72f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [86ad018e-6ddd-4452-bfe6-e6627566b72f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7fd1dc9a-40cb-4223-a6fa-5c8683197c71, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [7fd1dc9a-40cb-4223-a6fa-5c8683197c71, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [7fd1dc9a-40cb-4223-a6fa-5c8683197c71, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [7fd1dc9a-40cb-4223-a6fa-5c8683197c71, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7fd1dc9a-40cb-4223-a6fa-5c8683197c71, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7fd1dc9a-40cb-4223-a6fa-5c8683197c71, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [7fd1dc9a-40cb-4223-a6fa-5c8683197c71, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cc50b718-0d2b-439a-bf4b-d31679e15066, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [cc50b718-0d2b-439a-bf4b-d31679e15066, http://www.w3.org/ns/shacl#name, "integerProperty3"] [cc50b718-0d2b-439a-bf4b-d31679e15066, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cc50b718-0d2b-439a-bf4b-d31679e15066, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cc50b718-0d2b-439a-bf4b-d31679e15066, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [cc50b718-0d2b-439a-bf4b-d31679e15066, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0efa7e2c-b6a5-4772-ac50-e4886284af10, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [0efa7e2c-b6a5-4772-ac50-e4886284af10, http://www.w3.org/ns/shacl#name, "aStringProperty"] [0efa7e2c-b6a5-4772-ac50-e4886284af10, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0efa7e2c-b6a5-4772-ac50-e4886284af10, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [0efa7e2c-b6a5-4772-ac50-e4886284af10, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [0efa7e2c-b6a5-4772-ac50-e4886284af10, 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, d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 8d035dfc-720a-4477-8816-7aa536377cb4] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 86ad018e-6ddd-4452-bfe6-e6627566b72f] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 7fd1dc9a-40cb-4223-a6fa-5c8683197c71] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 7bd9107c-fd6d-467b-814a-53f417c343fe] [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, 0efa7e2c-b6a5-4772-ac50-e4886284af10] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, cc50b718-0d2b-439a-bf4b-d31679e15066] [7bd9107c-fd6d-467b-814a-53f417c343fe, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [7bd9107c-fd6d-467b-814a-53f417c343fe, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [7bd9107c-fd6d-467b-814a-53f417c343fe, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7bd9107c-fd6d-467b-814a-53f417c343fe, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [7bd9107c-fd6d-467b-814a-53f417c343fe, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8d035dfc-720a-4477-8816-7aa536377cb4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [8d035dfc-720a-4477-8816-7aa536377cb4, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [8d035dfc-720a-4477-8816-7aa536377cb4, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8d035dfc-720a-4477-8816-7aa536377cb4, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8d035dfc-720a-4477-8816-7aa536377cb4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8d035dfc-720a-4477-8816-7aa536377cb4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
18:00:13.508 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
18:00:13.509 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
18:00:13.511 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:8d035dfc-720a-4477-8816-7aa536377cb4,_:7bd9107c-fd6d-467b-814a-53f417c343fe,_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7,_:86ad018e-6ddd-4452-bfe6-e6627566b72f,_:0efa7e2c-b6a5-4772-ac50-e4886284af10,_:cc50b718-0d2b-439a-bf4b-d31679e15066,_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71. Pending nodes: 
18:00:13.511 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8d035dfc-720a-4477-8816-7aa536377cb4
18:00:13.512 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7bd9107c-fd6d-467b-814a-53f417c343fe
18:00:13.513 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7
18:00:13.514 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:86ad018e-6ddd-4452-bfe6-e6627566b72f
18:00:13.515 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0efa7e2c-b6a5-4772-ac50-e4886284af10
18:00:13.516 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cc50b718-0d2b-439a-bf4b-d31679e15066
18:00:13.518 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7fd1dc9a-40cb-4223-a6fa-5c8683197c71
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7fd1dc9a-40cb-4223-a6fa-5c8683197c71
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cc50b718-0d2b-439a-bf4b-d31679e15066
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0efa7e2c-b6a5-4772-ac50-e4886284af10
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:86ad018e-6ddd-4452-bfe6-e6627566b72f
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7bd9107c-fd6d-467b-814a-53f417c343fe
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8d035dfc-720a-4477-8816-7aa536377cb4
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7fd1dc9a-40cb-4223-a6fa-5c8683197c71 = 
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7fd1dc9a-40cb-4223-a6fa-5c8683197c71 = 
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7fd1dc9a-40cb-4223-a6fa-5c8683197c71: 
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cc50b718-0d2b-439a-bf4b-d31679e15066 = 
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cc50b718-0d2b-439a-bf4b-d31679e15066 = 
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cc50b718-0d2b-439a-bf4b-d31679e15066: 
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0efa7e2c-b6a5-4772-ac50-e4886284af10 = 
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0efa7e2c-b6a5-4772-ac50-e4886284af10 = 
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0efa7e2c-b6a5-4772-ac50-e4886284af10: 
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:86ad018e-6ddd-4452-bfe6-e6627566b72f = 
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:86ad018e-6ddd-4452-bfe6-e6627566b72f = 
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:86ad018e-6ddd-4452-bfe6-e6627566b72f: 
18:00:13.519 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7 = 
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7 = 
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7: 
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7bd9107c-fd6d-467b-814a-53f417c343fe = 
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7bd9107c-fd6d-467b-814a-53f417c343fe = 
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7bd9107c-fd6d-467b-814a-53f417c343fe: 
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#AnOslcResource>
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AnOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:8d035dfc-720a-4477-8816-7aa536377cb4,_:7bd9107c-fd6d-467b-814a-53f417c343fe,_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7,_:86ad018e-6ddd-4452-bfe6-e6627566b72f,_:0efa7e2c-b6a5-4772-ac50-e4886284af10,_:cc50b718-0d2b-439a-bf4b-d31679e15066,_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71)
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:8d035dfc-720a-4477-8816-7aa536377cb4)
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:7bd9107c-fd6d-467b-814a-53f417c343fe)
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7)
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:86ad018e-6ddd-4452-bfe6-e6627566b72f)
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:0efa7e2c-b6a5-4772-ac50-e4886284af10)
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:cc50b718-0d2b-439a-bf4b-d31679e15066)
18:00:13.520 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71)
18:00:13.520 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.521 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.521 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.521 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.522 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:8d035dfc-720a-4477-8816-7aa536377cb4],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:13.522 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.522 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.523 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:8d035dfc-720a-4477-8816-7aa536377cb4=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(_:8d035dfc-720a-4477-8816-7aa536377cb4), ShapeRef(_:7bd9107c-fd6d-467b-814a-53f417c343fe), ShapeRef(_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7), ShapeRef(_:86ad018e-6ddd-4452-bfe6-e6627566b72f), ShapeRef(_:0efa7e2c-b6a5-4772-ac50-e4886284af10), ShapeRef(_:cc50b718-0d2b-439a-bf4b-d31679e15066), ShapeRef(_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8d035dfc-720a-4477-8816-7aa536377cb4,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>)))))))
18:00:13.523 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.523 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.523 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-11-09T18:00:13.494Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:7bd9107c-fd6d-467b-814a-53f417c343fe],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:13.523 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.523 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.524 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:7bd9107c-fd6d-467b-814a-53f417c343fe=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(_:8d035dfc-720a-4477-8816-7aa536377cb4), ShapeRef(_:7bd9107c-fd6d-467b-814a-53f417c343fe), ShapeRef(_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7), ShapeRef(_:86ad018e-6ddd-4452-bfe6-e6627566b72f), ShapeRef(_:0efa7e2c-b6a5-4772-ac50-e4886284af10), ShapeRef(_:cc50b718-0d2b-439a-bf4b-d31679e15066), ShapeRef(_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7bd9107c-fd6d-467b-814a-53f417c343fe,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-09T18:00:13.494Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
18:00:13.524 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.524 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.524 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:13.524 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.524 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.525 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7=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(_:8d035dfc-720a-4477-8816-7aa536377cb4), ShapeRef(_:7bd9107c-fd6d-467b-814a-53f417c343fe), ShapeRef(_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7), ShapeRef(_:86ad018e-6ddd-4452-bfe6-e6627566b72f), ShapeRef(_:0efa7e2c-b6a5-4772-ac50-e4886284af10), ShapeRef(_:cc50b718-0d2b-439a-bf4b-d31679e15066), ShapeRef(_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7,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>)))))))
18:00:13.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.525 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:86ad018e-6ddd-4452-bfe6-e6627566b72f],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
18:00:13.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.526 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:86ad018e-6ddd-4452-bfe6-e6627566b72f=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(_:8d035dfc-720a-4477-8816-7aa536377cb4), ShapeRef(_:7bd9107c-fd6d-467b-814a-53f417c343fe), ShapeRef(_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7), ShapeRef(_:86ad018e-6ddd-4452-bfe6-e6627566b72f), ShapeRef(_:0efa7e2c-b6a5-4772-ac50-e4886284af10), ShapeRef(_:cc50b718-0d2b-439a-bf4b-d31679e15066), ShapeRef(_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:86ad018e-6ddd-4452-bfe6-e6627566b72f,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"))))))))
18:00:13.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.526 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:0efa7e2c-b6a5-4772-ac50-e4886284af10],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:13.581 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.581 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.581 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:0efa7e2c-b6a5-4772-ac50-e4886284af10=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(_:8d035dfc-720a-4477-8816-7aa536377cb4), ShapeRef(_:7bd9107c-fd6d-467b-814a-53f417c343fe), ShapeRef(_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7), ShapeRef(_:86ad018e-6ddd-4452-bfe6-e6627566b72f), ShapeRef(_:0efa7e2c-b6a5-4772-ac50-e4886284af10), ShapeRef(_:cc50b718-0d2b-439a-bf4b-d31679e15066), ShapeRef(_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0efa7e2c-b6a5-4772-ac50-e4886284af10,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>)))))))
18:00:13.582 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.582 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.582 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.582 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.582 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:cc50b718-0d2b-439a-bf4b-d31679e15066],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
18:00:13.583 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.583 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.583 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:cc50b718-0d2b-439a-bf4b-d31679e15066=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(_:8d035dfc-720a-4477-8816-7aa536377cb4), ShapeRef(_:7bd9107c-fd6d-467b-814a-53f417c343fe), ShapeRef(_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7), ShapeRef(_:86ad018e-6ddd-4452-bfe6-e6627566b72f), ShapeRef(_:0efa7e2c-b6a5-4772-ac50-e4886284af10), ShapeRef(_:cc50b718-0d2b-439a-bf4b-d31679e15066), ShapeRef(_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cc50b718-0d2b-439a-bf4b-d31679e15066,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>)))))))
18:00:13.583 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.583 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.584 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.584 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.584 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
18:00:13.584 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.584 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.585 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.585 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.585 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71=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(_:8d035dfc-720a-4477-8816-7aa536377cb4), ShapeRef(_:7bd9107c-fd6d-467b-814a-53f417c343fe), ShapeRef(_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7), ShapeRef(_:86ad018e-6ddd-4452-bfe6-e6627566b72f), ShapeRef(_:0efa7e2c-b6a5-4772-ac50-e4886284af10), ShapeRef(_:cc50b718-0d2b-439a-bf4b-d31679e15066), ShapeRef(_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71,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>)))))))
18:00:13.585 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:8d035dfc-720a-4477-8816-7aa536377cb4,_:7bd9107c-fd6d-467b-814a-53f417c343fe,_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7,_:86ad018e-6ddd-4452-bfe6-e6627566b72f,_:0efa7e2c-b6a5-4772-ac50-e4886284af10,_:cc50b718-0d2b-439a-bf4b-d31679e15066,_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71)=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(_:8d035dfc-720a-4477-8816-7aa536377cb4), ShapeRef(_:7bd9107c-fd6d-467b-814a-53f417c343fe), ShapeRef(_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7), ShapeRef(_:86ad018e-6ddd-4452-bfe6-e6627566b72f), ShapeRef(_:0efa7e2c-b6a5-4772-ac50-e4886284af10), ShapeRef(_:cc50b718-0d2b-439a-bf4b-d31679e15066), ShapeRef(_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8d035dfc-720a-4477-8816-7aa536377cb4,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(_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7,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(_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71,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(_:86ad018e-6ddd-4452-bfe6-e6627566b72f,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(_:0efa7e2c-b6a5-4772-ac50-e4886284af10,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(_:7bd9107c-fd6d-467b-814a-53f417c343fe,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-09T18:00:13.494Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:cc50b718-0d2b-439a-bf4b-d31679e15066,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>)))))))
18:00:13.586 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,http://www.sampledomain.org/sam#AnOslcResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:8d035dfc-720a-4477-8816-7aa536377cb4), ShapeRef(_:7bd9107c-fd6d-467b-814a-53f417c343fe), ShapeRef(_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7), ShapeRef(_:86ad018e-6ddd-4452-bfe6-e6627566b72f), ShapeRef(_:0efa7e2c-b6a5-4772-ac50-e4886284af10), ShapeRef(_:cc50b718-0d2b-439a-bf4b-d31679e15066), ShapeRef(_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8d035dfc-720a-4477-8816-7aa536377cb4,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(_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7,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(_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71,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(_:86ad018e-6ddd-4452-bfe6-e6627566b72f,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(_:0efa7e2c-b6a5-4772-ac50-e4886284af10,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(_:7bd9107c-fd6d-467b-814a-53f417c343fe,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-09T18:00:13.494Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:cc50b718-0d2b-439a-bf4b-d31679e15066,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>)))))))
18:00:13.586 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AnOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:8d035dfc-720a-4477-8816-7aa536377cb4), ShapeRef(_:7bd9107c-fd6d-467b-814a-53f417c343fe), ShapeRef(_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7), ShapeRef(_:86ad018e-6ddd-4452-bfe6-e6627566b72f), ShapeRef(_:0efa7e2c-b6a5-4772-ac50-e4886284af10), ShapeRef(_:cc50b718-0d2b-439a-bf4b-d31679e15066), ShapeRef(_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8d035dfc-720a-4477-8816-7aa536377cb4,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(_:d2972cdd-c7f8-4e70-aa4b-199ed6cf6da7,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(_:7fd1dc9a-40cb-4223-a6fa-5c8683197c71,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(_:86ad018e-6ddd-4452-bfe6-e6627566b72f,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(_:0efa7e2c-b6a5-4772-ac50-e4886284af10,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(_:7bd9107c-fd6d-467b-814a-53f417c343fe,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-09T18:00:13.494Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:cc50b718-0d2b-439a-bf4b-d31679e15066,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>)))))))
18:00:13.587 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8d035dfc-720a-4477-8816-7aa536377cb4 = 
18:00:13.587 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8d035dfc-720a-4477-8816-7aa536377cb4 = 
18:00:13.587 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8d035dfc-720a-4477-8816-7aa536377cb4: 
18:00:13.588 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

18:00:13.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  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
               ]
] .

18:00:13.591 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:13.591 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:13.591 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
18:00:13.591 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:13.591 [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.196 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-09T18:00:13.592Z"^^<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 .
18:00:13.599 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:13.592Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "15"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:13.592Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "15"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:00:13.600 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {e3685e06-a999-4763-ae18-903b353dfca5 @sh:path http://www.sampledomain.org/sam#integerProperty2; e3685e06-a999-4763-ae18-903b353dfca5 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; e3685e06-a999-4763-ae18-903b353dfca5 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; e3685e06-a999-4763-ae18-903b353dfca5 @rdf:type sh:Property; 888ceece-caf9-4bee-bb89-45f92a3bb0fa @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 888ceece-caf9-4bee-bb89-45f92a3bb0fa @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 888ceece-caf9-4bee-bb89-45f92a3bb0fa @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 888ceece-caf9-4bee-bb89-45f92a3bb0fa @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 888ceece-caf9-4bee-bb89-45f92a3bb0fa @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 888ceece-caf9-4bee-bb89-45f92a3bb0fa @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 888ceece-caf9-4bee-bb89-45f92a3bb0fa @rdf:type sh:Property; 497a5c82-8ba2-484a-86ad-662682313abe @sh:path http://www.sampledomain.org/sam#integerProperty3; 497a5c82-8ba2-484a-86ad-662682313abe @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 497a5c82-8ba2-484a-86ad-662682313abe @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 497a5c82-8ba2-484a-86ad-662682313abe @rdf:type sh:Property; 4e94ffa5-3887-4a40-8b51-73f6181831f2 @sh:path http://www.sampledomain.org/sam#aStringProperty; 4e94ffa5-3887-4a40-8b51-73f6181831f2 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [e3685e06-a999-4763-ae18-903b353dfca5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [e3685e06-a999-4763-ae18-903b353dfca5, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [e3685e06-a999-4763-ae18-903b353dfca5, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [e3685e06-a999-4763-ae18-903b353dfca5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [888ceece-caf9-4bee-bb89-45f92a3bb0fa, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [888ceece-caf9-4bee-bb89-45f92a3bb0fa, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [888ceece-caf9-4bee-bb89-45f92a3bb0fa, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [888ceece-caf9-4bee-bb89-45f92a3bb0fa, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [888ceece-caf9-4bee-bb89-45f92a3bb0fa, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [888ceece-caf9-4bee-bb89-45f92a3bb0fa, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [888ceece-caf9-4bee-bb89-45f92a3bb0fa, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [497a5c82-8ba2-484a-86ad-662682313abe, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [497a5c82-8ba2-484a-86ad-662682313abe, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [497a5c82-8ba2-484a-86ad-662682313abe, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [497a5c82-8ba2-484a-86ad-662682313abe, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4e94ffa5-3887-4a40-8b51-73f6181831f2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [4e94ffa5-3887-4a40-8b51-73f6181831f2, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4e94ffa5-3887-4a40-8b51-73f6181831f2, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4e94ffa5-3887-4a40-8b51-73f6181831f2, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [4e94ffa5-3887-4a40-8b51-73f6181831f2, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [4e94ffa5-3887-4a40-8b51-73f6181831f2, http://www.w3.org/ns/shacl#pattern, "^B"] [4e94ffa5-3887-4a40-8b51-73f6181831f2, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [4e94ffa5-3887-4a40-8b51-73f6181831f2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f8a65d68-02c3-43ad-8200-aeb925d9e27f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [f8a65d68-02c3-43ad-8200-aeb925d9e27f, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f8a65d68-02c3-43ad-8200-aeb925d9e27f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f8a65d68-02c3-43ad-8200-aeb925d9e27f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dcd26bc9-38d6-4a29-b33e-a3ba6d6bc9e9, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [dcd26bc9-38d6-4a29-b33e-a3ba6d6bc9e9, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [ec33b8f1-1339-4662-ac3b-ddf9235dbdc6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [ec33b8f1-1339-4662-ac3b-ddf9235dbdc6, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ec33b8f1-1339-4662-ac3b-ddf9235dbdc6, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ec33b8f1-1339-4662-ac3b-ddf9235dbdc6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ec33b8f1-1339-4662-ac3b-ddf9235dbdc6, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ec33b8f1-1339-4662-ac3b-ddf9235dbdc6, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ec33b8f1-1339-4662-ac3b-ddf9235dbdc6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [79883b11-5d3c-48e9-8229-82f5e7f3414c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [79883b11-5d3c-48e9-8229-82f5e7f3414c, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [79883b11-5d3c-48e9-8229-82f5e7f3414c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a8ce73dc-a812-44dd-ab6e-55a02bb431ab, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, dcd26bc9-38d6-4a29-b33e-a3ba6d6bc9e9] [a8ce73dc-a812-44dd-ab6e-55a02bb431ab, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [36c180e1-216d-43e8-bccb-3553c8f0af30, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [36c180e1-216d-43e8-bccb-3553c8f0af30, http://www.w3.org/ns/shacl#in, c492aa50-b9bb-44a1-a345-70e876c2cb24] [36c180e1-216d-43e8-bccb-3553c8f0af30, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c492aa50-b9bb-44a1-a345-70e876c2cb24, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a8ce73dc-a812-44dd-ab6e-55a02bb431ab] [c492aa50-b9bb-44a1-a345-70e876c2cb24, 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, e3685e06-a999-4763-ae18-903b353dfca5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4e94ffa5-3887-4a40-8b51-73f6181831f2] [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, 36c180e1-216d-43e8-bccb-3553c8f0af30] [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, 888ceece-caf9-4bee-bb89-45f92a3bb0fa] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 497a5c82-8ba2-484a-86ad-662682313abe] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 79883b11-5d3c-48e9-8229-82f5e7f3414c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ec33b8f1-1339-4662-ac3b-ddf9235dbdc6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f8a65d68-02c3-43ad-8200-aeb925d9e27f]>
18:00:13.600 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:13.601 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:13.602 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:36c180e1-216d-43e8-bccb-3553c8f0af30,_:79883b11-5d3c-48e9-8229-82f5e7f3414c,_:f8a65d68-02c3-43ad-8200-aeb925d9e27f,_:4e94ffa5-3887-4a40-8b51-73f6181831f2,_:888ceece-caf9-4bee-bb89-45f92a3bb0fa,_:497a5c82-8ba2-484a-86ad-662682313abe,_:e3685e06-a999-4763-ae18-903b353dfca5,_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6. Pending nodes: 
18:00:13.602 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:36c180e1-216d-43e8-bccb-3553c8f0af30
18:00:13.602 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:79883b11-5d3c-48e9-8229-82f5e7f3414c
18:00:13.603 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f8a65d68-02c3-43ad-8200-aeb925d9e27f
18:00:13.604 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4e94ffa5-3887-4a40-8b51-73f6181831f2
18:00:13.604 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:888ceece-caf9-4bee-bb89-45f92a3bb0fa
18:00:13.605 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:497a5c82-8ba2-484a-86ad-662682313abe
18:00:13.606 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e3685e06-a999-4763-ae18-903b353dfca5
18:00:13.606 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6
18:00:13.607 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6
18:00:13.607 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:13.607 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e3685e06-a999-4763-ae18-903b353dfca5
18:00:13.607 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:497a5c82-8ba2-484a-86ad-662682313abe
18:00:13.607 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:888ceece-caf9-4bee-bb89-45f92a3bb0fa
18:00:13.607 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4e94ffa5-3887-4a40-8b51-73f6181831f2
18:00:13.607 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f8a65d68-02c3-43ad-8200-aeb925d9e27f
18:00:13.607 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:79883b11-5d3c-48e9-8229-82f5e7f3414c
18:00:13.607 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:36c180e1-216d-43e8-bccb-3553c8f0af30
18:00:13.607 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6 = 
18:00:13.607 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6 = 
18:00:13.607 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6: 
18:00:13.607 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:13.607 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:13.608 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:13.608 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:13.608 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:13.608 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:36c180e1-216d-43e8-bccb-3553c8f0af30,_:79883b11-5d3c-48e9-8229-82f5e7f3414c,_:f8a65d68-02c3-43ad-8200-aeb925d9e27f,_:4e94ffa5-3887-4a40-8b51-73f6181831f2,_:888ceece-caf9-4bee-bb89-45f92a3bb0fa,_:497a5c82-8ba2-484a-86ad-662682313abe,_:e3685e06-a999-4763-ae18-903b353dfca5,_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6)
18:00:13.608 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36c180e1-216d-43e8-bccb-3553c8f0af30)
18:00:13.608 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:79883b11-5d3c-48e9-8229-82f5e7f3414c)
18:00:13.608 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f8a65d68-02c3-43ad-8200-aeb925d9e27f)
18:00:13.608 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4e94ffa5-3887-4a40-8b51-73f6181831f2)
18:00:13.608 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:888ceece-caf9-4bee-bb89-45f92a3bb0fa)
18:00:13.608 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:497a5c82-8ba2-484a-86ad-662682313abe)
18:00:13.608 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e3685e06-a999-4763-ae18-903b353dfca5)
18:00:13.608 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6)
18:00:13.608 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.608 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.608 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36c180e1-216d-43e8-bccb-3553c8f0af30=ShapeTyping(TypingMap(Map()))
18:00:13.608 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.608 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.609 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:79883b11-5d3c-48e9-8229-82f5e7f3414c=ShapeTyping(TypingMap(Map()))
18:00:13.609 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.609 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.609 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.609 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.609 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:13.592Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f8a65d68-02c3-43ad-8200-aeb925d9e27f],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:13.610 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f8a65d68-02c3-43ad-8200-aeb925d9e27f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:36c180e1-216d-43e8-bccb-3553c8f0af30), ShapeRef(_:79883b11-5d3c-48e9-8229-82f5e7f3414c), ShapeRef(_:f8a65d68-02c3-43ad-8200-aeb925d9e27f), ShapeRef(_:4e94ffa5-3887-4a40-8b51-73f6181831f2), ShapeRef(_:888ceece-caf9-4bee-bb89-45f92a3bb0fa), ShapeRef(_:497a5c82-8ba2-484a-86ad-662682313abe), ShapeRef(_:e3685e06-a999-4763-ae18-903b353dfca5), ShapeRef(_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f8a65d68-02c3-43ad-8200-aeb925d9e27f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.612 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4e94ffa5-3887-4a40-8b51-73f6181831f2],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:13.612 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4e94ffa5-3887-4a40-8b51-73f6181831f2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:36c180e1-216d-43e8-bccb-3553c8f0af30), ShapeRef(_:79883b11-5d3c-48e9-8229-82f5e7f3414c), ShapeRef(_:f8a65d68-02c3-43ad-8200-aeb925d9e27f), ShapeRef(_:4e94ffa5-3887-4a40-8b51-73f6181831f2), ShapeRef(_:888ceece-caf9-4bee-bb89-45f92a3bb0fa), ShapeRef(_:497a5c82-8ba2-484a-86ad-662682313abe), ShapeRef(_:e3685e06-a999-4763-ae18-903b353dfca5), ShapeRef(_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4e94ffa5-3887-4a40-8b51-73f6181831f2,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.613 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:888ceece-caf9-4bee-bb89-45f92a3bb0fa],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:13.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.614 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:888ceece-caf9-4bee-bb89-45f92a3bb0fa=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:36c180e1-216d-43e8-bccb-3553c8f0af30), ShapeRef(_:79883b11-5d3c-48e9-8229-82f5e7f3414c), ShapeRef(_:f8a65d68-02c3-43ad-8200-aeb925d9e27f), ShapeRef(_:4e94ffa5-3887-4a40-8b51-73f6181831f2), ShapeRef(_:888ceece-caf9-4bee-bb89-45f92a3bb0fa), ShapeRef(_:497a5c82-8ba2-484a-86ad-662682313abe), ShapeRef(_:e3685e06-a999-4763-ae18-903b353dfca5), ShapeRef(_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:888ceece-caf9-4bee-bb89-45f92a3bb0fa,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:13.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.616 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:497a5c82-8ba2-484a-86ad-662682313abe=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:36c180e1-216d-43e8-bccb-3553c8f0af30), ShapeRef(_:79883b11-5d3c-48e9-8229-82f5e7f3414c), ShapeRef(_:f8a65d68-02c3-43ad-8200-aeb925d9e27f), ShapeRef(_:4e94ffa5-3887-4a40-8b51-73f6181831f2), ShapeRef(_:888ceece-caf9-4bee-bb89-45f92a3bb0fa), ShapeRef(_:497a5c82-8ba2-484a-86ad-662682313abe), ShapeRef(_:e3685e06-a999-4763-ae18-903b353dfca5), ShapeRef(_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:497a5c82-8ba2-484a-86ad-662682313abe,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))))))))
18:00:13.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.617 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e3685e06-a999-4763-ae18-903b353dfca5=ShapeTyping(TypingMap(Map()))
18:00:13.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.618 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.618 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.618 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:13.618 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.618 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.618 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:36c180e1-216d-43e8-bccb-3553c8f0af30), ShapeRef(_:79883b11-5d3c-48e9-8229-82f5e7f3414c), ShapeRef(_:f8a65d68-02c3-43ad-8200-aeb925d9e27f), ShapeRef(_:4e94ffa5-3887-4a40-8b51-73f6181831f2), ShapeRef(_:888ceece-caf9-4bee-bb89-45f92a3bb0fa), ShapeRef(_:497a5c82-8ba2-484a-86ad-662682313abe), ShapeRef(_:e3685e06-a999-4763-ae18-903b353dfca5), ShapeRef(_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.618 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:36c180e1-216d-43e8-bccb-3553c8f0af30,_:79883b11-5d3c-48e9-8229-82f5e7f3414c,_:f8a65d68-02c3-43ad-8200-aeb925d9e27f,_:4e94ffa5-3887-4a40-8b51-73f6181831f2,_:888ceece-caf9-4bee-bb89-45f92a3bb0fa,_:497a5c82-8ba2-484a-86ad-662682313abe,_:e3685e06-a999-4763-ae18-903b353dfca5,_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:497a5c82-8ba2-484a-86ad-662682313abe,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(_:888ceece-caf9-4bee-bb89-45f92a3bb0fa,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:36c180e1-216d-43e8-bccb-3553c8f0af30), ShapeRef(_:79883b11-5d3c-48e9-8229-82f5e7f3414c), ShapeRef(_:f8a65d68-02c3-43ad-8200-aeb925d9e27f), ShapeRef(_:4e94ffa5-3887-4a40-8b51-73f6181831f2), ShapeRef(_:888ceece-caf9-4bee-bb89-45f92a3bb0fa), ShapeRef(_:497a5c82-8ba2-484a-86ad-662682313abe), ShapeRef(_:e3685e06-a999-4763-ae18-903b353dfca5), ShapeRef(_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f8a65d68-02c3-43ad-8200-aeb925d9e27f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4e94ffa5-3887-4a40-8b51-73f6181831f2,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.619 [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(_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:497a5c82-8ba2-484a-86ad-662682313abe,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(_:888ceece-caf9-4bee-bb89-45f92a3bb0fa,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:36c180e1-216d-43e8-bccb-3553c8f0af30), ShapeRef(_:79883b11-5d3c-48e9-8229-82f5e7f3414c), ShapeRef(_:f8a65d68-02c3-43ad-8200-aeb925d9e27f), ShapeRef(_:4e94ffa5-3887-4a40-8b51-73f6181831f2), ShapeRef(_:888ceece-caf9-4bee-bb89-45f92a3bb0fa), ShapeRef(_:497a5c82-8ba2-484a-86ad-662682313abe), ShapeRef(_:e3685e06-a999-4763-ae18-903b353dfca5), ShapeRef(_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f8a65d68-02c3-43ad-8200-aeb925d9e27f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4e94ffa5-3887-4a40-8b51-73f6181831f2,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.619 [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(_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:497a5c82-8ba2-484a-86ad-662682313abe,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(_:888ceece-caf9-4bee-bb89-45f92a3bb0fa,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:36c180e1-216d-43e8-bccb-3553c8f0af30), ShapeRef(_:79883b11-5d3c-48e9-8229-82f5e7f3414c), ShapeRef(_:f8a65d68-02c3-43ad-8200-aeb925d9e27f), ShapeRef(_:4e94ffa5-3887-4a40-8b51-73f6181831f2), ShapeRef(_:888ceece-caf9-4bee-bb89-45f92a3bb0fa), ShapeRef(_:497a5c82-8ba2-484a-86ad-662682313abe), ShapeRef(_:e3685e06-a999-4763-ae18-903b353dfca5), ShapeRef(_:ec33b8f1-1339-4662-ac3b-ddf9235dbdc6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f8a65d68-02c3-43ad-8200-aeb925d9e27f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4e94ffa5-3887-4a40-8b51-73f6181831f2,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e3685e06-a999-4763-ae18-903b353dfca5 = 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e3685e06-a999-4763-ae18-903b353dfca5 = 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e3685e06-a999-4763-ae18-903b353dfca5: 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:497a5c82-8ba2-484a-86ad-662682313abe = 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:497a5c82-8ba2-484a-86ad-662682313abe = 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:497a5c82-8ba2-484a-86ad-662682313abe: 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:888ceece-caf9-4bee-bb89-45f92a3bb0fa = 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:888ceece-caf9-4bee-bb89-45f92a3bb0fa = 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:888ceece-caf9-4bee-bb89-45f92a3bb0fa: 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4e94ffa5-3887-4a40-8b51-73f6181831f2 = 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4e94ffa5-3887-4a40-8b51-73f6181831f2 = 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4e94ffa5-3887-4a40-8b51-73f6181831f2: 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f8a65d68-02c3-43ad-8200-aeb925d9e27f = 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f8a65d68-02c3-43ad-8200-aeb925d9e27f = 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f8a65d68-02c3-43ad-8200-aeb925d9e27f: 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:79883b11-5d3c-48e9-8229-82f5e7f3414c = 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:79883b11-5d3c-48e9-8229-82f5e7f3414c = 
18:00:13.619 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:79883b11-5d3c-48e9-8229-82f5e7f3414c: 
18:00:13.620 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:36c180e1-216d-43e8-bccb-3553c8f0af30 = 
18:00:13.620 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:36c180e1-216d-43e8-bccb-3553c8f0af30 = 
18:00:13.620 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:36c180e1-216d-43e8-bccb-3553c8f0af30: 
18:00:13.681 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

18:00:13.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  true
] .

18:00:13.683 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:13.683 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:13.683 [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-09T18:00:13.683Z"^^<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 .
18:00:13.690 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:13.683Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "16"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:13.683Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "16"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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> .
18:00:13.691 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {80ebac39-85f5-437f-8f3d-108abafaf164 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 80ebac39-85f5-437f-8f3d-108abafaf164 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 80ebac39-85f5-437f-8f3d-108abafaf164 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 80ebac39-85f5-437f-8f3d-108abafaf164 @rdf:type sh:Property; b47e5a94-471b-4d64-8b18-594587affcdd @sh:path http://www.sampledomain.org/sam#anotherStringProperty; b47e5a94-471b-4d64-8b18-594587affcdd @sh:in 51c57e68-c53a-4574-ba21-08a5e1b925ee; b47e5a94-471b-4d64-8b18-594587affcdd @rdf:type sh:Property; b2838c66-648e-48bd-89cd-4c4bdb044d03 @sh:path http://www.sampledomain.org/sam#integerProperty3; b2838c66-648e-48bd-89cd-4c4bdb044d03 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; b2838c66-648e-48bd-89cd-4c4bdb044d03 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; b2838c66-648e-48bd-89cd-4c4bdb044d03 @rdf:type sh:Property; 79efccb7-eb8f-4181-be21-8e3c8e87c55b @sh:path http://www.sampledomain.org/sam#aStringProperty; 79efccb7-eb8f-4181-be21-8e3c8e87c55b @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 79efccb7-eb8f-4181-be21-8e3c8e87c55b @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 79efccb7-eb8f-4181-be21-8e3c8e87c55b @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 79efccb7-eb8f-4181-be21-8e3c8e87c55b @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 79efccb7-eb8f-4181-be21-8e3c8e87c55b @sh:pattern "^B"...} |  [80ebac39-85f5-437f-8f3d-108abafaf164, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [80ebac39-85f5-437f-8f3d-108abafaf164, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [80ebac39-85f5-437f-8f3d-108abafaf164, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [80ebac39-85f5-437f-8f3d-108abafaf164, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b47e5a94-471b-4d64-8b18-594587affcdd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [b47e5a94-471b-4d64-8b18-594587affcdd, http://www.w3.org/ns/shacl#in, 51c57e68-c53a-4574-ba21-08a5e1b925ee] [b47e5a94-471b-4d64-8b18-594587affcdd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b2838c66-648e-48bd-89cd-4c4bdb044d03, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [b2838c66-648e-48bd-89cd-4c4bdb044d03, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b2838c66-648e-48bd-89cd-4c4bdb044d03, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b2838c66-648e-48bd-89cd-4c4bdb044d03, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [79efccb7-eb8f-4181-be21-8e3c8e87c55b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [79efccb7-eb8f-4181-be21-8e3c8e87c55b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [79efccb7-eb8f-4181-be21-8e3c8e87c55b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [79efccb7-eb8f-4181-be21-8e3c8e87c55b, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [79efccb7-eb8f-4181-be21-8e3c8e87c55b, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [79efccb7-eb8f-4181-be21-8e3c8e87c55b, http://www.w3.org/ns/shacl#pattern, "^B"] [79efccb7-eb8f-4181-be21-8e3c8e87c55b, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [79efccb7-eb8f-4181-be21-8e3c8e87c55b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [85daa774-cc7c-4a41-9cbc-e08a997a9a8b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [85daa774-cc7c-4a41-9cbc-e08a997a9a8b, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [85daa774-cc7c-4a41-9cbc-e08a997a9a8b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6bbede05-864a-4783-a1d2-d8ccb72f2aff, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [6bbede05-864a-4783-a1d2-d8ccb72f2aff, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6bbede05-864a-4783-a1d2-d8ccb72f2aff, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6bbede05-864a-4783-a1d2-d8ccb72f2aff, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6bbede05-864a-4783-a1d2-d8ccb72f2aff, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6bbede05-864a-4783-a1d2-d8ccb72f2aff, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6bbede05-864a-4783-a1d2-d8ccb72f2aff, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [49ef0291-356e-475c-916b-038b5e879842, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [49ef0291-356e-475c-916b-038b5e879842, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [55f2292a-7c62-49b6-97c1-697e79205d3c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 49ef0291-356e-475c-916b-038b5e879842] [55f2292a-7c62-49b6-97c1-697e79205d3c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [805ef57a-20e6-4bdd-8956-1e9318357ca7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [805ef57a-20e6-4bdd-8956-1e9318357ca7, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [805ef57a-20e6-4bdd-8956-1e9318357ca7, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [805ef57a-20e6-4bdd-8956-1e9318357ca7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [51c57e68-c53a-4574-ba21-08a5e1b925ee, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 55f2292a-7c62-49b6-97c1-697e79205d3c] [51c57e68-c53a-4574-ba21-08a5e1b925ee, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [26e8799a-583c-458e-8994-5ef0b4135511, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [26e8799a-583c-458e-8994-5ef0b4135511, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [26e8799a-583c-458e-8994-5ef0b4135511, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [26e8799a-583c-458e-8994-5ef0b4135511, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [26e8799a-583c-458e-8994-5ef0b4135511, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [26e8799a-583c-458e-8994-5ef0b4135511, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [26e8799a-583c-458e-8994-5ef0b4135511, 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, 805ef57a-20e6-4bdd-8956-1e9318357ca7] [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, 85daa774-cc7c-4a41-9cbc-e08a997a9a8b] [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, 80ebac39-85f5-437f-8f3d-108abafaf164] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6bbede05-864a-4783-a1d2-d8ccb72f2aff] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 79efccb7-eb8f-4181-be21-8e3c8e87c55b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b47e5a94-471b-4d64-8b18-594587affcdd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b2838c66-648e-48bd-89cd-4c4bdb044d03] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 26e8799a-583c-458e-8994-5ef0b4135511]>
18:00:13.691 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:13.692 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:13.700 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:26e8799a-583c-458e-8994-5ef0b4135511,_:805ef57a-20e6-4bdd-8956-1e9318357ca7,_:b47e5a94-471b-4d64-8b18-594587affcdd,_:b2838c66-648e-48bd-89cd-4c4bdb044d03,_:79efccb7-eb8f-4181-be21-8e3c8e87c55b,_:85daa774-cc7c-4a41-9cbc-e08a997a9a8b,_:80ebac39-85f5-437f-8f3d-108abafaf164,_:6bbede05-864a-4783-a1d2-d8ccb72f2aff. Pending nodes: 
18:00:13.701 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:26e8799a-583c-458e-8994-5ef0b4135511
18:00:13.702 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:805ef57a-20e6-4bdd-8956-1e9318357ca7
18:00:13.702 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b47e5a94-471b-4d64-8b18-594587affcdd
18:00:13.703 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b2838c66-648e-48bd-89cd-4c4bdb044d03
18:00:13.703 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:79efccb7-eb8f-4181-be21-8e3c8e87c55b
18:00:13.704 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:85daa774-cc7c-4a41-9cbc-e08a997a9a8b
18:00:13.704 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:80ebac39-85f5-437f-8f3d-108abafaf164
18:00:13.705 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6bbede05-864a-4783-a1d2-d8ccb72f2aff
18:00:13.705 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:13.705 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6bbede05-864a-4783-a1d2-d8ccb72f2aff
18:00:13.705 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:80ebac39-85f5-437f-8f3d-108abafaf164
18:00:13.705 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:85daa774-cc7c-4a41-9cbc-e08a997a9a8b
18:00:13.705 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:79efccb7-eb8f-4181-be21-8e3c8e87c55b
18:00:13.705 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b2838c66-648e-48bd-89cd-4c4bdb044d03
18:00:13.705 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b47e5a94-471b-4d64-8b18-594587affcdd
18:00:13.705 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:805ef57a-20e6-4bdd-8956-1e9318357ca7
18:00:13.705 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:26e8799a-583c-458e-8994-5ef0b4135511
18:00:13.705 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:13.706 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:13.706 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:13.706 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:13.706 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:13.706 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:26e8799a-583c-458e-8994-5ef0b4135511,_:805ef57a-20e6-4bdd-8956-1e9318357ca7,_:b47e5a94-471b-4d64-8b18-594587affcdd,_:b2838c66-648e-48bd-89cd-4c4bdb044d03,_:79efccb7-eb8f-4181-be21-8e3c8e87c55b,_:85daa774-cc7c-4a41-9cbc-e08a997a9a8b,_:80ebac39-85f5-437f-8f3d-108abafaf164,_:6bbede05-864a-4783-a1d2-d8ccb72f2aff)
18:00:13.706 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:26e8799a-583c-458e-8994-5ef0b4135511)
18:00:13.706 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:805ef57a-20e6-4bdd-8956-1e9318357ca7)
18:00:13.706 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b47e5a94-471b-4d64-8b18-594587affcdd)
18:00:13.706 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b2838c66-648e-48bd-89cd-4c4bdb044d03)
18:00:13.706 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:79efccb7-eb8f-4181-be21-8e3c8e87c55b)
18:00:13.706 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:85daa774-cc7c-4a41-9cbc-e08a997a9a8b)
18:00:13.706 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:80ebac39-85f5-437f-8f3d-108abafaf164)
18:00:13.706 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6bbede05-864a-4783-a1d2-d8ccb72f2aff)
18:00:13.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.707 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:26e8799a-583c-458e-8994-5ef0b4135511],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:13.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.707 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:26e8799a-583c-458e-8994-5ef0b4135511=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:26e8799a-583c-458e-8994-5ef0b4135511), ShapeRef(_:805ef57a-20e6-4bdd-8956-1e9318357ca7), ShapeRef(_:b47e5a94-471b-4d64-8b18-594587affcdd), ShapeRef(_:b2838c66-648e-48bd-89cd-4c4bdb044d03), ShapeRef(_:79efccb7-eb8f-4181-be21-8e3c8e87c55b), ShapeRef(_:85daa774-cc7c-4a41-9cbc-e08a997a9a8b), ShapeRef(_:80ebac39-85f5-437f-8f3d-108abafaf164), ShapeRef(_:6bbede05-864a-4783-a1d2-d8ccb72f2aff)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:26e8799a-583c-458e-8994-5ef0b4135511,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.708 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:805ef57a-20e6-4bdd-8956-1e9318357ca7=ShapeTyping(TypingMap(Map()))
18:00:13.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.708 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b47e5a94-471b-4d64-8b18-594587affcdd=ShapeTyping(TypingMap(Map()))
18:00:13.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.709 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b2838c66-648e-48bd-89cd-4c4bdb044d03=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:26e8799a-583c-458e-8994-5ef0b4135511), ShapeRef(_:805ef57a-20e6-4bdd-8956-1e9318357ca7), ShapeRef(_:b47e5a94-471b-4d64-8b18-594587affcdd), ShapeRef(_:b2838c66-648e-48bd-89cd-4c4bdb044d03), ShapeRef(_:79efccb7-eb8f-4181-be21-8e3c8e87c55b), ShapeRef(_:85daa774-cc7c-4a41-9cbc-e08a997a9a8b), ShapeRef(_:80ebac39-85f5-437f-8f3d-108abafaf164), ShapeRef(_:6bbede05-864a-4783-a1d2-d8ccb72f2aff)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b2838c66-648e-48bd-89cd-4c4bdb044d03,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"))))))))
18:00:13.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.710 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.710 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:79efccb7-eb8f-4181-be21-8e3c8e87c55b],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:13.711 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:79efccb7-eb8f-4181-be21-8e3c8e87c55b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:26e8799a-583c-458e-8994-5ef0b4135511), ShapeRef(_:805ef57a-20e6-4bdd-8956-1e9318357ca7), ShapeRef(_:b47e5a94-471b-4d64-8b18-594587affcdd), ShapeRef(_:b2838c66-648e-48bd-89cd-4c4bdb044d03), ShapeRef(_:79efccb7-eb8f-4181-be21-8e3c8e87c55b), ShapeRef(_:85daa774-cc7c-4a41-9cbc-e08a997a9a8b), ShapeRef(_:80ebac39-85f5-437f-8f3d-108abafaf164), ShapeRef(_:6bbede05-864a-4783-a1d2-d8ccb72f2aff)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:79efccb7-eb8f-4181-be21-8e3c8e87c55b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.711 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.711 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.711 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:85daa774-cc7c-4a41-9cbc-e08a997a9a8b=ShapeTyping(TypingMap(Map()))
18:00:13.711 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.711 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.711 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.711 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.712 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:13.683Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:80ebac39-85f5-437f-8f3d-108abafaf164],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:13.712 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:80ebac39-85f5-437f-8f3d-108abafaf164=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:26e8799a-583c-458e-8994-5ef0b4135511), ShapeRef(_:805ef57a-20e6-4bdd-8956-1e9318357ca7), ShapeRef(_:b47e5a94-471b-4d64-8b18-594587affcdd), ShapeRef(_:b2838c66-648e-48bd-89cd-4c4bdb044d03), ShapeRef(_:79efccb7-eb8f-4181-be21-8e3c8e87c55b), ShapeRef(_:85daa774-cc7c-4a41-9cbc-e08a997a9a8b), ShapeRef(_:80ebac39-85f5-437f-8f3d-108abafaf164), ShapeRef(_:6bbede05-864a-4783-a1d2-d8ccb72f2aff)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:80ebac39-85f5-437f-8f3d-108abafaf164,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.712 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.712 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.712 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.712 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.712 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.712 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.713 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6bbede05-864a-4783-a1d2-d8ccb72f2aff],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:13.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.713 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6bbede05-864a-4783-a1d2-d8ccb72f2aff=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:26e8799a-583c-458e-8994-5ef0b4135511), ShapeRef(_:805ef57a-20e6-4bdd-8956-1e9318357ca7), ShapeRef(_:b47e5a94-471b-4d64-8b18-594587affcdd), ShapeRef(_:b2838c66-648e-48bd-89cd-4c4bdb044d03), ShapeRef(_:79efccb7-eb8f-4181-be21-8e3c8e87c55b), ShapeRef(_:85daa774-cc7c-4a41-9cbc-e08a997a9a8b), ShapeRef(_:80ebac39-85f5-437f-8f3d-108abafaf164), ShapeRef(_:6bbede05-864a-4783-a1d2-d8ccb72f2aff)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6bbede05-864a-4783-a1d2-d8ccb72f2aff,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:13.714 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:26e8799a-583c-458e-8994-5ef0b4135511,_:805ef57a-20e6-4bdd-8956-1e9318357ca7,_:b47e5a94-471b-4d64-8b18-594587affcdd,_:b2838c66-648e-48bd-89cd-4c4bdb044d03,_:79efccb7-eb8f-4181-be21-8e3c8e87c55b,_:85daa774-cc7c-4a41-9cbc-e08a997a9a8b,_:80ebac39-85f5-437f-8f3d-108abafaf164,_:6bbede05-864a-4783-a1d2-d8ccb72f2aff)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:80ebac39-85f5-437f-8f3d-108abafaf164,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:26e8799a-583c-458e-8994-5ef0b4135511), ShapeRef(_:805ef57a-20e6-4bdd-8956-1e9318357ca7), ShapeRef(_:b47e5a94-471b-4d64-8b18-594587affcdd), ShapeRef(_:b2838c66-648e-48bd-89cd-4c4bdb044d03), ShapeRef(_:79efccb7-eb8f-4181-be21-8e3c8e87c55b), ShapeRef(_:85daa774-cc7c-4a41-9cbc-e08a997a9a8b), ShapeRef(_:80ebac39-85f5-437f-8f3d-108abafaf164), ShapeRef(_:6bbede05-864a-4783-a1d2-d8ccb72f2aff)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6bbede05-864a-4783-a1d2-d8ccb72f2aff,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:26e8799a-583c-458e-8994-5ef0b4135511,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b2838c66-648e-48bd-89cd-4c4bdb044d03,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(_:79efccb7-eb8f-4181-be21-8e3c8e87c55b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.714 [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(_:80ebac39-85f5-437f-8f3d-108abafaf164,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:26e8799a-583c-458e-8994-5ef0b4135511), ShapeRef(_:805ef57a-20e6-4bdd-8956-1e9318357ca7), ShapeRef(_:b47e5a94-471b-4d64-8b18-594587affcdd), ShapeRef(_:b2838c66-648e-48bd-89cd-4c4bdb044d03), ShapeRef(_:79efccb7-eb8f-4181-be21-8e3c8e87c55b), ShapeRef(_:85daa774-cc7c-4a41-9cbc-e08a997a9a8b), ShapeRef(_:80ebac39-85f5-437f-8f3d-108abafaf164), ShapeRef(_:6bbede05-864a-4783-a1d2-d8ccb72f2aff)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6bbede05-864a-4783-a1d2-d8ccb72f2aff,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:26e8799a-583c-458e-8994-5ef0b4135511,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b2838c66-648e-48bd-89cd-4c4bdb044d03,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(_:79efccb7-eb8f-4181-be21-8e3c8e87c55b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.714 [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(_:80ebac39-85f5-437f-8f3d-108abafaf164,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:26e8799a-583c-458e-8994-5ef0b4135511), ShapeRef(_:805ef57a-20e6-4bdd-8956-1e9318357ca7), ShapeRef(_:b47e5a94-471b-4d64-8b18-594587affcdd), ShapeRef(_:b2838c66-648e-48bd-89cd-4c4bdb044d03), ShapeRef(_:79efccb7-eb8f-4181-be21-8e3c8e87c55b), ShapeRef(_:85daa774-cc7c-4a41-9cbc-e08a997a9a8b), ShapeRef(_:80ebac39-85f5-437f-8f3d-108abafaf164), ShapeRef(_:6bbede05-864a-4783-a1d2-d8ccb72f2aff)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6bbede05-864a-4783-a1d2-d8ccb72f2aff,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:26e8799a-583c-458e-8994-5ef0b4135511,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b2838c66-648e-48bd-89cd-4c4bdb044d03,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(_:79efccb7-eb8f-4181-be21-8e3c8e87c55b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.714 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6bbede05-864a-4783-a1d2-d8ccb72f2aff = 
18:00:13.714 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6bbede05-864a-4783-a1d2-d8ccb72f2aff = 
18:00:13.714 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6bbede05-864a-4783-a1d2-d8ccb72f2aff: 
18:00:13.714 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:80ebac39-85f5-437f-8f3d-108abafaf164 = 
18:00:13.714 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:80ebac39-85f5-437f-8f3d-108abafaf164 = 
18:00:13.714 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:80ebac39-85f5-437f-8f3d-108abafaf164: 
18:00:13.714 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:85daa774-cc7c-4a41-9cbc-e08a997a9a8b = 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:85daa774-cc7c-4a41-9cbc-e08a997a9a8b = 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:85daa774-cc7c-4a41-9cbc-e08a997a9a8b: 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:79efccb7-eb8f-4181-be21-8e3c8e87c55b = 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:79efccb7-eb8f-4181-be21-8e3c8e87c55b = 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:79efccb7-eb8f-4181-be21-8e3c8e87c55b: 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b2838c66-648e-48bd-89cd-4c4bdb044d03 = 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b2838c66-648e-48bd-89cd-4c4bdb044d03 = 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b2838c66-648e-48bd-89cd-4c4bdb044d03: 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b47e5a94-471b-4d64-8b18-594587affcdd = 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b47e5a94-471b-4d64-8b18-594587affcdd = 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b47e5a94-471b-4d64-8b18-594587affcdd: 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:805ef57a-20e6-4bdd-8956-1e9318357ca7 = 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:805ef57a-20e6-4bdd-8956-1e9318357ca7 = 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:805ef57a-20e6-4bdd-8956-1e9318357ca7: 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:26e8799a-583c-458e-8994-5ef0b4135511 = 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:26e8799a-583c-458e-8994-5ef0b4135511 = 
18:00:13.715 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:26e8799a-583c-458e-8994-5ef0b4135511: 
18:00:13.716 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

18:00:13.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  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
               ]
] .

18:00:13.719 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:13.719 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:13.719 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
18:00:13.719 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:13.719 [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.127 sec
Running org.eclipse.lyo.validation.ShaclMaxCountValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:00:13.783 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6a9b961f-3900-484d-b716-03d6f408f4c6 @sh:path http://www.sampledomain.org/sam#integerProperty3; 6a9b961f-3900-484d-b716-03d6f408f4c6 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 6a9b961f-3900-484d-b716-03d6f408f4c6 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 6a9b961f-3900-484d-b716-03d6f408f4c6 @rdf:type sh:Property; 7ef8d714-9fc4-44bd-8112-cd7adf55ea11 @rdf:rest 05d611f8-1ce3-4244-a7d8-d2cbbe1ebbc0; 7ef8d714-9fc4-44bd-8112-cd7adf55ea11 @rdf:first "A"; dd67bb04-24e5-4c39-aa3c-76c7416a7de0 @rdf:rest rdf:nil; dd67bb04-24e5-4c39-aa3c-76c7416a7de0 @rdf:first "C"; 308f23aa-6d83-417f-a959-7efef7474d65 @sh:path http://www.sampledomain.org/sam#aStringProperty; 308f23aa-6d83-417f-a959-7efef7474d65 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 308f23aa-6d83-417f-a959-7efef7474d65 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 308f23aa-6d83-417f-a959-7efef7474d65 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 308f23aa-6d83-417f-a959-7efef7474d65 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 308f23aa-6d83-417f-a959-7efef7474d65 @sh:pattern "^B"; 308f23aa-6d83-417f-a959-7efef7474d65 @sh:description "a Simple Single String Property"; 308f23aa-6d83-417f-a959-7efef7474d65 @rdf:type sh:Property; 0363546b-6948-4479-82dd-7c384c425732 @sh:path http://www.sampledomain.org/sam#aReferenceProperty...} |  [6a9b961f-3900-484d-b716-03d6f408f4c6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [6a9b961f-3900-484d-b716-03d6f408f4c6, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [6a9b961f-3900-484d-b716-03d6f408f4c6, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [6a9b961f-3900-484d-b716-03d6f408f4c6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7ef8d714-9fc4-44bd-8112-cd7adf55ea11, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 05d611f8-1ce3-4244-a7d8-d2cbbe1ebbc0] [7ef8d714-9fc4-44bd-8112-cd7adf55ea11, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [dd67bb04-24e5-4c39-aa3c-76c7416a7de0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [dd67bb04-24e5-4c39-aa3c-76c7416a7de0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [308f23aa-6d83-417f-a959-7efef7474d65, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [308f23aa-6d83-417f-a959-7efef7474d65, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [308f23aa-6d83-417f-a959-7efef7474d65, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [308f23aa-6d83-417f-a959-7efef7474d65, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [308f23aa-6d83-417f-a959-7efef7474d65, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [308f23aa-6d83-417f-a959-7efef7474d65, http://www.w3.org/ns/shacl#pattern, "^B"] [308f23aa-6d83-417f-a959-7efef7474d65, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [308f23aa-6d83-417f-a959-7efef7474d65, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0363546b-6948-4479-82dd-7c384c425732, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [0363546b-6948-4479-82dd-7c384c425732, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [0363546b-6948-4479-82dd-7c384c425732, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [05d611f8-1ce3-4244-a7d8-d2cbbe1ebbc0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, dd67bb04-24e5-4c39-aa3c-76c7416a7de0] [05d611f8-1ce3-4244-a7d8-d2cbbe1ebbc0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [fe62d78d-fe2f-4eb8-adca-117be15cbd17, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [fe62d78d-fe2f-4eb8-adca-117be15cbd17, http://www.w3.org/ns/shacl#in, 7ef8d714-9fc4-44bd-8112-cd7adf55ea11] [fe62d78d-fe2f-4eb8-adca-117be15cbd17, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [58d203cf-d857-40bd-a673-e19bb3437bba, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [58d203cf-d857-40bd-a673-e19bb3437bba, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [58d203cf-d857-40bd-a673-e19bb3437bba, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [58d203cf-d857-40bd-a673-e19bb3437bba, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [58d203cf-d857-40bd-a673-e19bb3437bba, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [58d203cf-d857-40bd-a673-e19bb3437bba, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [58d203cf-d857-40bd-a673-e19bb3437bba, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4f7d9f22-5a58-4f71-b6be-afdd88e93ec0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [4f7d9f22-5a58-4f71-b6be-afdd88e93ec0, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [4f7d9f22-5a58-4f71-b6be-afdd88e93ec0, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [4f7d9f22-5a58-4f71-b6be-afdd88e93ec0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [22ce69ff-c62b-47d5-b7f0-49d12b81e185, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [22ce69ff-c62b-47d5-b7f0-49d12b81e185, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [22ce69ff-c62b-47d5-b7f0-49d12b81e185, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [22ce69ff-c62b-47d5-b7f0-49d12b81e185, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [25f8f3b8-a901-475e-9855-0efc81211753, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [25f8f3b8-a901-475e-9855-0efc81211753, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [25f8f3b8-a901-475e-9855-0efc81211753, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [25f8f3b8-a901-475e-9855-0efc81211753, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [25f8f3b8-a901-475e-9855-0efc81211753, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [25f8f3b8-a901-475e-9855-0efc81211753, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [25f8f3b8-a901-475e-9855-0efc81211753, 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, 4f7d9f22-5a58-4f71-b6be-afdd88e93ec0] [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, 0363546b-6948-4479-82dd-7c384c425732] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 308f23aa-6d83-417f-a959-7efef7474d65] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 25f8f3b8-a901-475e-9855-0efc81211753] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6a9b961f-3900-484d-b716-03d6f408f4c6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 22ce69ff-c62b-47d5-b7f0-49d12b81e185] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 58d203cf-d857-40bd-a673-e19bb3437bba] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fe62d78d-fe2f-4eb8-adca-117be15cbd17]>
18:00:13.784 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:13.785 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:13.786 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:6a9b961f-3900-484d-b716-03d6f408f4c6,_:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0,_:22ce69ff-c62b-47d5-b7f0-49d12b81e185,_:58d203cf-d857-40bd-a673-e19bb3437bba,_:fe62d78d-fe2f-4eb8-adca-117be15cbd17,_:0363546b-6948-4479-82dd-7c384c425732,_:308f23aa-6d83-417f-a959-7efef7474d65,_:25f8f3b8-a901-475e-9855-0efc81211753. Pending nodes: 
18:00:13.786 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6a9b961f-3900-484d-b716-03d6f408f4c6
18:00:13.786 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0
18:00:13.787 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:22ce69ff-c62b-47d5-b7f0-49d12b81e185
18:00:13.787 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:58d203cf-d857-40bd-a673-e19bb3437bba
18:00:13.788 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fe62d78d-fe2f-4eb8-adca-117be15cbd17
18:00:13.789 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0363546b-6948-4479-82dd-7c384c425732
18:00:13.789 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:308f23aa-6d83-417f-a959-7efef7474d65
18:00:13.790 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:25f8f3b8-a901-475e-9855-0efc81211753
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:25f8f3b8-a901-475e-9855-0efc81211753
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:308f23aa-6d83-417f-a959-7efef7474d65
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0363546b-6948-4479-82dd-7c384c425732
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fe62d78d-fe2f-4eb8-adca-117be15cbd17
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:58d203cf-d857-40bd-a673-e19bb3437bba
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:22ce69ff-c62b-47d5-b7f0-49d12b81e185
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6a9b961f-3900-484d-b716-03d6f408f4c6
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:25f8f3b8-a901-475e-9855-0efc81211753 = 
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:25f8f3b8-a901-475e-9855-0efc81211753 = 
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:25f8f3b8-a901-475e-9855-0efc81211753: 
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:13.791 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6a9b961f-3900-484d-b716-03d6f408f4c6,_:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0,_:22ce69ff-c62b-47d5-b7f0-49d12b81e185,_:58d203cf-d857-40bd-a673-e19bb3437bba,_:fe62d78d-fe2f-4eb8-adca-117be15cbd17,_:0363546b-6948-4479-82dd-7c384c425732,_:308f23aa-6d83-417f-a959-7efef7474d65,_:25f8f3b8-a901-475e-9855-0efc81211753)
18:00:13.792 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6a9b961f-3900-484d-b716-03d6f408f4c6)
18:00:13.792 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0)
18:00:13.792 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:22ce69ff-c62b-47d5-b7f0-49d12b81e185)
18:00:13.792 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:58d203cf-d857-40bd-a673-e19bb3437bba)
18:00:13.792 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fe62d78d-fe2f-4eb8-adca-117be15cbd17)
18:00:13.792 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0363546b-6948-4479-82dd-7c384c425732)
18:00:13.792 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:308f23aa-6d83-417f-a959-7efef7474d65)
18:00:13.792 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:25f8f3b8-a901-475e-9855-0efc81211753)
18:00:13.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.792 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6a9b961f-3900-484d-b716-03d6f408f4c6=ShapeTyping(TypingMap(Map()))
18:00:13.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.793 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0=ShapeTyping(TypingMap(Map()))
18:00:13.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.793 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:13.72Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:22ce69ff-c62b-47d5-b7f0-49d12b81e185],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:13.794 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:22ce69ff-c62b-47d5-b7f0-49d12b81e185=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6a9b961f-3900-484d-b716-03d6f408f4c6), ShapeRef(_:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0), ShapeRef(_:22ce69ff-c62b-47d5-b7f0-49d12b81e185), ShapeRef(_:58d203cf-d857-40bd-a673-e19bb3437bba), ShapeRef(_:fe62d78d-fe2f-4eb8-adca-117be15cbd17), ShapeRef(_:0363546b-6948-4479-82dd-7c384c425732), ShapeRef(_:308f23aa-6d83-417f-a959-7efef7474d65), ShapeRef(_:25f8f3b8-a901-475e-9855-0efc81211753)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:22ce69ff-c62b-47d5-b7f0-49d12b81e185,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.794 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.794 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.794 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.794 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.794 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.794 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.794 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.794 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.795 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:58d203cf-d857-40bd-a673-e19bb3437bba],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:13.795 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.795 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.795 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:58d203cf-d857-40bd-a673-e19bb3437bba=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6a9b961f-3900-484d-b716-03d6f408f4c6), ShapeRef(_:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0), ShapeRef(_:22ce69ff-c62b-47d5-b7f0-49d12b81e185), ShapeRef(_:58d203cf-d857-40bd-a673-e19bb3437bba), ShapeRef(_:fe62d78d-fe2f-4eb8-adca-117be15cbd17), ShapeRef(_:0363546b-6948-4479-82dd-7c384c425732), ShapeRef(_:308f23aa-6d83-417f-a959-7efef7474d65), ShapeRef(_:25f8f3b8-a901-475e-9855-0efc81211753)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:58d203cf-d857-40bd-a673-e19bb3437bba,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.795 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.795 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.795 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fe62d78d-fe2f-4eb8-adca-117be15cbd17=ShapeTyping(TypingMap(Map()))
18:00:13.795 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.796 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0363546b-6948-4479-82dd-7c384c425732=ShapeTyping(TypingMap(Map()))
18:00:13.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.797 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:308f23aa-6d83-417f-a959-7efef7474d65],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:13.798 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:308f23aa-6d83-417f-a959-7efef7474d65=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6a9b961f-3900-484d-b716-03d6f408f4c6), ShapeRef(_:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0), ShapeRef(_:22ce69ff-c62b-47d5-b7f0-49d12b81e185), ShapeRef(_:58d203cf-d857-40bd-a673-e19bb3437bba), ShapeRef(_:fe62d78d-fe2f-4eb8-adca-117be15cbd17), ShapeRef(_:0363546b-6948-4479-82dd-7c384c425732), ShapeRef(_:308f23aa-6d83-417f-a959-7efef7474d65), ShapeRef(_:25f8f3b8-a901-475e-9855-0efc81211753)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:308f23aa-6d83-417f-a959-7efef7474d65,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.799 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:25f8f3b8-a901-475e-9855-0efc81211753],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:13.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.799 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:25f8f3b8-a901-475e-9855-0efc81211753=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6a9b961f-3900-484d-b716-03d6f408f4c6), ShapeRef(_:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0), ShapeRef(_:22ce69ff-c62b-47d5-b7f0-49d12b81e185), ShapeRef(_:58d203cf-d857-40bd-a673-e19bb3437bba), ShapeRef(_:fe62d78d-fe2f-4eb8-adca-117be15cbd17), ShapeRef(_:0363546b-6948-4479-82dd-7c384c425732), ShapeRef(_:308f23aa-6d83-417f-a959-7efef7474d65), ShapeRef(_:25f8f3b8-a901-475e-9855-0efc81211753)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:25f8f3b8-a901-475e-9855-0efc81211753,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:13.800 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6a9b961f-3900-484d-b716-03d6f408f4c6,_:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0,_:22ce69ff-c62b-47d5-b7f0-49d12b81e185,_:58d203cf-d857-40bd-a673-e19bb3437bba,_:fe62d78d-fe2f-4eb8-adca-117be15cbd17,_:0363546b-6948-4479-82dd-7c384c425732,_:308f23aa-6d83-417f-a959-7efef7474d65,_:25f8f3b8-a901-475e-9855-0efc81211753)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6a9b961f-3900-484d-b716-03d6f408f4c6), ShapeRef(_:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0), ShapeRef(_:22ce69ff-c62b-47d5-b7f0-49d12b81e185), ShapeRef(_:58d203cf-d857-40bd-a673-e19bb3437bba), ShapeRef(_:fe62d78d-fe2f-4eb8-adca-117be15cbd17), ShapeRef(_:0363546b-6948-4479-82dd-7c384c425732), ShapeRef(_:308f23aa-6d83-417f-a959-7efef7474d65), ShapeRef(_:25f8f3b8-a901-475e-9855-0efc81211753)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:22ce69ff-c62b-47d5-b7f0-49d12b81e185,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:58d203cf-d857-40bd-a673-e19bb3437bba,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:25f8f3b8-a901-475e-9855-0efc81211753,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:308f23aa-6d83-417f-a959-7efef7474d65,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.800 [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(_:6a9b961f-3900-484d-b716-03d6f408f4c6), ShapeRef(_:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0), ShapeRef(_:22ce69ff-c62b-47d5-b7f0-49d12b81e185), ShapeRef(_:58d203cf-d857-40bd-a673-e19bb3437bba), ShapeRef(_:fe62d78d-fe2f-4eb8-adca-117be15cbd17), ShapeRef(_:0363546b-6948-4479-82dd-7c384c425732), ShapeRef(_:308f23aa-6d83-417f-a959-7efef7474d65), ShapeRef(_:25f8f3b8-a901-475e-9855-0efc81211753)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:22ce69ff-c62b-47d5-b7f0-49d12b81e185,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:58d203cf-d857-40bd-a673-e19bb3437bba,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:25f8f3b8-a901-475e-9855-0efc81211753,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:308f23aa-6d83-417f-a959-7efef7474d65,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.800 [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(_:6a9b961f-3900-484d-b716-03d6f408f4c6), ShapeRef(_:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0), ShapeRef(_:22ce69ff-c62b-47d5-b7f0-49d12b81e185), ShapeRef(_:58d203cf-d857-40bd-a673-e19bb3437bba), ShapeRef(_:fe62d78d-fe2f-4eb8-adca-117be15cbd17), ShapeRef(_:0363546b-6948-4479-82dd-7c384c425732), ShapeRef(_:308f23aa-6d83-417f-a959-7efef7474d65), ShapeRef(_:25f8f3b8-a901-475e-9855-0efc81211753)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:22ce69ff-c62b-47d5-b7f0-49d12b81e185,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:58d203cf-d857-40bd-a673-e19bb3437bba,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:25f8f3b8-a901-475e-9855-0efc81211753,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:308f23aa-6d83-417f-a959-7efef7474d65,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.800 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:308f23aa-6d83-417f-a959-7efef7474d65 = 
18:00:13.800 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:308f23aa-6d83-417f-a959-7efef7474d65 = 
18:00:13.800 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:308f23aa-6d83-417f-a959-7efef7474d65: 
18:00:13.800 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0363546b-6948-4479-82dd-7c384c425732 = 
18:00:13.800 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0363546b-6948-4479-82dd-7c384c425732 = 
18:00:13.800 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0363546b-6948-4479-82dd-7c384c425732: 
18:00:13.800 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fe62d78d-fe2f-4eb8-adca-117be15cbd17 = 
18:00:13.800 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fe62d78d-fe2f-4eb8-adca-117be15cbd17 = 
18:00:13.801 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fe62d78d-fe2f-4eb8-adca-117be15cbd17: 
18:00:13.801 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:58d203cf-d857-40bd-a673-e19bb3437bba = 
18:00:13.801 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:58d203cf-d857-40bd-a673-e19bb3437bba = 
18:00:13.801 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:58d203cf-d857-40bd-a673-e19bb3437bba: 
18:00:13.801 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:22ce69ff-c62b-47d5-b7f0-49d12b81e185 = 
18:00:13.801 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:22ce69ff-c62b-47d5-b7f0-49d12b81e185 = 
18:00:13.801 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:22ce69ff-c62b-47d5-b7f0-49d12b81e185: 
18:00:13.801 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0 = 
18:00:13.801 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0 = 
18:00:13.801 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4f7d9f22-5a58-4f71-b6be-afdd88e93ec0: 
18:00:13.801 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6a9b961f-3900-484d-b716-03d6f408f4c6 = 
18:00:13.801 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6a9b961f-3900-484d-b716-03d6f408f4c6 = 
18:00:13.801 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6a9b961f-3900-484d-b716-03d6f408f4c6: 
18:00:13.802 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

18:00:13.803 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

18:00:13.803 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:13.804 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:13.804 [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-09T18:00:13.804Z"^^<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 .
18:00:13.813 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anIntegerProperty "1"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:13.804Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anIntegerProperty, "1"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:13.804Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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: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> .
18:00:13.814 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {fe527f5a-a5fa-4bb2-86f2-cb7750e763b3 @sh:path http://www.sampledomain.org/sam#aSetOfDates; fe527f5a-a5fa-4bb2-86f2-cb7750e763b3 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; fe527f5a-a5fa-4bb2-86f2-cb7750e763b3 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; fe527f5a-a5fa-4bb2-86f2-cb7750e763b3 @rdf:type sh:Property; 95de2872-4f71-4d18-a4d8-2db90ff37f84 @sh:path http://www.sampledomain.org/sam#integerProperty3; 95de2872-4f71-4d18-a4d8-2db90ff37f84 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 95de2872-4f71-4d18-a4d8-2db90ff37f84 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 95de2872-4f71-4d18-a4d8-2db90ff37f84 @rdf:type sh:Property; a836d88b-7d87-46fa-ba4b-ce6ba9d976c2 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; a836d88b-7d87-46fa-ba4b-ce6ba9d976c2 @sh:class http://www.sampledomain.org/sam#AnotherResource; a836d88b-7d87-46fa-ba4b-ce6ba9d976c2 @rdf:type sh:Property; 51735887-ad0b-4044-815d-77ddbcd40a23 @rdf:rest 6d94213a-e166-439a-9516-feba824d9c97; 51735887-ad0b-4044-815d-77ddbcd40a23 @rdf:first "A"; a621f870-ffad-4dd5-939b-deabacb0ac3b @sh:path http://www.sampledomain.org/sam#integerProperty2; a621f870-ffad-4dd5-939b-deabacb0ac3b @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; a621f870-ffad-4dd5-939b-deabacb0ac3b @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; a621f870-ffad-4dd5-939b-deabacb0ac3b @rdf:type sh:Property...} |  [fe527f5a-a5fa-4bb2-86f2-cb7750e763b3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [fe527f5a-a5fa-4bb2-86f2-cb7750e763b3, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [fe527f5a-a5fa-4bb2-86f2-cb7750e763b3, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [fe527f5a-a5fa-4bb2-86f2-cb7750e763b3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [95de2872-4f71-4d18-a4d8-2db90ff37f84, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [95de2872-4f71-4d18-a4d8-2db90ff37f84, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [95de2872-4f71-4d18-a4d8-2db90ff37f84, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [95de2872-4f71-4d18-a4d8-2db90ff37f84, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a836d88b-7d87-46fa-ba4b-ce6ba9d976c2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [a836d88b-7d87-46fa-ba4b-ce6ba9d976c2, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [a836d88b-7d87-46fa-ba4b-ce6ba9d976c2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [51735887-ad0b-4044-815d-77ddbcd40a23, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6d94213a-e166-439a-9516-feba824d9c97] [51735887-ad0b-4044-815d-77ddbcd40a23, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [a621f870-ffad-4dd5-939b-deabacb0ac3b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [a621f870-ffad-4dd5-939b-deabacb0ac3b, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a621f870-ffad-4dd5-939b-deabacb0ac3b, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a621f870-ffad-4dd5-939b-deabacb0ac3b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [42094095-7cc5-4faa-88b3-82e3da7d263e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [42094095-7cc5-4faa-88b3-82e3da7d263e, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [42094095-7cc5-4faa-88b3-82e3da7d263e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [42094095-7cc5-4faa-88b3-82e3da7d263e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [42094095-7cc5-4faa-88b3-82e3da7d263e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [42094095-7cc5-4faa-88b3-82e3da7d263e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [42094095-7cc5-4faa-88b3-82e3da7d263e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9c9c67a6-0a55-438a-82cd-b3ae53f0b60f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [9c9c67a6-0a55-438a-82cd-b3ae53f0b60f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9c9c67a6-0a55-438a-82cd-b3ae53f0b60f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9c9c67a6-0a55-438a-82cd-b3ae53f0b60f, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [9c9c67a6-0a55-438a-82cd-b3ae53f0b60f, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [9c9c67a6-0a55-438a-82cd-b3ae53f0b60f, http://www.w3.org/ns/shacl#pattern, "^B"] [9c9c67a6-0a55-438a-82cd-b3ae53f0b60f, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [9c9c67a6-0a55-438a-82cd-b3ae53f0b60f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6d94213a-e166-439a-9516-feba824d9c97, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1ece86b0-3dc0-4e67-bb1d-4d68593eb8d3] [6d94213a-e166-439a-9516-feba824d9c97, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [0dcea20a-2377-44ca-af7b-43e231182d76, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [0dcea20a-2377-44ca-af7b-43e231182d76, http://www.w3.org/ns/shacl#in, 51735887-ad0b-4044-815d-77ddbcd40a23] [0dcea20a-2377-44ca-af7b-43e231182d76, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1ece86b0-3dc0-4e67-bb1d-4d68593eb8d3, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [1ece86b0-3dc0-4e67-bb1d-4d68593eb8d3, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fe527f5a-a5fa-4bb2-86f2-cb7750e763b3] [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, 0dcea20a-2377-44ca-af7b-43e231182d76] [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, 4451c33d-8c28-4180-9c8b-a6ca80af6d2c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a621f870-ffad-4dd5-939b-deabacb0ac3b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9c9c67a6-0a55-438a-82cd-b3ae53f0b60f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 42094095-7cc5-4faa-88b3-82e3da7d263e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a836d88b-7d87-46fa-ba4b-ce6ba9d976c2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 95de2872-4f71-4d18-a4d8-2db90ff37f84] [4451c33d-8c28-4180-9c8b-a6ca80af6d2c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [4451c33d-8c28-4180-9c8b-a6ca80af6d2c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4451c33d-8c28-4180-9c8b-a6ca80af6d2c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4451c33d-8c28-4180-9c8b-a6ca80af6d2c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4451c33d-8c28-4180-9c8b-a6ca80af6d2c, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4451c33d-8c28-4180-9c8b-a6ca80af6d2c, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4451c33d-8c28-4180-9c8b-a6ca80af6d2c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
18:00:13.814 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:13.815 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:13.816 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2,_:42094095-7cc5-4faa-88b3-82e3da7d263e,_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f,_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3,_:0dcea20a-2377-44ca-af7b-43e231182d76,_:a621f870-ffad-4dd5-939b-deabacb0ac3b,_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c,_:95de2872-4f71-4d18-a4d8-2db90ff37f84. Pending nodes: 
18:00:13.816 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2
18:00:13.817 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:42094095-7cc5-4faa-88b3-82e3da7d263e
18:00:13.817 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f
18:00:13.818 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3
18:00:13.818 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0dcea20a-2377-44ca-af7b-43e231182d76
18:00:13.819 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a621f870-ffad-4dd5-939b-deabacb0ac3b
18:00:13.819 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4451c33d-8c28-4180-9c8b-a6ca80af6d2c
18:00:13.820 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:95de2872-4f71-4d18-a4d8-2db90ff37f84
18:00:13.820 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:95de2872-4f71-4d18-a4d8-2db90ff37f84
18:00:13.820 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:13.820 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4451c33d-8c28-4180-9c8b-a6ca80af6d2c
18:00:13.820 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a621f870-ffad-4dd5-939b-deabacb0ac3b
18:00:13.820 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0dcea20a-2377-44ca-af7b-43e231182d76
18:00:13.820 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3
18:00:13.820 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f
18:00:13.820 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:42094095-7cc5-4faa-88b3-82e3da7d263e
18:00:13.820 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:95de2872-4f71-4d18-a4d8-2db90ff37f84 = 
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:95de2872-4f71-4d18-a4d8-2db90ff37f84 = 
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:95de2872-4f71-4d18-a4d8-2db90ff37f84: 
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2,_:42094095-7cc5-4faa-88b3-82e3da7d263e,_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f,_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3,_:0dcea20a-2377-44ca-af7b-43e231182d76,_:a621f870-ffad-4dd5-939b-deabacb0ac3b,_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c,_:95de2872-4f71-4d18-a4d8-2db90ff37f84)
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2)
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42094095-7cc5-4faa-88b3-82e3da7d263e)
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f)
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3)
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0dcea20a-2377-44ca-af7b-43e231182d76)
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a621f870-ffad-4dd5-939b-deabacb0ac3b)
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c)
18:00:13.821 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:95de2872-4f71-4d18-a4d8-2db90ff37f84)
18:00:13.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.822 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2=ShapeTyping(TypingMap(Map()))
18:00:13.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.823 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(1), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:42094095-7cc5-4faa-88b3-82e3da7d263e],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:13.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.823 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42094095-7cc5-4faa-88b3-82e3da7d263e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2), ShapeRef(_:42094095-7cc5-4faa-88b3-82e3da7d263e), ShapeRef(_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f), ShapeRef(_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3), ShapeRef(_:0dcea20a-2377-44ca-af7b-43e231182d76), ShapeRef(_:a621f870-ffad-4dd5-939b-deabacb0ac3b), ShapeRef(_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c), ShapeRef(_:95de2872-4f71-4d18-a4d8-2db90ff37f84)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:42094095-7cc5-4faa-88b3-82e3da7d263e,PredicatePath(<http://www.sampledomain.org/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"))))))))
18:00:13.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.824 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:13.825 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2), ShapeRef(_:42094095-7cc5-4faa-88b3-82e3da7d263e), ShapeRef(_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f), ShapeRef(_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3), ShapeRef(_:0dcea20a-2377-44ca-af7b-43e231182d76), ShapeRef(_:a621f870-ffad-4dd5-939b-deabacb0ac3b), ShapeRef(_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c), ShapeRef(_:95de2872-4f71-4d18-a4d8-2db90ff37f84)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.825 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:13.804Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:13.825 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2), ShapeRef(_:42094095-7cc5-4faa-88b3-82e3da7d263e), ShapeRef(_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f), ShapeRef(_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3), ShapeRef(_:0dcea20a-2377-44ca-af7b-43e231182d76), ShapeRef(_:a621f870-ffad-4dd5-939b-deabacb0ac3b), ShapeRef(_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c), ShapeRef(_:95de2872-4f71-4d18-a4d8-2db90ff37f84)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.825 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0dcea20a-2377-44ca-af7b-43e231182d76=ShapeTyping(TypingMap(Map()))
18:00:13.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.826 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a621f870-ffad-4dd5-939b-deabacb0ac3b=ShapeTyping(TypingMap(Map()))
18:00:13.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.826 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:13.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.827 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2), ShapeRef(_:42094095-7cc5-4faa-88b3-82e3da7d263e), ShapeRef(_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f), ShapeRef(_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3), ShapeRef(_:0dcea20a-2377-44ca-af7b-43e231182d76), ShapeRef(_:a621f870-ffad-4dd5-939b-deabacb0ac3b), ShapeRef(_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c), ShapeRef(_:95de2872-4f71-4d18-a4d8-2db90ff37f84)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:13.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.827 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:95de2872-4f71-4d18-a4d8-2db90ff37f84=ShapeTyping(TypingMap(Map()))
18:00:13.881 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2,_:42094095-7cc5-4faa-88b3-82e3da7d263e,_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f,_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3,_:0dcea20a-2377-44ca-af7b-43e231182d76,_:a621f870-ffad-4dd5-939b-deabacb0ac3b,_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c,_:95de2872-4f71-4d18-a4d8-2db90ff37f84)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:42094095-7cc5-4faa-88b3-82e3da7d263e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MaxCount violation. Expected 0, obtained: 1")))), PropertyShape(_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2), ShapeRef(_:42094095-7cc5-4faa-88b3-82e3da7d263e), ShapeRef(_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f), ShapeRef(_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3), ShapeRef(_:0dcea20a-2377-44ca-af7b-43e231182d76), ShapeRef(_:a621f870-ffad-4dd5-939b-deabacb0ac3b), ShapeRef(_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c), ShapeRef(_:95de2872-4f71-4d18-a4d8-2db90ff37f84)),false,List()) -> TypingResult(Valid(List()))))))
18:00:13.882 [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(_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:42094095-7cc5-4faa-88b3-82e3da7d263e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MaxCount violation. Expected 0, obtained: 1")))), PropertyShape(_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2), ShapeRef(_:42094095-7cc5-4faa-88b3-82e3da7d263e), ShapeRef(_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f), ShapeRef(_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3), ShapeRef(_:0dcea20a-2377-44ca-af7b-43e231182d76), ShapeRef(_:a621f870-ffad-4dd5-939b-deabacb0ac3b), ShapeRef(_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c), ShapeRef(_:95de2872-4f71-4d18-a4d8-2db90ff37f84)),false,List()) -> TypingResult(Valid(List()))))))
18:00:13.882 [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(_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:42094095-7cc5-4faa-88b3-82e3da7d263e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MaxCount violation. Expected 0, obtained: 1")))), PropertyShape(_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2), ShapeRef(_:42094095-7cc5-4faa-88b3-82e3da7d263e), ShapeRef(_:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f), ShapeRef(_:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3), ShapeRef(_:0dcea20a-2377-44ca-af7b-43e231182d76), ShapeRef(_:a621f870-ffad-4dd5-939b-deabacb0ac3b), ShapeRef(_:4451c33d-8c28-4180-9c8b-a6ca80af6d2c), ShapeRef(_:95de2872-4f71-4d18-a4d8-2db90ff37f84)),false,List()) -> TypingResult(Valid(List()))))))
18:00:13.882 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4451c33d-8c28-4180-9c8b-a6ca80af6d2c = 
18:00:13.882 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4451c33d-8c28-4180-9c8b-a6ca80af6d2c = 
18:00:13.882 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4451c33d-8c28-4180-9c8b-a6ca80af6d2c: 
18:00:13.882 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a621f870-ffad-4dd5-939b-deabacb0ac3b = 
18:00:13.882 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a621f870-ffad-4dd5-939b-deabacb0ac3b = 
18:00:13.882 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a621f870-ffad-4dd5-939b-deabacb0ac3b: 
18:00:13.882 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0dcea20a-2377-44ca-af7b-43e231182d76 = 
18:00:13.882 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0dcea20a-2377-44ca-af7b-43e231182d76 = 
18:00:13.882 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0dcea20a-2377-44ca-af7b-43e231182d76: 
18:00:13.882 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3 = 
18:00:13.882 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3 = 
18:00:13.882 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fe527f5a-a5fa-4bb2-86f2-cb7750e763b3: 
18:00:13.882 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f = 
18:00:13.882 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f = 
18:00:13.882 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9c9c67a6-0a55-438a-82cd-b3ae53f0b60f: 
18:00:13.882 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:42094095-7cc5-4faa-88b3-82e3da7d263e = 
18:00:13.883 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:42094095-7cc5-4faa-88b3-82e3da7d263e = 
18:00:13.883 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:42094095-7cc5-4faa-88b3-82e3da7d263e: 
18:00:13.883 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2 = 
18:00:13.883 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2 = 
18:00:13.883 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a836d88b-7d87-46fa-ba4b-ce6ba9d976c2: 
18:00:13.884 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

18:00:13.886 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

18:00:13.887 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:13.887 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:13.887 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
18:00:13.887 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:13.887 [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.168 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-09T18:00:13.888Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
18:00:13.895 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:13.888Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:13.888Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:00:13.896 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {d394900b-c366-451a-9bb3-dc510129d792 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; d394900b-c366-451a-9bb3-dc510129d792 @sh:in 77e05d03-0ed0-42d2-b048-cd12001af984; d394900b-c366-451a-9bb3-dc510129d792 @rdf:type sh:Property; 77e05d03-0ed0-42d2-b048-cd12001af984 @rdf:rest 687ef2f8-c86d-4729-98f7-f4564ef7c359; 77e05d03-0ed0-42d2-b048-cd12001af984 @rdf:first "A"; 5224bd00-ee8b-44ae-90a1-d26fafc6ce3a @sh:path http://www.sampledomain.org/sam#integerProperty3; 5224bd00-ee8b-44ae-90a1-d26fafc6ce3a @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 5224bd00-ee8b-44ae-90a1-d26fafc6ce3a @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 5224bd00-ee8b-44ae-90a1-d26fafc6ce3a @rdf:type sh:Property; 852c9793-dfbe-4323-82dd-fb2e20d443fa @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 852c9793-dfbe-4323-82dd-fb2e20d443fa @sh:class http://www.sampledomain.org/sam#AnotherResource; 852c9793-dfbe-4323-82dd-fb2e20d443fa @rdf:type sh:Property; cc63f0a8-fc82-482d-be69-3c01000bf882 @sh:path http://www.sampledomain.org/sam#aStringProperty; cc63f0a8-fc82-482d-be69-3c01000bf882 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cc63f0a8-fc82-482d-be69-3c01000bf882 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cc63f0a8-fc82-482d-be69-3c01000bf882 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; cc63f0a8-fc82-482d-be69-3c01000bf882 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer...} |  [d394900b-c366-451a-9bb3-dc510129d792, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [d394900b-c366-451a-9bb3-dc510129d792, http://www.w3.org/ns/shacl#in, 77e05d03-0ed0-42d2-b048-cd12001af984] [d394900b-c366-451a-9bb3-dc510129d792, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [77e05d03-0ed0-42d2-b048-cd12001af984, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 687ef2f8-c86d-4729-98f7-f4564ef7c359] [77e05d03-0ed0-42d2-b048-cd12001af984, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [5224bd00-ee8b-44ae-90a1-d26fafc6ce3a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [5224bd00-ee8b-44ae-90a1-d26fafc6ce3a, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [5224bd00-ee8b-44ae-90a1-d26fafc6ce3a, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [5224bd00-ee8b-44ae-90a1-d26fafc6ce3a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [852c9793-dfbe-4323-82dd-fb2e20d443fa, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [852c9793-dfbe-4323-82dd-fb2e20d443fa, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [852c9793-dfbe-4323-82dd-fb2e20d443fa, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cc63f0a8-fc82-482d-be69-3c01000bf882, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [cc63f0a8-fc82-482d-be69-3c01000bf882, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cc63f0a8-fc82-482d-be69-3c01000bf882, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cc63f0a8-fc82-482d-be69-3c01000bf882, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [cc63f0a8-fc82-482d-be69-3c01000bf882, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [cc63f0a8-fc82-482d-be69-3c01000bf882, http://www.w3.org/ns/shacl#pattern, "^B"] [cc63f0a8-fc82-482d-be69-3c01000bf882, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [cc63f0a8-fc82-482d-be69-3c01000bf882, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [95bd8cd2-1a3a-401d-9ac9-4a7eb8d6d782, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [95bd8cd2-1a3a-401d-9ac9-4a7eb8d6d782, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [a858c409-b122-4fc0-b17a-427f43e369e6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [a858c409-b122-4fc0-b17a-427f43e369e6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a858c409-b122-4fc0-b17a-427f43e369e6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a858c409-b122-4fc0-b17a-427f43e369e6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a858c409-b122-4fc0-b17a-427f43e369e6, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a858c409-b122-4fc0-b17a-427f43e369e6, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a858c409-b122-4fc0-b17a-427f43e369e6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [687ef2f8-c86d-4729-98f7-f4564ef7c359, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 95bd8cd2-1a3a-401d-9ac9-4a7eb8d6d782] [687ef2f8-c86d-4729-98f7-f4564ef7c359, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [f87bb851-287d-4bf4-8197-dacf9f96e1f9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f87bb851-287d-4bf4-8197-dacf9f96e1f9, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f87bb851-287d-4bf4-8197-dacf9f96e1f9, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f87bb851-287d-4bf4-8197-dacf9f96e1f9, 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, f87bb851-287d-4bf4-8197-dacf9f96e1f9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5224bd00-ee8b-44ae-90a1-d26fafc6ce3a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a858c409-b122-4fc0-b17a-427f43e369e6] [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, cc63f0a8-fc82-482d-be69-3c01000bf882] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d394900b-c366-451a-9bb3-dc510129d792] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 852c9793-dfbe-4323-82dd-fb2e20d443fa] [5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
18:00:13.896 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:13.897 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:13.898 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a,_:852c9793-dfbe-4323-82dd-fb2e20d443fa,_:d394900b-c366-451a-9bb3-dc510129d792,_:a858c409-b122-4fc0-b17a-427f43e369e6,_:f87bb851-287d-4bf4-8197-dacf9f96e1f9,_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d,_:cc63f0a8-fc82-482d-be69-3c01000bf882,_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8. Pending nodes: 
18:00:13.898 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a
18:00:13.898 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:852c9793-dfbe-4323-82dd-fb2e20d443fa
18:00:13.899 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d394900b-c366-451a-9bb3-dc510129d792
18:00:13.899 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a858c409-b122-4fc0-b17a-427f43e369e6
18:00:13.900 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f87bb851-287d-4bf4-8197-dacf9f96e1f9
18:00:13.900 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d
18:00:13.901 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cc63f0a8-fc82-482d-be69-3c01000bf882
18:00:13.902 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8
18:00:13.902 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:13.902 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8
18:00:13.902 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cc63f0a8-fc82-482d-be69-3c01000bf882
18:00:13.902 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d
18:00:13.902 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f87bb851-287d-4bf4-8197-dacf9f96e1f9
18:00:13.902 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a858c409-b122-4fc0-b17a-427f43e369e6
18:00:13.902 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d394900b-c366-451a-9bb3-dc510129d792
18:00:13.902 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:852c9793-dfbe-4323-82dd-fb2e20d443fa
18:00:13.902 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a
18:00:13.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:13.903 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:13.903 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:13.903 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:13.903 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:13.903 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a,_:852c9793-dfbe-4323-82dd-fb2e20d443fa,_:d394900b-c366-451a-9bb3-dc510129d792,_:a858c409-b122-4fc0-b17a-427f43e369e6,_:f87bb851-287d-4bf4-8197-dacf9f96e1f9,_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d,_:cc63f0a8-fc82-482d-be69-3c01000bf882,_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8)
18:00:13.903 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a)
18:00:13.903 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:852c9793-dfbe-4323-82dd-fb2e20d443fa)
18:00:13.903 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d394900b-c366-451a-9bb3-dc510129d792)
18:00:13.903 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a858c409-b122-4fc0-b17a-427f43e369e6)
18:00:13.903 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f87bb851-287d-4bf4-8197-dacf9f96e1f9)
18:00:13.903 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d)
18:00:13.903 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cc63f0a8-fc82-482d-be69-3c01000bf882)
18:00:13.903 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8)
18:00:13.903 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.903 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.903 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.903 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.904 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a=ShapeTyping(TypingMap(Map()))
18:00:13.904 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.904 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.904 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:852c9793-dfbe-4323-82dd-fb2e20d443fa=ShapeTyping(TypingMap(Map()))
18:00:13.904 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.904 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.904 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d394900b-c366-451a-9bb3-dc510129d792=ShapeTyping(TypingMap(Map()))
18:00:13.904 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.904 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.905 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.905 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.905 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.905 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.905 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.905 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.905 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a858c409-b122-4fc0-b17a-427f43e369e6],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:13.905 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.905 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.906 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a858c409-b122-4fc0-b17a-427f43e369e6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a), ShapeRef(_:852c9793-dfbe-4323-82dd-fb2e20d443fa), ShapeRef(_:d394900b-c366-451a-9bb3-dc510129d792), ShapeRef(_:a858c409-b122-4fc0-b17a-427f43e369e6), ShapeRef(_:f87bb851-287d-4bf4-8197-dacf9f96e1f9), ShapeRef(_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d), ShapeRef(_:cc63f0a8-fc82-482d-be69-3c01000bf882), ShapeRef(_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a858c409-b122-4fc0-b17a-427f43e369e6,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:13.906 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.906 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.906 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.906 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.907 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f87bb851-287d-4bf4-8197-dacf9f96e1f9=ShapeTyping(TypingMap(Map()))
18:00:13.907 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.907 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.907 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.907 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.907 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.907 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.907 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.907 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.908 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:13.908 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.908 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.908 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a), ShapeRef(_:852c9793-dfbe-4323-82dd-fb2e20d443fa), ShapeRef(_:d394900b-c366-451a-9bb3-dc510129d792), ShapeRef(_:a858c409-b122-4fc0-b17a-427f43e369e6), ShapeRef(_:f87bb851-287d-4bf4-8197-dacf9f96e1f9), ShapeRef(_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d), ShapeRef(_:cc63f0a8-fc82-482d-be69-3c01000bf882), ShapeRef(_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.908 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.908 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.909 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.909 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.909 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.909 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.909 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.909 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.910 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.910 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.910 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:cc63f0a8-fc82-482d-be69-3c01000bf882],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:13.910 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cc63f0a8-fc82-482d-be69-3c01000bf882=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a), ShapeRef(_:852c9793-dfbe-4323-82dd-fb2e20d443fa), ShapeRef(_:d394900b-c366-451a-9bb3-dc510129d792), ShapeRef(_:a858c409-b122-4fc0-b17a-427f43e369e6), ShapeRef(_:f87bb851-287d-4bf4-8197-dacf9f96e1f9), ShapeRef(_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d), ShapeRef(_:cc63f0a8-fc82-482d-be69-3c01000bf882), ShapeRef(_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cc63f0a8-fc82-482d-be69-3c01000bf882,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.910 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.910 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.911 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:13.888Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:13.911 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a), ShapeRef(_:852c9793-dfbe-4323-82dd-fb2e20d443fa), ShapeRef(_:d394900b-c366-451a-9bb3-dc510129d792), ShapeRef(_:a858c409-b122-4fc0-b17a-427f43e369e6), ShapeRef(_:f87bb851-287d-4bf4-8197-dacf9f96e1f9), ShapeRef(_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d), ShapeRef(_:cc63f0a8-fc82-482d-be69-3c01000bf882), ShapeRef(_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.911 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a,_:852c9793-dfbe-4323-82dd-fb2e20d443fa,_:d394900b-c366-451a-9bb3-dc510129d792,_:a858c409-b122-4fc0-b17a-427f43e369e6,_:f87bb851-287d-4bf4-8197-dacf9f96e1f9,_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d,_:cc63f0a8-fc82-482d-be69-3c01000bf882,_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:cc63f0a8-fc82-482d-be69-3c01000bf882,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:a858c409-b122-4fc0-b17a-427f43e369e6,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a), ShapeRef(_:852c9793-dfbe-4323-82dd-fb2e20d443fa), ShapeRef(_:d394900b-c366-451a-9bb3-dc510129d792), ShapeRef(_:a858c409-b122-4fc0-b17a-427f43e369e6), ShapeRef(_:f87bb851-287d-4bf4-8197-dacf9f96e1f9), ShapeRef(_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d), ShapeRef(_:cc63f0a8-fc82-482d-be69-3c01000bf882), ShapeRef(_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:cc63f0a8-fc82-482d-be69-3c01000bf882,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:a858c409-b122-4fc0-b17a-427f43e369e6,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a), ShapeRef(_:852c9793-dfbe-4323-82dd-fb2e20d443fa), ShapeRef(_:d394900b-c366-451a-9bb3-dc510129d792), ShapeRef(_:a858c409-b122-4fc0-b17a-427f43e369e6), ShapeRef(_:f87bb851-287d-4bf4-8197-dacf9f96e1f9), ShapeRef(_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d), ShapeRef(_:cc63f0a8-fc82-482d-be69-3c01000bf882), ShapeRef(_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:cc63f0a8-fc82-482d-be69-3c01000bf882,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:a858c409-b122-4fc0-b17a-427f43e369e6,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a), ShapeRef(_:852c9793-dfbe-4323-82dd-fb2e20d443fa), ShapeRef(_:d394900b-c366-451a-9bb3-dc510129d792), ShapeRef(_:a858c409-b122-4fc0-b17a-427f43e369e6), ShapeRef(_:f87bb851-287d-4bf4-8197-dacf9f96e1f9), ShapeRef(_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d), ShapeRef(_:cc63f0a8-fc82-482d-be69-3c01000bf882), ShapeRef(_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8 = 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8 = 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5ee0c2d5-86d4-482f-a7bf-6f3ea8881da8: 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cc63f0a8-fc82-482d-be69-3c01000bf882 = 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cc63f0a8-fc82-482d-be69-3c01000bf882 = 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cc63f0a8-fc82-482d-be69-3c01000bf882: 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d = 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d = 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7daa44a7-d0c7-45e2-a1f7-bbdb683e2b6d: 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f87bb851-287d-4bf4-8197-dacf9f96e1f9 = 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f87bb851-287d-4bf4-8197-dacf9f96e1f9 = 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f87bb851-287d-4bf4-8197-dacf9f96e1f9: 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a858c409-b122-4fc0-b17a-427f43e369e6 = 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a858c409-b122-4fc0-b17a-427f43e369e6 = 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a858c409-b122-4fc0-b17a-427f43e369e6: 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d394900b-c366-451a-9bb3-dc510129d792 = 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d394900b-c366-451a-9bb3-dc510129d792 = 
18:00:13.912 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d394900b-c366-451a-9bb3-dc510129d792: 
18:00:13.913 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:852c9793-dfbe-4323-82dd-fb2e20d443fa = 
18:00:13.913 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:852c9793-dfbe-4323-82dd-fb2e20d443fa = 
18:00:13.913 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:852c9793-dfbe-4323-82dd-fb2e20d443fa: 
18:00:13.913 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a = 
18:00:13.913 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a = 
18:00:13.913 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5224bd00-ee8b-44ae-90a1-d26fafc6ce3a: 
18:00:13.914 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

18:00:13.914 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

18:00:13.915 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:13.915 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:13.915 [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-09T18:00:13.915Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between two and four" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
18:00:13.981 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:13.915Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between two and four"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:13.915Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between two and four"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:00:13.982 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {deedd5ec-74cc-4eff-b4c3-a49dac6b47e8 @sh:path http://www.sampledomain.org/sam#integerProperty3; deedd5ec-74cc-4eff-b4c3-a49dac6b47e8 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; deedd5ec-74cc-4eff-b4c3-a49dac6b47e8 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; deedd5ec-74cc-4eff-b4c3-a49dac6b47e8 @rdf:type sh:Property; d4c5d488-a448-4eed-9589-8649a5e290ce @sh:path http://www.sampledomain.org/sam#anIntegerProperty; d4c5d488-a448-4eed-9589-8649a5e290ce @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; d4c5d488-a448-4eed-9589-8649a5e290ce @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; d4c5d488-a448-4eed-9589-8649a5e290ce @sh:datatype http://www.w3.org/2001/XMLSchema#integer; d4c5d488-a448-4eed-9589-8649a5e290ce @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; d4c5d488-a448-4eed-9589-8649a5e290ce @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; d4c5d488-a448-4eed-9589-8649a5e290ce @rdf:type sh:Property; 47e2f909-23aa-4510-81ca-5a69d78f6bb7 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 47e2f909-23aa-4510-81ca-5a69d78f6bb7 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 47e2f909-23aa-4510-81ca-5a69d78f6bb7 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 47e2f909-23aa-4510-81ca-5a69d78f6bb7 @rdf:type sh:Property; c260d9f8-fee9-438d-9ab2-aff497eeb79d @sh:path http://www.sampledomain.org/sam#anotherStringProperty; c260d9f8-fee9-438d-9ab2-aff497eeb79d @sh:in 8a94e8da-5a70-474a-963c-b4218c305280...} |  [deedd5ec-74cc-4eff-b4c3-a49dac6b47e8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [deedd5ec-74cc-4eff-b4c3-a49dac6b47e8, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [deedd5ec-74cc-4eff-b4c3-a49dac6b47e8, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [deedd5ec-74cc-4eff-b4c3-a49dac6b47e8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d4c5d488-a448-4eed-9589-8649a5e290ce, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [d4c5d488-a448-4eed-9589-8649a5e290ce, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d4c5d488-a448-4eed-9589-8649a5e290ce, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d4c5d488-a448-4eed-9589-8649a5e290ce, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d4c5d488-a448-4eed-9589-8649a5e290ce, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d4c5d488-a448-4eed-9589-8649a5e290ce, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d4c5d488-a448-4eed-9589-8649a5e290ce, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [47e2f909-23aa-4510-81ca-5a69d78f6bb7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [47e2f909-23aa-4510-81ca-5a69d78f6bb7, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [47e2f909-23aa-4510-81ca-5a69d78f6bb7, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [47e2f909-23aa-4510-81ca-5a69d78f6bb7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c260d9f8-fee9-438d-9ab2-aff497eeb79d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [c260d9f8-fee9-438d-9ab2-aff497eeb79d, http://www.w3.org/ns/shacl#in, 8a94e8da-5a70-474a-963c-b4218c305280] [c260d9f8-fee9-438d-9ab2-aff497eeb79d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6fe1abda-5d3d-4904-95c5-519b5a0f1996, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [6fe1abda-5d3d-4904-95c5-519b5a0f1996, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6fe1abda-5d3d-4904-95c5-519b5a0f1996, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6fe1abda-5d3d-4904-95c5-519b5a0f1996, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6fe1abda-5d3d-4904-95c5-519b5a0f1996, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6fe1abda-5d3d-4904-95c5-519b5a0f1996, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6fe1abda-5d3d-4904-95c5-519b5a0f1996, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d14fd4fc-2542-412d-b142-0efab70321f8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [d14fd4fc-2542-412d-b142-0efab70321f8, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [d14fd4fc-2542-412d-b142-0efab70321f8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8a94e8da-5a70-474a-963c-b4218c305280, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 55f8a88e-3f8f-4b85-9b19-da47b9b609e5] [8a94e8da-5a70-474a-963c-b4218c305280, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [05a336bc-41cd-4427-8aff-170a52035505, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [05a336bc-41cd-4427-8aff-170a52035505, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [05a336bc-41cd-4427-8aff-170a52035505, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [05a336bc-41cd-4427-8aff-170a52035505, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [05a336bc-41cd-4427-8aff-170a52035505, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [05a336bc-41cd-4427-8aff-170a52035505, http://www.w3.org/ns/shacl#pattern, "^B"] [05a336bc-41cd-4427-8aff-170a52035505, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [05a336bc-41cd-4427-8aff-170a52035505, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a45608ad-0ec1-4007-85a9-1e2047ee03b0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [a45608ad-0ec1-4007-85a9-1e2047ee03b0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [55f8a88e-3f8f-4b85-9b19-da47b9b609e5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a45608ad-0ec1-4007-85a9-1e2047ee03b0] [55f8a88e-3f8f-4b85-9b19-da47b9b609e5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c260d9f8-fee9-438d-9ab2-aff497eeb79d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d14fd4fc-2542-412d-b142-0efab70321f8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 47e2f909-23aa-4510-81ca-5a69d78f6bb7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6fe1abda-5d3d-4904-95c5-519b5a0f1996] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 05a336bc-41cd-4427-8aff-170a52035505] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 41f66783-6977-453c-a82c-b9c932fba4c5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, deedd5ec-74cc-4eff-b4c3-a49dac6b47e8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d4c5d488-a448-4eed-9589-8649a5e290ce] [41f66783-6977-453c-a82c-b9c932fba4c5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [41f66783-6977-453c-a82c-b9c932fba4c5, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [41f66783-6977-453c-a82c-b9c932fba4c5, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [41f66783-6977-453c-a82c-b9c932fba4c5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
18:00:13.982 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:13.983 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:13.984 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:47e2f909-23aa-4510-81ca-5a69d78f6bb7,_:41f66783-6977-453c-a82c-b9c932fba4c5,_:05a336bc-41cd-4427-8aff-170a52035505,_:6fe1abda-5d3d-4904-95c5-519b5a0f1996,_:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8,_:c260d9f8-fee9-438d-9ab2-aff497eeb79d,_:d14fd4fc-2542-412d-b142-0efab70321f8,_:d4c5d488-a448-4eed-9589-8649a5e290ce. Pending nodes: 
18:00:13.984 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:47e2f909-23aa-4510-81ca-5a69d78f6bb7
18:00:13.984 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:41f66783-6977-453c-a82c-b9c932fba4c5
18:00:13.985 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:05a336bc-41cd-4427-8aff-170a52035505
18:00:13.986 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6fe1abda-5d3d-4904-95c5-519b5a0f1996
18:00:13.986 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8
18:00:13.987 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c260d9f8-fee9-438d-9ab2-aff497eeb79d
18:00:13.987 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d14fd4fc-2542-412d-b142-0efab70321f8
18:00:13.988 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d4c5d488-a448-4eed-9589-8649a5e290ce
18:00:13.988 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d4c5d488-a448-4eed-9589-8649a5e290ce
18:00:13.988 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:13.988 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d14fd4fc-2542-412d-b142-0efab70321f8
18:00:13.988 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c260d9f8-fee9-438d-9ab2-aff497eeb79d
18:00:13.988 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8
18:00:13.988 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6fe1abda-5d3d-4904-95c5-519b5a0f1996
18:00:13.988 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:05a336bc-41cd-4427-8aff-170a52035505
18:00:13.988 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:41f66783-6977-453c-a82c-b9c932fba4c5
18:00:13.988 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:47e2f909-23aa-4510-81ca-5a69d78f6bb7
18:00:13.988 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d4c5d488-a448-4eed-9589-8649a5e290ce = 
18:00:13.988 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d4c5d488-a448-4eed-9589-8649a5e290ce = 
18:00:13.988 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d4c5d488-a448-4eed-9589-8649a5e290ce: 
18:00:13.988 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:13.988 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:13.989 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:13.989 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:13.989 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:13.989 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:47e2f909-23aa-4510-81ca-5a69d78f6bb7,_:41f66783-6977-453c-a82c-b9c932fba4c5,_:05a336bc-41cd-4427-8aff-170a52035505,_:6fe1abda-5d3d-4904-95c5-519b5a0f1996,_:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8,_:c260d9f8-fee9-438d-9ab2-aff497eeb79d,_:d14fd4fc-2542-412d-b142-0efab70321f8,_:d4c5d488-a448-4eed-9589-8649a5e290ce)
18:00:13.989 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:47e2f909-23aa-4510-81ca-5a69d78f6bb7)
18:00:13.989 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:41f66783-6977-453c-a82c-b9c932fba4c5)
18:00:13.989 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:05a336bc-41cd-4427-8aff-170a52035505)
18:00:13.989 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6fe1abda-5d3d-4904-95c5-519b5a0f1996)
18:00:13.989 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8)
18:00:13.989 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c260d9f8-fee9-438d-9ab2-aff497eeb79d)
18:00:13.989 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d14fd4fc-2542-412d-b142-0efab70321f8)
18:00:13.989 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d4c5d488-a448-4eed-9589-8649a5e290ce)
18:00:13.989 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.989 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.990 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.990 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.990 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:13.915Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:47e2f909-23aa-4510-81ca-5a69d78f6bb7],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:13.990 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:47e2f909-23aa-4510-81ca-5a69d78f6bb7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:47e2f909-23aa-4510-81ca-5a69d78f6bb7), ShapeRef(_:41f66783-6977-453c-a82c-b9c932fba4c5), ShapeRef(_:05a336bc-41cd-4427-8aff-170a52035505), ShapeRef(_:6fe1abda-5d3d-4904-95c5-519b5a0f1996), ShapeRef(_:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8), ShapeRef(_:c260d9f8-fee9-438d-9ab2-aff497eeb79d), ShapeRef(_:d14fd4fc-2542-412d-b142-0efab70321f8), ShapeRef(_:d4c5d488-a448-4eed-9589-8649a5e290ce)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:47e2f909-23aa-4510-81ca-5a69d78f6bb7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.990 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.990 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.990 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.990 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.991 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:41f66783-6977-453c-a82c-b9c932fba4c5=ShapeTyping(TypingMap(Map()))
18:00:13.991 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.991 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.991 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.991 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.992 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.992 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.992 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.992 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.992 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.992 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.992 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between two and four"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:05a336bc-41cd-4427-8aff-170a52035505],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:13.993 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:05a336bc-41cd-4427-8aff-170a52035505=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:47e2f909-23aa-4510-81ca-5a69d78f6bb7), ShapeRef(_:41f66783-6977-453c-a82c-b9c932fba4c5), ShapeRef(_:05a336bc-41cd-4427-8aff-170a52035505), ShapeRef(_:6fe1abda-5d3d-4904-95c5-519b5a0f1996), ShapeRef(_:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8), ShapeRef(_:c260d9f8-fee9-438d-9ab2-aff497eeb79d), ShapeRef(_:d14fd4fc-2542-412d-b142-0efab70321f8), ShapeRef(_:d4c5d488-a448-4eed-9589-8649a5e290ce)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:05a336bc-41cd-4427-8aff-170a52035505,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"))))))))
18:00:13.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.994 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6fe1abda-5d3d-4904-95c5-519b5a0f1996],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:13.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.995 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6fe1abda-5d3d-4904-95c5-519b5a0f1996=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:47e2f909-23aa-4510-81ca-5a69d78f6bb7), ShapeRef(_:41f66783-6977-453c-a82c-b9c932fba4c5), ShapeRef(_:05a336bc-41cd-4427-8aff-170a52035505), ShapeRef(_:6fe1abda-5d3d-4904-95c5-519b5a0f1996), ShapeRef(_:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8), ShapeRef(_:c260d9f8-fee9-438d-9ab2-aff497eeb79d), ShapeRef(_:d14fd4fc-2542-412d-b142-0efab70321f8), ShapeRef(_:d4c5d488-a448-4eed-9589-8649a5e290ce)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6fe1abda-5d3d-4904-95c5-519b5a0f1996,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:13.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.995 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8=ShapeTyping(TypingMap(Map()))
18:00:13.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.996 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c260d9f8-fee9-438d-9ab2-aff497eeb79d=ShapeTyping(TypingMap(Map()))
18:00:13.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.996 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d14fd4fc-2542-412d-b142-0efab70321f8=ShapeTyping(TypingMap(Map()))
18:00:13.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.997 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d4c5d488-a448-4eed-9589-8649a5e290ce],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:13.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:13.997 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d4c5d488-a448-4eed-9589-8649a5e290ce=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:47e2f909-23aa-4510-81ca-5a69d78f6bb7), ShapeRef(_:41f66783-6977-453c-a82c-b9c932fba4c5), ShapeRef(_:05a336bc-41cd-4427-8aff-170a52035505), ShapeRef(_:6fe1abda-5d3d-4904-95c5-519b5a0f1996), ShapeRef(_:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8), ShapeRef(_:c260d9f8-fee9-438d-9ab2-aff497eeb79d), ShapeRef(_:d14fd4fc-2542-412d-b142-0efab70321f8), ShapeRef(_:d4c5d488-a448-4eed-9589-8649a5e290ce)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d4c5d488-a448-4eed-9589-8649a5e290ce,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:13.998 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:47e2f909-23aa-4510-81ca-5a69d78f6bb7,_:41f66783-6977-453c-a82c-b9c932fba4c5,_:05a336bc-41cd-4427-8aff-170a52035505,_:6fe1abda-5d3d-4904-95c5-519b5a0f1996,_:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8,_:c260d9f8-fee9-438d-9ab2-aff497eeb79d,_:d14fd4fc-2542-412d-b142-0efab70321f8,_:d4c5d488-a448-4eed-9589-8649a5e290ce)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:d4c5d488-a448-4eed-9589-8649a5e290ce,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:47e2f909-23aa-4510-81ca-5a69d78f6bb7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:05a336bc-41cd-4427-8aff-170a52035505,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(_:47e2f909-23aa-4510-81ca-5a69d78f6bb7), ShapeRef(_:41f66783-6977-453c-a82c-b9c932fba4c5), ShapeRef(_:05a336bc-41cd-4427-8aff-170a52035505), ShapeRef(_:6fe1abda-5d3d-4904-95c5-519b5a0f1996), ShapeRef(_:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8), ShapeRef(_:c260d9f8-fee9-438d-9ab2-aff497eeb79d), ShapeRef(_:d14fd4fc-2542-412d-b142-0efab70321f8), ShapeRef(_:d4c5d488-a448-4eed-9589-8649a5e290ce)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6fe1abda-5d3d-4904-95c5-519b5a0f1996,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:13.998 [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(_:d4c5d488-a448-4eed-9589-8649a5e290ce,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:47e2f909-23aa-4510-81ca-5a69d78f6bb7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:05a336bc-41cd-4427-8aff-170a52035505,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(_:47e2f909-23aa-4510-81ca-5a69d78f6bb7), ShapeRef(_:41f66783-6977-453c-a82c-b9c932fba4c5), ShapeRef(_:05a336bc-41cd-4427-8aff-170a52035505), ShapeRef(_:6fe1abda-5d3d-4904-95c5-519b5a0f1996), ShapeRef(_:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8), ShapeRef(_:c260d9f8-fee9-438d-9ab2-aff497eeb79d), ShapeRef(_:d14fd4fc-2542-412d-b142-0efab70321f8), ShapeRef(_:d4c5d488-a448-4eed-9589-8649a5e290ce)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6fe1abda-5d3d-4904-95c5-519b5a0f1996,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:13.998 [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(_:d4c5d488-a448-4eed-9589-8649a5e290ce,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:47e2f909-23aa-4510-81ca-5a69d78f6bb7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:05a336bc-41cd-4427-8aff-170a52035505,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(_:47e2f909-23aa-4510-81ca-5a69d78f6bb7), ShapeRef(_:41f66783-6977-453c-a82c-b9c932fba4c5), ShapeRef(_:05a336bc-41cd-4427-8aff-170a52035505), ShapeRef(_:6fe1abda-5d3d-4904-95c5-519b5a0f1996), ShapeRef(_:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8), ShapeRef(_:c260d9f8-fee9-438d-9ab2-aff497eeb79d), ShapeRef(_:d14fd4fc-2542-412d-b142-0efab70321f8), ShapeRef(_:d4c5d488-a448-4eed-9589-8649a5e290ce)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6fe1abda-5d3d-4904-95c5-519b5a0f1996,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:13.998 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d14fd4fc-2542-412d-b142-0efab70321f8 = 
18:00:13.998 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d14fd4fc-2542-412d-b142-0efab70321f8 = 
18:00:13.998 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d14fd4fc-2542-412d-b142-0efab70321f8: 
18:00:13.998 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c260d9f8-fee9-438d-9ab2-aff497eeb79d = 
18:00:13.998 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c260d9f8-fee9-438d-9ab2-aff497eeb79d = 
18:00:13.998 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c260d9f8-fee9-438d-9ab2-aff497eeb79d: 
18:00:13.998 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8 = 
18:00:13.998 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8 = 
18:00:13.998 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:deedd5ec-74cc-4eff-b4c3-a49dac6b47e8: 
18:00:13.998 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6fe1abda-5d3d-4904-95c5-519b5a0f1996 = 
18:00:13.998 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6fe1abda-5d3d-4904-95c5-519b5a0f1996 = 
18:00:13.999 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6fe1abda-5d3d-4904-95c5-519b5a0f1996: 
18:00:13.999 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:05a336bc-41cd-4427-8aff-170a52035505 = 
18:00:13.999 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:05a336bc-41cd-4427-8aff-170a52035505 = 
18:00:13.999 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:05a336bc-41cd-4427-8aff-170a52035505: 
18:00:13.999 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:41f66783-6977-453c-a82c-b9c932fba4c5 = 
18:00:13.999 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:41f66783-6977-453c-a82c-b9c932fba4c5 = 
18:00:13.999 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:41f66783-6977-453c-a82c-b9c932fba4c5: 
18:00:13.999 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:47e2f909-23aa-4510-81ca-5a69d78f6bb7 = 
18:00:13.999 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:47e2f909-23aa-4510-81ca-5a69d78f6bb7 = 
18:00:13.999 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:47e2f909-23aa-4510-81ca-5a69d78f6bb7: 
18:00:14.000 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

18:00:14.001 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

18:00:14.002 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:14.002 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:14.002 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
18:00:14.002 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:14.002 [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.114 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-09T18:00:14.003Z"^^<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 .
18:00:14.010 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:14.003Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "14"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:14.003Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty2, "14"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:00:14.010 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {c01b8890-367b-4390-8ed5-66d4c654733f @rdf:rest rdf:nil; c01b8890-367b-4390-8ed5-66d4c654733f @rdf:first "C"; f72fdb66-b2dc-4707-ba5f-4e57ef89b704 @rdf:rest c01b8890-367b-4390-8ed5-66d4c654733f; f72fdb66-b2dc-4707-ba5f-4e57ef89b704 @rdf:first "B"; 0a8411cd-d3ce-4e10-bba2-09e6b9f795e2 @sh:path http://www.sampledomain.org/sam#aStringProperty; 0a8411cd-d3ce-4e10-bba2-09e6b9f795e2 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0a8411cd-d3ce-4e10-bba2-09e6b9f795e2 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0a8411cd-d3ce-4e10-bba2-09e6b9f795e2 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 0a8411cd-d3ce-4e10-bba2-09e6b9f795e2 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 0a8411cd-d3ce-4e10-bba2-09e6b9f795e2 @sh:pattern "^B"; 0a8411cd-d3ce-4e10-bba2-09e6b9f795e2 @sh:description "a Simple Single String Property"; 0a8411cd-d3ce-4e10-bba2-09e6b9f795e2 @rdf:type sh:Property; 56c82beb-1819-4300-b4aa-7c8d3fa34c2f @sh:path http://www.sampledomain.org/sam#integerProperty3; 56c82beb-1819-4300-b4aa-7c8d3fa34c2f @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 56c82beb-1819-4300-b4aa-7c8d3fa34c2f @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 56c82beb-1819-4300-b4aa-7c8d3fa34c2f @rdf:type sh:Property; 24f2c1cd-1a00-469d-a32b-346605ac467e @sh:path http://www.sampledomain.org/sam#anotherStringProperty...} |  [c01b8890-367b-4390-8ed5-66d4c654733f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [c01b8890-367b-4390-8ed5-66d4c654733f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [f72fdb66-b2dc-4707-ba5f-4e57ef89b704, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c01b8890-367b-4390-8ed5-66d4c654733f] [f72fdb66-b2dc-4707-ba5f-4e57ef89b704, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [0a8411cd-d3ce-4e10-bba2-09e6b9f795e2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [0a8411cd-d3ce-4e10-bba2-09e6b9f795e2, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0a8411cd-d3ce-4e10-bba2-09e6b9f795e2, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0a8411cd-d3ce-4e10-bba2-09e6b9f795e2, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [0a8411cd-d3ce-4e10-bba2-09e6b9f795e2, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [0a8411cd-d3ce-4e10-bba2-09e6b9f795e2, http://www.w3.org/ns/shacl#pattern, "^B"] [0a8411cd-d3ce-4e10-bba2-09e6b9f795e2, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [0a8411cd-d3ce-4e10-bba2-09e6b9f795e2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [56c82beb-1819-4300-b4aa-7c8d3fa34c2f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [56c82beb-1819-4300-b4aa-7c8d3fa34c2f, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [56c82beb-1819-4300-b4aa-7c8d3fa34c2f, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [56c82beb-1819-4300-b4aa-7c8d3fa34c2f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [24f2c1cd-1a00-469d-a32b-346605ac467e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [24f2c1cd-1a00-469d-a32b-346605ac467e, http://www.w3.org/ns/shacl#in, 6e4a9e05-8b83-441a-80e0-e150aad61713] [24f2c1cd-1a00-469d-a32b-346605ac467e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5b8c28f5-4cd3-469a-aa51-06dec53f328b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [5b8c28f5-4cd3-469a-aa51-06dec53f328b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5b8c28f5-4cd3-469a-aa51-06dec53f328b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5b8c28f5-4cd3-469a-aa51-06dec53f328b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5b8c28f5-4cd3-469a-aa51-06dec53f328b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5b8c28f5-4cd3-469a-aa51-06dec53f328b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5b8c28f5-4cd3-469a-aa51-06dec53f328b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b13f9b09-111a-4cd5-ac6d-3c0288138045, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [b13f9b09-111a-4cd5-ac6d-3c0288138045, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b13f9b09-111a-4cd5-ac6d-3c0288138045, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b13f9b09-111a-4cd5-ac6d-3c0288138045, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b13f9b09-111a-4cd5-ac6d-3c0288138045, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b13f9b09-111a-4cd5-ac6d-3c0288138045, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b13f9b09-111a-4cd5-ac6d-3c0288138045, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9f492f48-3e59-4fb9-ab2a-1a5e256fd20d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [9f492f48-3e59-4fb9-ab2a-1a5e256fd20d, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [9f492f48-3e59-4fb9-ab2a-1a5e256fd20d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6e4a9e05-8b83-441a-80e0-e150aad61713, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f72fdb66-b2dc-4707-ba5f-4e57ef89b704] [6e4a9e05-8b83-441a-80e0-e150aad61713, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [933d4c34-6d86-46ac-88ca-f5e6bead24f7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [933d4c34-6d86-46ac-88ca-f5e6bead24f7, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [933d4c34-6d86-46ac-88ca-f5e6bead24f7, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [933d4c34-6d86-46ac-88ca-f5e6bead24f7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fc308a39-3fbc-47f9-aa71-0994ac1fb1f4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [fc308a39-3fbc-47f9-aa71-0994ac1fb1f4, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [fc308a39-3fbc-47f9-aa71-0994ac1fb1f4, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [fc308a39-3fbc-47f9-aa71-0994ac1fb1f4, 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, 56c82beb-1819-4300-b4aa-7c8d3fa34c2f] [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, 9f492f48-3e59-4fb9-ab2a-1a5e256fd20d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 933d4c34-6d86-46ac-88ca-f5e6bead24f7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b13f9b09-111a-4cd5-ac6d-3c0288138045] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 24f2c1cd-1a00-469d-a32b-346605ac467e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5b8c28f5-4cd3-469a-aa51-06dec53f328b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0a8411cd-d3ce-4e10-bba2-09e6b9f795e2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fc308a39-3fbc-47f9-aa71-0994ac1fb1f4]>
18:00:14.011 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:14.012 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:14.012 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:b13f9b09-111a-4cd5-ac6d-3c0288138045,_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2,_:933d4c34-6d86-46ac-88ca-f5e6bead24f7,_:24f2c1cd-1a00-469d-a32b-346605ac467e,_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4,_:56c82beb-1819-4300-b4aa-7c8d3fa34c2f,_:5b8c28f5-4cd3-469a-aa51-06dec53f328b,_:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d. Pending nodes: 
18:00:14.013 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b13f9b09-111a-4cd5-ac6d-3c0288138045
18:00:14.013 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2
18:00:14.014 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:933d4c34-6d86-46ac-88ca-f5e6bead24f7
18:00:14.014 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:24f2c1cd-1a00-469d-a32b-346605ac467e
18:00:14.015 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4
18:00:14.015 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:56c82beb-1819-4300-b4aa-7c8d3fa34c2f
18:00:14.016 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5b8c28f5-4cd3-469a-aa51-06dec53f328b
18:00:14.016 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5b8c28f5-4cd3-469a-aa51-06dec53f328b
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:56c82beb-1819-4300-b4aa-7c8d3fa34c2f
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:24f2c1cd-1a00-469d-a32b-346605ac467e
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:933d4c34-6d86-46ac-88ca-f5e6bead24f7
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b13f9b09-111a-4cd5-ac6d-3c0288138045
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:14.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>
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b13f9b09-111a-4cd5-ac6d-3c0288138045,_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2,_:933d4c34-6d86-46ac-88ca-f5e6bead24f7,_:24f2c1cd-1a00-469d-a32b-346605ac467e,_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4,_:56c82beb-1819-4300-b4aa-7c8d3fa34c2f,_:5b8c28f5-4cd3-469a-aa51-06dec53f328b,_:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d)
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b13f9b09-111a-4cd5-ac6d-3c0288138045)
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2)
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:933d4c34-6d86-46ac-88ca-f5e6bead24f7)
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:24f2c1cd-1a00-469d-a32b-346605ac467e)
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4)
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:56c82beb-1819-4300-b4aa-7c8d3fa34c2f)
18:00:14.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b8c28f5-4cd3-469a-aa51-06dec53f328b)
18:00:14.018 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d)
18:00:14.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.019 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b13f9b09-111a-4cd5-ac6d-3c0288138045],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:14.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.019 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b13f9b09-111a-4cd5-ac6d-3c0288138045=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b13f9b09-111a-4cd5-ac6d-3c0288138045), ShapeRef(_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2), ShapeRef(_:933d4c34-6d86-46ac-88ca-f5e6bead24f7), ShapeRef(_:24f2c1cd-1a00-469d-a32b-346605ac467e), ShapeRef(_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4), ShapeRef(_:56c82beb-1819-4300-b4aa-7c8d3fa34c2f), ShapeRef(_:5b8c28f5-4cd3-469a-aa51-06dec53f328b), ShapeRef(_:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b13f9b09-111a-4cd5-ac6d-3c0288138045,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:14.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.021 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:14.021 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b13f9b09-111a-4cd5-ac6d-3c0288138045), ShapeRef(_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2), ShapeRef(_:933d4c34-6d86-46ac-88ca-f5e6bead24f7), ShapeRef(_:24f2c1cd-1a00-469d-a32b-346605ac467e), ShapeRef(_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4), ShapeRef(_:56c82beb-1819-4300-b4aa-7c8d3fa34c2f), ShapeRef(_:5b8c28f5-4cd3-469a-aa51-06dec53f328b), ShapeRef(_:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.021 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:14.003Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:933d4c34-6d86-46ac-88ca-f5e6bead24f7],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:14.022 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:933d4c34-6d86-46ac-88ca-f5e6bead24f7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b13f9b09-111a-4cd5-ac6d-3c0288138045), ShapeRef(_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2), ShapeRef(_:933d4c34-6d86-46ac-88ca-f5e6bead24f7), ShapeRef(_:24f2c1cd-1a00-469d-a32b-346605ac467e), ShapeRef(_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4), ShapeRef(_:56c82beb-1819-4300-b4aa-7c8d3fa34c2f), ShapeRef(_:5b8c28f5-4cd3-469a-aa51-06dec53f328b), ShapeRef(_:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:933d4c34-6d86-46ac-88ca-f5e6bead24f7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.022 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:24f2c1cd-1a00-469d-a32b-346605ac467e=ShapeTyping(TypingMap(Map()))
18:00:14.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.081 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b13f9b09-111a-4cd5-ac6d-3c0288138045), ShapeRef(_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2), ShapeRef(_:933d4c34-6d86-46ac-88ca-f5e6bead24f7), ShapeRef(_:24f2c1cd-1a00-469d-a32b-346605ac467e), ShapeRef(_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4), ShapeRef(_:56c82beb-1819-4300-b4aa-7c8d3fa34c2f), ShapeRef(_:5b8c28f5-4cd3-469a-aa51-06dec53f328b), ShapeRef(_:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4,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))))))))
18:00:14.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.081 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:56c82beb-1819-4300-b4aa-7c8d3fa34c2f=ShapeTyping(TypingMap(Map()))
18:00:14.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.082 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5b8c28f5-4cd3-469a-aa51-06dec53f328b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:14.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.082 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b8c28f5-4cd3-469a-aa51-06dec53f328b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b13f9b09-111a-4cd5-ac6d-3c0288138045), ShapeRef(_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2), ShapeRef(_:933d4c34-6d86-46ac-88ca-f5e6bead24f7), ShapeRef(_:24f2c1cd-1a00-469d-a32b-346605ac467e), ShapeRef(_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4), ShapeRef(_:56c82beb-1819-4300-b4aa-7c8d3fa34c2f), ShapeRef(_:5b8c28f5-4cd3-469a-aa51-06dec53f328b), ShapeRef(_:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5b8c28f5-4cd3-469a-aa51-06dec53f328b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.082 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d=ShapeTyping(TypingMap(Map()))
18:00:14.083 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b13f9b09-111a-4cd5-ac6d-3c0288138045,_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2,_:933d4c34-6d86-46ac-88ca-f5e6bead24f7,_:24f2c1cd-1a00-469d-a32b-346605ac467e,_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4,_:56c82beb-1819-4300-b4aa-7c8d3fa34c2f,_:5b8c28f5-4cd3-469a-aa51-06dec53f328b,_:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b13f9b09-111a-4cd5-ac6d-3c0288138045), ShapeRef(_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2), ShapeRef(_:933d4c34-6d86-46ac-88ca-f5e6bead24f7), ShapeRef(_:24f2c1cd-1a00-469d-a32b-346605ac467e), ShapeRef(_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4), ShapeRef(_:56c82beb-1819-4300-b4aa-7c8d3fa34c2f), ShapeRef(_:5b8c28f5-4cd3-469a-aa51-06dec53f328b), ShapeRef(_:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(14 satisfies maxExclusive(15), 14 satisfies minExclusive(5)))), PropertyShape(_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5b8c28f5-4cd3-469a-aa51-06dec53f328b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:933d4c34-6d86-46ac-88ca-f5e6bead24f7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b13f9b09-111a-4cd5-ac6d-3c0288138045,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:14.083 [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(_:b13f9b09-111a-4cd5-ac6d-3c0288138045), ShapeRef(_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2), ShapeRef(_:933d4c34-6d86-46ac-88ca-f5e6bead24f7), ShapeRef(_:24f2c1cd-1a00-469d-a32b-346605ac467e), ShapeRef(_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4), ShapeRef(_:56c82beb-1819-4300-b4aa-7c8d3fa34c2f), ShapeRef(_:5b8c28f5-4cd3-469a-aa51-06dec53f328b), ShapeRef(_:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(14 satisfies maxExclusive(15), 14 satisfies minExclusive(5)))), PropertyShape(_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5b8c28f5-4cd3-469a-aa51-06dec53f328b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:933d4c34-6d86-46ac-88ca-f5e6bead24f7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b13f9b09-111a-4cd5-ac6d-3c0288138045,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:14.083 [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(_:b13f9b09-111a-4cd5-ac6d-3c0288138045), ShapeRef(_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2), ShapeRef(_:933d4c34-6d86-46ac-88ca-f5e6bead24f7), ShapeRef(_:24f2c1cd-1a00-469d-a32b-346605ac467e), ShapeRef(_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4), ShapeRef(_:56c82beb-1819-4300-b4aa-7c8d3fa34c2f), ShapeRef(_:5b8c28f5-4cd3-469a-aa51-06dec53f328b), ShapeRef(_:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(14 satisfies maxExclusive(15), 14 satisfies minExclusive(5)))), PropertyShape(_:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5b8c28f5-4cd3-469a-aa51-06dec53f328b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:933d4c34-6d86-46ac-88ca-f5e6bead24f7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b13f9b09-111a-4cd5-ac6d-3c0288138045,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:14.083 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d = 
18:00:14.083 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d = 
18:00:14.083 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9f492f48-3e59-4fb9-ab2a-1a5e256fd20d: 
18:00:14.083 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5b8c28f5-4cd3-469a-aa51-06dec53f328b = 
18:00:14.083 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5b8c28f5-4cd3-469a-aa51-06dec53f328b = 
18:00:14.083 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5b8c28f5-4cd3-469a-aa51-06dec53f328b: 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:56c82beb-1819-4300-b4aa-7c8d3fa34c2f = 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:56c82beb-1819-4300-b4aa-7c8d3fa34c2f = 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:56c82beb-1819-4300-b4aa-7c8d3fa34c2f: 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4 = 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4 = 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fc308a39-3fbc-47f9-aa71-0994ac1fb1f4: 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:24f2c1cd-1a00-469d-a32b-346605ac467e = 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:24f2c1cd-1a00-469d-a32b-346605ac467e = 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:24f2c1cd-1a00-469d-a32b-346605ac467e: 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:933d4c34-6d86-46ac-88ca-f5e6bead24f7 = 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:933d4c34-6d86-46ac-88ca-f5e6bead24f7 = 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:933d4c34-6d86-46ac-88ca-f5e6bead24f7: 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2 = 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2 = 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0a8411cd-d3ce-4e10-bba2-09e6b9f795e2: 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b13f9b09-111a-4cd5-ac6d-3c0288138045 = 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b13f9b09-111a-4cd5-ac6d-3c0288138045 = 
18:00:14.084 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b13f9b09-111a-4cd5-ac6d-3c0288138045: 
18:00:14.085 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

18:00:14.086 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

18:00:14.086 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:14.086 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:14.086 [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-09T18:00:14.086Z"^^<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 .
18:00:14.093 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:14.086Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "16"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:14.086Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty2, "16"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:00:14.094 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {7514afdb-a93e-48e6-9b75-a4b1d01c1202 @rdf:rest 94082ebf-7b27-42c3-9c2a-0d98fd0c33ef; 7514afdb-a93e-48e6-9b75-a4b1d01c1202 @rdf:first "A"; 80323c48-1b75-42e1-a21d-fef302eb6134 @sh:path http://www.sampledomain.org/sam#aStringProperty; 80323c48-1b75-42e1-a21d-fef302eb6134 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 80323c48-1b75-42e1-a21d-fef302eb6134 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 80323c48-1b75-42e1-a21d-fef302eb6134 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 80323c48-1b75-42e1-a21d-fef302eb6134 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 80323c48-1b75-42e1-a21d-fef302eb6134 @sh:pattern "^B"; 80323c48-1b75-42e1-a21d-fef302eb6134 @sh:description "a Simple Single String Property"; 80323c48-1b75-42e1-a21d-fef302eb6134 @rdf:type sh:Property; 9c51b1e2-ab84-452b-bc51-39b22193c1d1 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 9c51b1e2-ab84-452b-bc51-39b22193c1d1 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 9c51b1e2-ab84-452b-bc51-39b22193c1d1 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 9c51b1e2-ab84-452b-bc51-39b22193c1d1 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 9c51b1e2-ab84-452b-bc51-39b22193c1d1 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 9c51b1e2-ab84-452b-bc51-39b22193c1d1 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 9c51b1e2-ab84-452b-bc51-39b22193c1d1 @rdf:type sh:Property...} |  [7514afdb-a93e-48e6-9b75-a4b1d01c1202, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 94082ebf-7b27-42c3-9c2a-0d98fd0c33ef] [7514afdb-a93e-48e6-9b75-a4b1d01c1202, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [80323c48-1b75-42e1-a21d-fef302eb6134, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [80323c48-1b75-42e1-a21d-fef302eb6134, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [80323c48-1b75-42e1-a21d-fef302eb6134, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [80323c48-1b75-42e1-a21d-fef302eb6134, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [80323c48-1b75-42e1-a21d-fef302eb6134, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [80323c48-1b75-42e1-a21d-fef302eb6134, http://www.w3.org/ns/shacl#pattern, "^B"] [80323c48-1b75-42e1-a21d-fef302eb6134, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [80323c48-1b75-42e1-a21d-fef302eb6134, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9c51b1e2-ab84-452b-bc51-39b22193c1d1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [9c51b1e2-ab84-452b-bc51-39b22193c1d1, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9c51b1e2-ab84-452b-bc51-39b22193c1d1, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9c51b1e2-ab84-452b-bc51-39b22193c1d1, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [9c51b1e2-ab84-452b-bc51-39b22193c1d1, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9c51b1e2-ab84-452b-bc51-39b22193c1d1, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9c51b1e2-ab84-452b-bc51-39b22193c1d1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [56e18207-d570-495f-a841-ed844f1329e0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [56e18207-d570-495f-a841-ed844f1329e0, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [56e18207-d570-495f-a841-ed844f1329e0, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [56e18207-d570-495f-a841-ed844f1329e0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [09678d05-ba72-4042-a1c7-f59a254a7023, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [09678d05-ba72-4042-a1c7-f59a254a7023, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [09678d05-ba72-4042-a1c7-f59a254a7023, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [09678d05-ba72-4042-a1c7-f59a254a7023, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5854e6ef-a1dd-4f70-9458-8c323a2ade7e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [5854e6ef-a1dd-4f70-9458-8c323a2ade7e, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5854e6ef-a1dd-4f70-9458-8c323a2ade7e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5854e6ef-a1dd-4f70-9458-8c323a2ade7e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5854e6ef-a1dd-4f70-9458-8c323a2ade7e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5854e6ef-a1dd-4f70-9458-8c323a2ade7e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5854e6ef-a1dd-4f70-9458-8c323a2ade7e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [67ebf94d-18e0-4b0a-8065-19a01b6f0267, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [67ebf94d-18e0-4b0a-8065-19a01b6f0267, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [67ebf94d-18e0-4b0a-8065-19a01b6f0267, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [322110c6-0896-4e3a-a8e8-11c5f757f110, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [322110c6-0896-4e3a-a8e8-11c5f757f110, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [322110c6-0896-4e3a-a8e8-11c5f757f110, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [322110c6-0896-4e3a-a8e8-11c5f757f110, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2ab3489a-be5e-474f-aebc-e6800a947203, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [2ab3489a-be5e-474f-aebc-e6800a947203, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c, http://www.w3.org/ns/shacl#in, 7514afdb-a93e-48e6-9b75-a4b1d01c1202] [65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [94082ebf-7b27-42c3-9c2a-0d98fd0c33ef, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2ab3489a-be5e-474f-aebc-e6800a947203] [94082ebf-7b27-42c3-9c2a-0d98fd0c33ef, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 56e18207-d570-495f-a841-ed844f1329e0] [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, 09678d05-ba72-4042-a1c7-f59a254a7023] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 80323c48-1b75-42e1-a21d-fef302eb6134] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 322110c6-0896-4e3a-a8e8-11c5f757f110] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 67ebf94d-18e0-4b0a-8065-19a01b6f0267] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5854e6ef-a1dd-4f70-9458-8c323a2ade7e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9c51b1e2-ab84-452b-bc51-39b22193c1d1]>
18:00:14.094 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:14.095 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:14.096 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:67ebf94d-18e0-4b0a-8065-19a01b6f0267,_:56e18207-d570-495f-a841-ed844f1329e0,_:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c,_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e,_:9c51b1e2-ab84-452b-bc51-39b22193c1d1,_:322110c6-0896-4e3a-a8e8-11c5f757f110,_:09678d05-ba72-4042-a1c7-f59a254a7023,_:80323c48-1b75-42e1-a21d-fef302eb6134. Pending nodes: 
18:00:14.096 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:67ebf94d-18e0-4b0a-8065-19a01b6f0267
18:00:14.096 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:56e18207-d570-495f-a841-ed844f1329e0
18:00:14.097 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c
18:00:14.097 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5854e6ef-a1dd-4f70-9458-8c323a2ade7e
18:00:14.098 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9c51b1e2-ab84-452b-bc51-39b22193c1d1
18:00:14.099 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:322110c6-0896-4e3a-a8e8-11c5f757f110
18:00:14.099 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:09678d05-ba72-4042-a1c7-f59a254a7023
18:00:14.100 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:80323c48-1b75-42e1-a21d-fef302eb6134
18:00:14.100 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:80323c48-1b75-42e1-a21d-fef302eb6134
18:00:14.100 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:09678d05-ba72-4042-a1c7-f59a254a7023
18:00:14.100 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:14.100 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:322110c6-0896-4e3a-a8e8-11c5f757f110
18:00:14.100 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9c51b1e2-ab84-452b-bc51-39b22193c1d1
18:00:14.100 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5854e6ef-a1dd-4f70-9458-8c323a2ade7e
18:00:14.100 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c
18:00:14.100 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:56e18207-d570-495f-a841-ed844f1329e0
18:00:14.100 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:67ebf94d-18e0-4b0a-8065-19a01b6f0267
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:80323c48-1b75-42e1-a21d-fef302eb6134 = 
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:80323c48-1b75-42e1-a21d-fef302eb6134 = 
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:80323c48-1b75-42e1-a21d-fef302eb6134: 
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:09678d05-ba72-4042-a1c7-f59a254a7023 = 
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:09678d05-ba72-4042-a1c7-f59a254a7023 = 
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:09678d05-ba72-4042-a1c7-f59a254a7023: 
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:67ebf94d-18e0-4b0a-8065-19a01b6f0267,_:56e18207-d570-495f-a841-ed844f1329e0,_:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c,_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e,_:9c51b1e2-ab84-452b-bc51-39b22193c1d1,_:322110c6-0896-4e3a-a8e8-11c5f757f110,_:09678d05-ba72-4042-a1c7-f59a254a7023,_:80323c48-1b75-42e1-a21d-fef302eb6134)
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:67ebf94d-18e0-4b0a-8065-19a01b6f0267)
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:56e18207-d570-495f-a841-ed844f1329e0)
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c)
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e)
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c51b1e2-ab84-452b-bc51-39b22193c1d1)
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:322110c6-0896-4e3a-a8e8-11c5f757f110)
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:09678d05-ba72-4042-a1c7-f59a254a7023)
18:00:14.101 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:80323c48-1b75-42e1-a21d-fef302eb6134)
18:00:14.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.102 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:67ebf94d-18e0-4b0a-8065-19a01b6f0267=ShapeTyping(TypingMap(Map()))
18:00:14.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.102 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:56e18207-d570-495f-a841-ed844f1329e0=ShapeTyping(TypingMap(Map()))
18:00:14.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.102 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c=ShapeTyping(TypingMap(Map()))
18:00:14.103 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.103 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.103 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.103 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.103 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.103 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.103 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.103 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.103 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:14.103 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.103 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.104 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:67ebf94d-18e0-4b0a-8065-19a01b6f0267), ShapeRef(_:56e18207-d570-495f-a841-ed844f1329e0), ShapeRef(_:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c), ShapeRef(_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e), ShapeRef(_:9c51b1e2-ab84-452b-bc51-39b22193c1d1), ShapeRef(_:322110c6-0896-4e3a-a8e8-11c5f757f110), ShapeRef(_:09678d05-ba72-4042-a1c7-f59a254a7023), ShapeRef(_:80323c48-1b75-42e1-a21d-fef302eb6134)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.104 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.104 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.104 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.104 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.104 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.104 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.104 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.104 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.105 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9c51b1e2-ab84-452b-bc51-39b22193c1d1],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:14.105 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.105 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.105 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c51b1e2-ab84-452b-bc51-39b22193c1d1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:67ebf94d-18e0-4b0a-8065-19a01b6f0267), ShapeRef(_:56e18207-d570-495f-a841-ed844f1329e0), ShapeRef(_:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c), ShapeRef(_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e), ShapeRef(_:9c51b1e2-ab84-452b-bc51-39b22193c1d1), ShapeRef(_:322110c6-0896-4e3a-a8e8-11c5f757f110), ShapeRef(_:09678d05-ba72-4042-a1c7-f59a254a7023), ShapeRef(_:80323c48-1b75-42e1-a21d-fef302eb6134)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9c51b1e2-ab84-452b-bc51-39b22193c1d1,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:14.105 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.105 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.105 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.105 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.106 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:14.086Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:322110c6-0896-4e3a-a8e8-11c5f757f110],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:14.106 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:322110c6-0896-4e3a-a8e8-11c5f757f110=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:67ebf94d-18e0-4b0a-8065-19a01b6f0267), ShapeRef(_:56e18207-d570-495f-a841-ed844f1329e0), ShapeRef(_:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c), ShapeRef(_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e), ShapeRef(_:9c51b1e2-ab84-452b-bc51-39b22193c1d1), ShapeRef(_:322110c6-0896-4e3a-a8e8-11c5f757f110), ShapeRef(_:09678d05-ba72-4042-a1c7-f59a254a7023), ShapeRef(_:80323c48-1b75-42e1-a21d-fef302eb6134)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:322110c6-0896-4e3a-a8e8-11c5f757f110,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.106 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.106 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.106 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.106 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.107 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:09678d05-ba72-4042-a1c7-f59a254a7023=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:67ebf94d-18e0-4b0a-8065-19a01b6f0267), ShapeRef(_:56e18207-d570-495f-a841-ed844f1329e0), ShapeRef(_:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c), ShapeRef(_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e), ShapeRef(_:9c51b1e2-ab84-452b-bc51-39b22193c1d1), ShapeRef(_:322110c6-0896-4e3a-a8e8-11c5f757f110), ShapeRef(_:09678d05-ba72-4042-a1c7-f59a254a7023), ShapeRef(_:80323c48-1b75-42e1-a21d-fef302eb6134)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:09678d05-ba72-4042-a1c7-f59a254a7023,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"))))))))
18:00:14.107 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.107 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.107 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.107 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.108 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:80323c48-1b75-42e1-a21d-fef302eb6134],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:14.109 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:80323c48-1b75-42e1-a21d-fef302eb6134=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:67ebf94d-18e0-4b0a-8065-19a01b6f0267), ShapeRef(_:56e18207-d570-495f-a841-ed844f1329e0), ShapeRef(_:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c), ShapeRef(_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e), ShapeRef(_:9c51b1e2-ab84-452b-bc51-39b22193c1d1), ShapeRef(_:322110c6-0896-4e3a-a8e8-11c5f757f110), ShapeRef(_:09678d05-ba72-4042-a1c7-f59a254a7023), ShapeRef(_:80323c48-1b75-42e1-a21d-fef302eb6134)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:80323c48-1b75-42e1-a21d-fef302eb6134,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.109 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:67ebf94d-18e0-4b0a-8065-19a01b6f0267,_:56e18207-d570-495f-a841-ed844f1329e0,_:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c,_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e,_:9c51b1e2-ab84-452b-bc51-39b22193c1d1,_:322110c6-0896-4e3a-a8e8-11c5f757f110,_:09678d05-ba72-4042-a1c7-f59a254a7023,_:80323c48-1b75-42e1-a21d-fef302eb6134)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:67ebf94d-18e0-4b0a-8065-19a01b6f0267), ShapeRef(_:56e18207-d570-495f-a841-ed844f1329e0), ShapeRef(_:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c), ShapeRef(_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e), ShapeRef(_:9c51b1e2-ab84-452b-bc51-39b22193c1d1), ShapeRef(_:322110c6-0896-4e3a-a8e8-11c5f757f110), ShapeRef(_:09678d05-ba72-4042-a1c7-f59a254a7023), ShapeRef(_:80323c48-1b75-42e1-a21d-fef302eb6134)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:80323c48-1b75-42e1-a21d-fef302eb6134,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:322110c6-0896-4e3a-a8e8-11c5f757f110,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:09678d05-ba72-4042-a1c7-f59a254a7023,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(_:9c51b1e2-ab84-452b-bc51-39b22193c1d1,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:14.109 [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(_:67ebf94d-18e0-4b0a-8065-19a01b6f0267), ShapeRef(_:56e18207-d570-495f-a841-ed844f1329e0), ShapeRef(_:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c), ShapeRef(_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e), ShapeRef(_:9c51b1e2-ab84-452b-bc51-39b22193c1d1), ShapeRef(_:322110c6-0896-4e3a-a8e8-11c5f757f110), ShapeRef(_:09678d05-ba72-4042-a1c7-f59a254a7023), ShapeRef(_:80323c48-1b75-42e1-a21d-fef302eb6134)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:80323c48-1b75-42e1-a21d-fef302eb6134,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:322110c6-0896-4e3a-a8e8-11c5f757f110,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:09678d05-ba72-4042-a1c7-f59a254a7023,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(_:9c51b1e2-ab84-452b-bc51-39b22193c1d1,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:14.109 [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(_:67ebf94d-18e0-4b0a-8065-19a01b6f0267), ShapeRef(_:56e18207-d570-495f-a841-ed844f1329e0), ShapeRef(_:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c), ShapeRef(_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e), ShapeRef(_:9c51b1e2-ab84-452b-bc51-39b22193c1d1), ShapeRef(_:322110c6-0896-4e3a-a8e8-11c5f757f110), ShapeRef(_:09678d05-ba72-4042-a1c7-f59a254a7023), ShapeRef(_:80323c48-1b75-42e1-a21d-fef302eb6134)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:80323c48-1b75-42e1-a21d-fef302eb6134,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5854e6ef-a1dd-4f70-9458-8c323a2ade7e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:322110c6-0896-4e3a-a8e8-11c5f757f110,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:09678d05-ba72-4042-a1c7-f59a254a7023,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(_:9c51b1e2-ab84-452b-bc51-39b22193c1d1,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:14.109 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:322110c6-0896-4e3a-a8e8-11c5f757f110 = 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:322110c6-0896-4e3a-a8e8-11c5f757f110 = 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:322110c6-0896-4e3a-a8e8-11c5f757f110: 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9c51b1e2-ab84-452b-bc51-39b22193c1d1 = 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9c51b1e2-ab84-452b-bc51-39b22193c1d1 = 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9c51b1e2-ab84-452b-bc51-39b22193c1d1: 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5854e6ef-a1dd-4f70-9458-8c323a2ade7e = 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5854e6ef-a1dd-4f70-9458-8c323a2ade7e = 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5854e6ef-a1dd-4f70-9458-8c323a2ade7e: 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c = 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c = 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:65e6e5ff-765d-4ed8-a2e2-bb8f07f2743c: 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:56e18207-d570-495f-a841-ed844f1329e0 = 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:56e18207-d570-495f-a841-ed844f1329e0 = 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:56e18207-d570-495f-a841-ed844f1329e0: 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:67ebf94d-18e0-4b0a-8065-19a01b6f0267 = 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:67ebf94d-18e0-4b0a-8065-19a01b6f0267 = 
18:00:14.110 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:67ebf94d-18e0-4b0a-8065-19a01b6f0267: 
18:00:14.111 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

18:00:14.112 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:00:14.122 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47 @rdf:type sh:Property; daf77407-6508-41bb-a347-a0496c490c33 @rdf:rest dcfd0b3c-35ab-4129-b5ac-581163a57c1a; daf77407-6508-41bb-a347-a0496c490c33 @rdf:first "A"; c2c52d73-d8b1-4366-a409-4a9f4f5df985 @sh:path http://www.sampledomain.org/sam#integerProperty3; c2c52d73-d8b1-4366-a409-4a9f4f5df985 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; c2c52d73-d8b1-4366-a409-4a9f4f5df985 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; c2c52d73-d8b1-4366-a409-4a9f4f5df985 @rdf:type sh:Property; b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb @sh:path http://www.sampledomain.org/sam#aReferenceProperty; b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb @sh:class http://www.sampledomain.org/sam#AnotherResource; b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb @rdf:type sh:Property; cd36c95a-099b-4860-8341-9af91135ecad @sh:path http://www.sampledomain.org/sam#anotherStringProperty...} |  [4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [daf77407-6508-41bb-a347-a0496c490c33, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, dcfd0b3c-35ab-4129-b5ac-581163a57c1a] [daf77407-6508-41bb-a347-a0496c490c33, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [c2c52d73-d8b1-4366-a409-4a9f4f5df985, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [c2c52d73-d8b1-4366-a409-4a9f4f5df985, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c2c52d73-d8b1-4366-a409-4a9f4f5df985, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c2c52d73-d8b1-4366-a409-4a9f4f5df985, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cd36c95a-099b-4860-8341-9af91135ecad, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [cd36c95a-099b-4860-8341-9af91135ecad, http://www.w3.org/ns/shacl#in, daf77407-6508-41bb-a347-a0496c490c33] [cd36c95a-099b-4860-8341-9af91135ecad, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2e70c056-3174-4a16-921a-73aaa412543c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [2e70c056-3174-4a16-921a-73aaa412543c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [f8c2aefb-85ee-47fc-94b0-adc53a803e2e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f8c2aefb-85ee-47fc-94b0-adc53a803e2e, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f8c2aefb-85ee-47fc-94b0-adc53a803e2e, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f8c2aefb-85ee-47fc-94b0-adc53a803e2e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dcfd0b3c-35ab-4129-b5ac-581163a57c1a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2e70c056-3174-4a16-921a-73aaa412543c] [dcfd0b3c-35ab-4129-b5ac-581163a57c1a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [15bc4580-a598-4274-b0a2-552e52dce5dd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [15bc4580-a598-4274-b0a2-552e52dce5dd, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [15bc4580-a598-4274-b0a2-552e52dce5dd, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [15bc4580-a598-4274-b0a2-552e52dce5dd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6396ffd6-e7e8-4822-9e27-fbbd85842009, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [6396ffd6-e7e8-4822-9e27-fbbd85842009, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6396ffd6-e7e8-4822-9e27-fbbd85842009, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6396ffd6-e7e8-4822-9e27-fbbd85842009, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [6396ffd6-e7e8-4822-9e27-fbbd85842009, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [6396ffd6-e7e8-4822-9e27-fbbd85842009, http://www.w3.org/ns/shacl#pattern, "^B"] [6396ffd6-e7e8-4822-9e27-fbbd85842009, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [6396ffd6-e7e8-4822-9e27-fbbd85842009, 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, 4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f] [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, f8c2aefb-85ee-47fc-94b0-adc53a803e2e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6396ffd6-e7e8-4822-9e27-fbbd85842009] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cd36c95a-099b-4860-8341-9af91135ecad] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c2c52d73-d8b1-4366-a409-4a9f4f5df985] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 15bc4580-a598-4274-b0a2-552e52dce5dd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47]>
18:00:14.122 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:14.123 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:14.124 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:6396ffd6-e7e8-4822-9e27-fbbd85842009,_:f8c2aefb-85ee-47fc-94b0-adc53a803e2e,_:c2c52d73-d8b1-4366-a409-4a9f4f5df985,_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f,_:15bc4580-a598-4274-b0a2-552e52dce5dd,_:cd36c95a-099b-4860-8341-9af91135ecad,_:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb,_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47. Pending nodes: 
18:00:14.124 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6396ffd6-e7e8-4822-9e27-fbbd85842009
18:00:14.181 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f8c2aefb-85ee-47fc-94b0-adc53a803e2e
18:00:14.181 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c2c52d73-d8b1-4366-a409-4a9f4f5df985
18:00:14.182 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f
18:00:14.183 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:15bc4580-a598-4274-b0a2-552e52dce5dd
18:00:14.183 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cd36c95a-099b-4860-8341-9af91135ecad
18:00:14.184 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb
18:00:14.184 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cd36c95a-099b-4860-8341-9af91135ecad
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:15bc4580-a598-4274-b0a2-552e52dce5dd
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c2c52d73-d8b1-4366-a409-4a9f4f5df985
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f8c2aefb-85ee-47fc-94b0-adc53a803e2e
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6396ffd6-e7e8-4822-9e27-fbbd85842009
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6396ffd6-e7e8-4822-9e27-fbbd85842009,_:f8c2aefb-85ee-47fc-94b0-adc53a803e2e,_:c2c52d73-d8b1-4366-a409-4a9f4f5df985,_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f,_:15bc4580-a598-4274-b0a2-552e52dce5dd,_:cd36c95a-099b-4860-8341-9af91135ecad,_:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb,_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47)
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6396ffd6-e7e8-4822-9e27-fbbd85842009)
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f8c2aefb-85ee-47fc-94b0-adc53a803e2e)
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c2c52d73-d8b1-4366-a409-4a9f4f5df985)
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f)
18:00:14.185 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:15bc4580-a598-4274-b0a2-552e52dce5dd)
18:00:14.186 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cd36c95a-099b-4860-8341-9af91135ecad)
18:00:14.186 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb)
18:00:14.186 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47)
18:00:14.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.187 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6396ffd6-e7e8-4822-9e27-fbbd85842009],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:14.187 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6396ffd6-e7e8-4822-9e27-fbbd85842009=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6396ffd6-e7e8-4822-9e27-fbbd85842009), ShapeRef(_:f8c2aefb-85ee-47fc-94b0-adc53a803e2e), ShapeRef(_:c2c52d73-d8b1-4366-a409-4a9f4f5df985), ShapeRef(_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f), ShapeRef(_:15bc4580-a598-4274-b0a2-552e52dce5dd), ShapeRef(_:cd36c95a-099b-4860-8341-9af91135ecad), ShapeRef(_:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb), ShapeRef(_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6396ffd6-e7e8-4822-9e27-fbbd85842009,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.188 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f8c2aefb-85ee-47fc-94b0-adc53a803e2e=ShapeTyping(TypingMap(Map()))
18:00:14.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.189 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c2c52d73-d8b1-4366-a409-4a9f4f5df985=ShapeTyping(TypingMap(Map()))
18:00:14.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.190 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:14.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.190 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6396ffd6-e7e8-4822-9e27-fbbd85842009), ShapeRef(_:f8c2aefb-85ee-47fc-94b0-adc53a803e2e), ShapeRef(_:c2c52d73-d8b1-4366-a409-4a9f4f5df985), ShapeRef(_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f), ShapeRef(_:15bc4580-a598-4274-b0a2-552e52dce5dd), ShapeRef(_:cd36c95a-099b-4860-8341-9af91135ecad), ShapeRef(_:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb), ShapeRef(_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:14.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.191 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:14.114Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:15bc4580-a598-4274-b0a2-552e52dce5dd],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:14.191 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:15bc4580-a598-4274-b0a2-552e52dce5dd=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6396ffd6-e7e8-4822-9e27-fbbd85842009), ShapeRef(_:f8c2aefb-85ee-47fc-94b0-adc53a803e2e), ShapeRef(_:c2c52d73-d8b1-4366-a409-4a9f4f5df985), ShapeRef(_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f), ShapeRef(_:15bc4580-a598-4274-b0a2-552e52dce5dd), ShapeRef(_:cd36c95a-099b-4860-8341-9af91135ecad), ShapeRef(_:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb), ShapeRef(_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:15bc4580-a598-4274-b0a2-552e52dce5dd,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.191 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cd36c95a-099b-4860-8341-9af91135ecad=ShapeTyping(TypingMap(Map()))
18:00:14.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.191 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb=ShapeTyping(TypingMap(Map()))
18:00:14.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.192 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.192 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.192 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.192 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.192 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.192 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.192 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:14.192 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.192 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.192 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6396ffd6-e7e8-4822-9e27-fbbd85842009), ShapeRef(_:f8c2aefb-85ee-47fc-94b0-adc53a803e2e), ShapeRef(_:c2c52d73-d8b1-4366-a409-4a9f4f5df985), ShapeRef(_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f), ShapeRef(_:15bc4580-a598-4274-b0a2-552e52dce5dd), ShapeRef(_:cd36c95a-099b-4860-8341-9af91135ecad), ShapeRef(_:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb), ShapeRef(_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.193 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6396ffd6-e7e8-4822-9e27-fbbd85842009,_:f8c2aefb-85ee-47fc-94b0-adc53a803e2e,_:c2c52d73-d8b1-4366-a409-4a9f4f5df985,_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f,_:15bc4580-a598-4274-b0a2-552e52dce5dd,_:cd36c95a-099b-4860-8341-9af91135ecad,_:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb,_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:6396ffd6-e7e8-4822-9e27-fbbd85842009,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:6396ffd6-e7e8-4822-9e27-fbbd85842009), ShapeRef(_:f8c2aefb-85ee-47fc-94b0-adc53a803e2e), ShapeRef(_:c2c52d73-d8b1-4366-a409-4a9f4f5df985), ShapeRef(_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f), ShapeRef(_:15bc4580-a598-4274-b0a2-552e52dce5dd), ShapeRef(_:cd36c95a-099b-4860-8341-9af91135ecad), ShapeRef(_:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb), ShapeRef(_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:15bc4580-a598-4274-b0a2-552e52dce5dd,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.193 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:6396ffd6-e7e8-4822-9e27-fbbd85842009,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:6396ffd6-e7e8-4822-9e27-fbbd85842009), ShapeRef(_:f8c2aefb-85ee-47fc-94b0-adc53a803e2e), ShapeRef(_:c2c52d73-d8b1-4366-a409-4a9f4f5df985), ShapeRef(_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f), ShapeRef(_:15bc4580-a598-4274-b0a2-552e52dce5dd), ShapeRef(_:cd36c95a-099b-4860-8341-9af91135ecad), ShapeRef(_:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb), ShapeRef(_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:15bc4580-a598-4274-b0a2-552e52dce5dd,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.193 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:6396ffd6-e7e8-4822-9e27-fbbd85842009,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:6396ffd6-e7e8-4822-9e27-fbbd85842009), ShapeRef(_:f8c2aefb-85ee-47fc-94b0-adc53a803e2e), ShapeRef(_:c2c52d73-d8b1-4366-a409-4a9f4f5df985), ShapeRef(_:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f), ShapeRef(_:15bc4580-a598-4274-b0a2-552e52dce5dd), ShapeRef(_:cd36c95a-099b-4860-8341-9af91135ecad), ShapeRef(_:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb), ShapeRef(_:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:15bc4580-a598-4274-b0a2-552e52dce5dd,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47 = 
18:00:14.193 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47 = 
18:00:14.193 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4f2cf8d7-ef81-43e6-8871-35c8b7e9ee47: 
18:00:14.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb = 
18:00:14.193 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb = 
18:00:14.193 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b2d8fb4f-c21b-42a6-9c69-d64cfc53e2fb: 
18:00:14.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cd36c95a-099b-4860-8341-9af91135ecad = 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cd36c95a-099b-4860-8341-9af91135ecad = 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cd36c95a-099b-4860-8341-9af91135ecad: 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:15bc4580-a598-4274-b0a2-552e52dce5dd = 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:15bc4580-a598-4274-b0a2-552e52dce5dd = 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:15bc4580-a598-4274-b0a2-552e52dce5dd: 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f = 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f = 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4ef64a1d-d5c3-4962-ad6e-cc71012eaa4f: 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c2c52d73-d8b1-4366-a409-4a9f4f5df985 = 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c2c52d73-d8b1-4366-a409-4a9f4f5df985 = 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c2c52d73-d8b1-4366-a409-4a9f4f5df985: 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f8c2aefb-85ee-47fc-94b0-adc53a803e2e = 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f8c2aefb-85ee-47fc-94b0-adc53a803e2e = 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f8c2aefb-85ee-47fc-94b0-adc53a803e2e: 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6396ffd6-e7e8-4822-9e27-fbbd85842009 = 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6396ffd6-e7e8-4822-9e27-fbbd85842009 = 
18:00:14.194 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6396ffd6-e7e8-4822-9e27-fbbd85842009: 
18:00:14.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
] .

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

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

18:00:14.196 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:14.196 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:14.196 [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-09T18:00:14.196Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" .
18:00:14.203 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:14.196Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:14.196Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:00:14.204 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6a28451c-5f5d-4dc7-a4cf-aee4105f0e08 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 6a28451c-5f5d-4dc7-a4cf-aee4105f0e08 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 6a28451c-5f5d-4dc7-a4cf-aee4105f0e08 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 6a28451c-5f5d-4dc7-a4cf-aee4105f0e08 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 6a28451c-5f5d-4dc7-a4cf-aee4105f0e08 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 6a28451c-5f5d-4dc7-a4cf-aee4105f0e08 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 6a28451c-5f5d-4dc7-a4cf-aee4105f0e08 @rdf:type sh:Property; dc4ac574-e3be-4de5-96eb-49d610976823 @sh:path http://www.sampledomain.org/sam#integerProperty2; dc4ac574-e3be-4de5-96eb-49d610976823 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; dc4ac574-e3be-4de5-96eb-49d610976823 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; dc4ac574-e3be-4de5-96eb-49d610976823 @rdf:type sh:Property; 6f47cf97-af96-434a-98ae-e4a248b48cda @rdf:rest 87101bc9-b317-43e5-9171-68b20649ed65; 6f47cf97-af96-434a-98ae-e4a248b48cda @rdf:first "B"; 87101bc9-b317-43e5-9171-68b20649ed65 @rdf:rest rdf:nil; 87101bc9-b317-43e5-9171-68b20649ed65 @rdf:first "C"; 3b6dbf52-1655-4e8f-af70-c7791a34a195 @sh:path http://www.sampledomain.org/sam#integerProperty3; 3b6dbf52-1655-4e8f-af70-c7791a34a195 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer...} |  [6a28451c-5f5d-4dc7-a4cf-aee4105f0e08, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [6a28451c-5f5d-4dc7-a4cf-aee4105f0e08, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6a28451c-5f5d-4dc7-a4cf-aee4105f0e08, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6a28451c-5f5d-4dc7-a4cf-aee4105f0e08, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6a28451c-5f5d-4dc7-a4cf-aee4105f0e08, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6a28451c-5f5d-4dc7-a4cf-aee4105f0e08, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6a28451c-5f5d-4dc7-a4cf-aee4105f0e08, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dc4ac574-e3be-4de5-96eb-49d610976823, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [dc4ac574-e3be-4de5-96eb-49d610976823, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [dc4ac574-e3be-4de5-96eb-49d610976823, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [dc4ac574-e3be-4de5-96eb-49d610976823, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6f47cf97-af96-434a-98ae-e4a248b48cda, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 87101bc9-b317-43e5-9171-68b20649ed65] [6f47cf97-af96-434a-98ae-e4a248b48cda, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [87101bc9-b317-43e5-9171-68b20649ed65, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [87101bc9-b317-43e5-9171-68b20649ed65, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [3b6dbf52-1655-4e8f-af70-c7791a34a195, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [3b6dbf52-1655-4e8f-af70-c7791a34a195, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [3b6dbf52-1655-4e8f-af70-c7791a34a195, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [3b6dbf52-1655-4e8f-af70-c7791a34a195, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bd731219-333b-4f7f-8296-5a3b0c923a86, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [bd731219-333b-4f7f-8296-5a3b0c923a86, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [bd731219-333b-4f7f-8296-5a3b0c923a86, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [bd731219-333b-4f7f-8296-5a3b0c923a86, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [75c02819-29fc-4269-8ad2-aebe59847aab, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [75c02819-29fc-4269-8ad2-aebe59847aab, http://www.w3.org/ns/shacl#in, 0f6068d7-a47f-4eb0-8ef8-f48ceb3f60b4] [75c02819-29fc-4269-8ad2-aebe59847aab, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8ff8327c-cc79-4914-bcd0-895aca4b12c0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [8ff8327c-cc79-4914-bcd0-895aca4b12c0, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8ff8327c-cc79-4914-bcd0-895aca4b12c0, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8ff8327c-cc79-4914-bcd0-895aca4b12c0, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8ff8327c-cc79-4914-bcd0-895aca4b12c0, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8ff8327c-cc79-4914-bcd0-895aca4b12c0, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8ff8327c-cc79-4914-bcd0-895aca4b12c0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [160dcd00-0d89-45d5-b6f1-aa3e08c0c540, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [160dcd00-0d89-45d5-b6f1-aa3e08c0c540, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [160dcd00-0d89-45d5-b6f1-aa3e08c0c540, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [160dcd00-0d89-45d5-b6f1-aa3e08c0c540, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [160dcd00-0d89-45d5-b6f1-aa3e08c0c540, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [160dcd00-0d89-45d5-b6f1-aa3e08c0c540, http://www.w3.org/ns/shacl#pattern, "^B"] [160dcd00-0d89-45d5-b6f1-aa3e08c0c540, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [160dcd00-0d89-45d5-b6f1-aa3e08c0c540, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [99c307c1-7b1b-46c6-b63e-8a1bae568699, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [99c307c1-7b1b-46c6-b63e-8a1bae568699, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [99c307c1-7b1b-46c6-b63e-8a1bae568699, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0f6068d7-a47f-4eb0-8ef8-f48ceb3f60b4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6f47cf97-af96-434a-98ae-e4a248b48cda] [0f6068d7-a47f-4eb0-8ef8-f48ceb3f60b4, 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, 3b6dbf52-1655-4e8f-af70-c7791a34a195] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6a28451c-5f5d-4dc7-a4cf-aee4105f0e08] [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, bd731219-333b-4f7f-8296-5a3b0c923a86] [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, 75c02819-29fc-4269-8ad2-aebe59847aab] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, dc4ac574-e3be-4de5-96eb-49d610976823] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 99c307c1-7b1b-46c6-b63e-8a1bae568699] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8ff8327c-cc79-4914-bcd0-895aca4b12c0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 160dcd00-0d89-45d5-b6f1-aa3e08c0c540]>
18:00:14.204 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:14.205 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:14.206 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:75c02819-29fc-4269-8ad2-aebe59847aab,_:3b6dbf52-1655-4e8f-af70-c7791a34a195,_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540,_:8ff8327c-cc79-4914-bcd0-895aca4b12c0,_:99c307c1-7b1b-46c6-b63e-8a1bae568699,_:dc4ac574-e3be-4de5-96eb-49d610976823,_:bd731219-333b-4f7f-8296-5a3b0c923a86,_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08. Pending nodes: 
18:00:14.206 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:75c02819-29fc-4269-8ad2-aebe59847aab
18:00:14.206 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3b6dbf52-1655-4e8f-af70-c7791a34a195
18:00:14.207 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:160dcd00-0d89-45d5-b6f1-aa3e08c0c540
18:00:14.208 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8ff8327c-cc79-4914-bcd0-895aca4b12c0
18:00:14.208 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:99c307c1-7b1b-46c6-b63e-8a1bae568699
18:00:14.209 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dc4ac574-e3be-4de5-96eb-49d610976823
18:00:14.209 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bd731219-333b-4f7f-8296-5a3b0c923a86
18:00:14.210 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08
18:00:14.210 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08
18:00:14.210 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bd731219-333b-4f7f-8296-5a3b0c923a86
18:00:14.210 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:14.210 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dc4ac574-e3be-4de5-96eb-49d610976823
18:00:14.210 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:99c307c1-7b1b-46c6-b63e-8a1bae568699
18:00:14.210 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8ff8327c-cc79-4914-bcd0-895aca4b12c0
18:00:14.210 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:160dcd00-0d89-45d5-b6f1-aa3e08c0c540
18:00:14.210 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3b6dbf52-1655-4e8f-af70-c7791a34a195
18:00:14.210 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:75c02819-29fc-4269-8ad2-aebe59847aab
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08 = 
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08 = 
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08: 
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bd731219-333b-4f7f-8296-5a3b0c923a86 = 
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bd731219-333b-4f7f-8296-5a3b0c923a86 = 
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bd731219-333b-4f7f-8296-5a3b0c923a86: 
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:75c02819-29fc-4269-8ad2-aebe59847aab,_:3b6dbf52-1655-4e8f-af70-c7791a34a195,_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540,_:8ff8327c-cc79-4914-bcd0-895aca4b12c0,_:99c307c1-7b1b-46c6-b63e-8a1bae568699,_:dc4ac574-e3be-4de5-96eb-49d610976823,_:bd731219-333b-4f7f-8296-5a3b0c923a86,_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08)
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:75c02819-29fc-4269-8ad2-aebe59847aab)
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3b6dbf52-1655-4e8f-af70-c7791a34a195)
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540)
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8ff8327c-cc79-4914-bcd0-895aca4b12c0)
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:99c307c1-7b1b-46c6-b63e-8a1bae568699)
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dc4ac574-e3be-4de5-96eb-49d610976823)
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bd731219-333b-4f7f-8296-5a3b0c923a86)
18:00:14.211 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08)
18:00:14.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.212 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:75c02819-29fc-4269-8ad2-aebe59847aab=ShapeTyping(TypingMap(Map()))
18:00:14.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.212 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3b6dbf52-1655-4e8f-af70-c7791a34a195=ShapeTyping(TypingMap(Map()))
18:00:14.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.214 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:14.214 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:75c02819-29fc-4269-8ad2-aebe59847aab), ShapeRef(_:3b6dbf52-1655-4e8f-af70-c7791a34a195), ShapeRef(_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540), ShapeRef(_:8ff8327c-cc79-4914-bcd0-895aca4b12c0), ShapeRef(_:99c307c1-7b1b-46c6-b63e-8a1bae568699), ShapeRef(_:dc4ac574-e3be-4de5-96eb-49d610976823), ShapeRef(_:bd731219-333b-4f7f-8296-5a3b0c923a86), ShapeRef(_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.215 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8ff8327c-cc79-4914-bcd0-895aca4b12c0],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:14.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.215 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8ff8327c-cc79-4914-bcd0-895aca4b12c0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:75c02819-29fc-4269-8ad2-aebe59847aab), ShapeRef(_:3b6dbf52-1655-4e8f-af70-c7791a34a195), ShapeRef(_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540), ShapeRef(_:8ff8327c-cc79-4914-bcd0-895aca4b12c0), ShapeRef(_:99c307c1-7b1b-46c6-b63e-8a1bae568699), ShapeRef(_:dc4ac574-e3be-4de5-96eb-49d610976823), ShapeRef(_:bd731219-333b-4f7f-8296-5a3b0c923a86), ShapeRef(_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8ff8327c-cc79-4914-bcd0-895aca4b12c0,PredicatePath(<http://www.sampledomain.org/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"))))))))
18:00:14.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.215 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:99c307c1-7b1b-46c6-b63e-8a1bae568699=ShapeTyping(TypingMap(Map()))
18:00:14.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.216 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dc4ac574-e3be-4de5-96eb-49d610976823=ShapeTyping(TypingMap(Map()))
18:00:14.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.216 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:14.196Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:bd731219-333b-4f7f-8296-5a3b0c923a86],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:14.217 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bd731219-333b-4f7f-8296-5a3b0c923a86=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:75c02819-29fc-4269-8ad2-aebe59847aab), ShapeRef(_:3b6dbf52-1655-4e8f-af70-c7791a34a195), ShapeRef(_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540), ShapeRef(_:8ff8327c-cc79-4914-bcd0-895aca4b12c0), ShapeRef(_:99c307c1-7b1b-46c6-b63e-8a1bae568699), ShapeRef(_:dc4ac574-e3be-4de5-96eb-49d610976823), ShapeRef(_:bd731219-333b-4f7f-8296-5a3b0c923a86), ShapeRef(_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bd731219-333b-4f7f-8296-5a3b0c923a86,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.217 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:14.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.218 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:75c02819-29fc-4269-8ad2-aebe59847aab), ShapeRef(_:3b6dbf52-1655-4e8f-af70-c7791a34a195), ShapeRef(_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540), ShapeRef(_:8ff8327c-cc79-4914-bcd0-895aca4b12c0), ShapeRef(_:99c307c1-7b1b-46c6-b63e-8a1bae568699), ShapeRef(_:dc4ac574-e3be-4de5-96eb-49d610976823), ShapeRef(_:bd731219-333b-4f7f-8296-5a3b0c923a86), ShapeRef(_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.218 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:75c02819-29fc-4269-8ad2-aebe59847aab,_:3b6dbf52-1655-4e8f-af70-c7791a34a195,_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540,_:8ff8327c-cc79-4914-bcd0-895aca4b12c0,_:99c307c1-7b1b-46c6-b63e-8a1bae568699,_:dc4ac574-e3be-4de5-96eb-49d610976823,_:bd731219-333b-4f7f-8296-5a3b0c923a86,_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:75c02819-29fc-4269-8ad2-aebe59847aab), ShapeRef(_:3b6dbf52-1655-4e8f-af70-c7791a34a195), ShapeRef(_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540), ShapeRef(_:8ff8327c-cc79-4914-bcd0-895aca4b12c0), ShapeRef(_:99c307c1-7b1b-46c6-b63e-8a1bae568699), ShapeRef(_:dc4ac574-e3be-4de5-96eb-49d610976823), ShapeRef(_:bd731219-333b-4f7f-8296-5a3b0c923a86), ShapeRef(_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bd731219-333b-4f7f-8296-5a3b0c923a86,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8ff8327c-cc79-4914-bcd0-895aca4b12c0,PredicatePath(<http://www.sampledomain.org/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"))))))))
18:00:14.218 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:75c02819-29fc-4269-8ad2-aebe59847aab), ShapeRef(_:3b6dbf52-1655-4e8f-af70-c7791a34a195), ShapeRef(_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540), ShapeRef(_:8ff8327c-cc79-4914-bcd0-895aca4b12c0), ShapeRef(_:99c307c1-7b1b-46c6-b63e-8a1bae568699), ShapeRef(_:dc4ac574-e3be-4de5-96eb-49d610976823), ShapeRef(_:bd731219-333b-4f7f-8296-5a3b0c923a86), ShapeRef(_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bd731219-333b-4f7f-8296-5a3b0c923a86,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8ff8327c-cc79-4914-bcd0-895aca4b12c0,PredicatePath(<http://www.sampledomain.org/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"))))))))
18:00:14.218 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:75c02819-29fc-4269-8ad2-aebe59847aab), ShapeRef(_:3b6dbf52-1655-4e8f-af70-c7791a34a195), ShapeRef(_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540), ShapeRef(_:8ff8327c-cc79-4914-bcd0-895aca4b12c0), ShapeRef(_:99c307c1-7b1b-46c6-b63e-8a1bae568699), ShapeRef(_:dc4ac574-e3be-4de5-96eb-49d610976823), ShapeRef(_:bd731219-333b-4f7f-8296-5a3b0c923a86), ShapeRef(_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bd731219-333b-4f7f-8296-5a3b0c923a86,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:160dcd00-0d89-45d5-b6f1-aa3e08c0c540,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6a28451c-5f5d-4dc7-a4cf-aee4105f0e08,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8ff8327c-cc79-4914-bcd0-895aca4b12c0,PredicatePath(<http://www.sampledomain.org/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"))))))))
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dc4ac574-e3be-4de5-96eb-49d610976823 = 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dc4ac574-e3be-4de5-96eb-49d610976823 = 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dc4ac574-e3be-4de5-96eb-49d610976823: 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:99c307c1-7b1b-46c6-b63e-8a1bae568699 = 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:99c307c1-7b1b-46c6-b63e-8a1bae568699 = 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:99c307c1-7b1b-46c6-b63e-8a1bae568699: 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8ff8327c-cc79-4914-bcd0-895aca4b12c0 = 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8ff8327c-cc79-4914-bcd0-895aca4b12c0 = 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8ff8327c-cc79-4914-bcd0-895aca4b12c0: 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:160dcd00-0d89-45d5-b6f1-aa3e08c0c540 = 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:160dcd00-0d89-45d5-b6f1-aa3e08c0c540 = 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:160dcd00-0d89-45d5-b6f1-aa3e08c0c540: 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3b6dbf52-1655-4e8f-af70-c7791a34a195 = 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3b6dbf52-1655-4e8f-af70-c7791a34a195 = 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3b6dbf52-1655-4e8f-af70-c7791a34a195: 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:75c02819-29fc-4269-8ad2-aebe59847aab = 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:75c02819-29fc-4269-8ad2-aebe59847aab = 
18:00:14.219 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:75c02819-29fc-4269-8ad2-aebe59847aab: 
18:00:14.220 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

18:00:14.281 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

18:00:14.281 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:14.281 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:14.281 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
18:00:14.282 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:14.282 [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.167 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-09T18:00:14.283Z"^^<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 .
18:00:14.289 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:14.283Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "5"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:14.283Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "5"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh: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:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:00:14.290 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {3cc923e0-591e-4921-a737-5431d70236c3 @rdf:rest rdf:nil; 3cc923e0-591e-4921-a737-5431d70236c3 @rdf:first "C"; ededff4e-0f07-4a07-82b5-628caca606ad @sh:path http://www.sampledomain.org/sam#aReferenceProperty; ededff4e-0f07-4a07-82b5-628caca606ad @sh:class http://www.sampledomain.org/sam#AnotherResource; ededff4e-0f07-4a07-82b5-628caca606ad @rdf:type sh:Property; 24aa7a5c-b518-4f37-b8cf-e8883e8be2a5 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 24aa7a5c-b518-4f37-b8cf-e8883e8be2a5 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 24aa7a5c-b518-4f37-b8cf-e8883e8be2a5 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 24aa7a5c-b518-4f37-b8cf-e8883e8be2a5 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 24aa7a5c-b518-4f37-b8cf-e8883e8be2a5 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 24aa7a5c-b518-4f37-b8cf-e8883e8be2a5 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 24aa7a5c-b518-4f37-b8cf-e8883e8be2a5 @rdf:type sh:Property; 3c75ae0e-c6da-4f63-9cf3-7664ad608afb @sh:path http://www.sampledomain.org/sam#integerProperty2; 3c75ae0e-c6da-4f63-9cf3-7664ad608afb @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 3c75ae0e-c6da-4f63-9cf3-7664ad608afb @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 3c75ae0e-c6da-4f63-9cf3-7664ad608afb @rdf:type sh:Property; 1ae50500-9aed-4079-bc44-a3bca6cefd60 @rdf:rest 3cc923e0-591e-4921-a737-5431d70236c3...} |  [3cc923e0-591e-4921-a737-5431d70236c3, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [3cc923e0-591e-4921-a737-5431d70236c3, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [ededff4e-0f07-4a07-82b5-628caca606ad, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [ededff4e-0f07-4a07-82b5-628caca606ad, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [ededff4e-0f07-4a07-82b5-628caca606ad, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [24aa7a5c-b518-4f37-b8cf-e8883e8be2a5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [24aa7a5c-b518-4f37-b8cf-e8883e8be2a5, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [24aa7a5c-b518-4f37-b8cf-e8883e8be2a5, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [24aa7a5c-b518-4f37-b8cf-e8883e8be2a5, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [24aa7a5c-b518-4f37-b8cf-e8883e8be2a5, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [24aa7a5c-b518-4f37-b8cf-e8883e8be2a5, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [24aa7a5c-b518-4f37-b8cf-e8883e8be2a5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3c75ae0e-c6da-4f63-9cf3-7664ad608afb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [3c75ae0e-c6da-4f63-9cf3-7664ad608afb, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [3c75ae0e-c6da-4f63-9cf3-7664ad608afb, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [3c75ae0e-c6da-4f63-9cf3-7664ad608afb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1ae50500-9aed-4079-bc44-a3bca6cefd60, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 3cc923e0-591e-4921-a737-5431d70236c3] [1ae50500-9aed-4079-bc44-a3bca6cefd60, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [f4489b46-ec14-4f91-a846-45325a9e4aba, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [f4489b46-ec14-4f91-a846-45325a9e4aba, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f4489b46-ec14-4f91-a846-45325a9e4aba, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f4489b46-ec14-4f91-a846-45325a9e4aba, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f4489b46-ec14-4f91-a846-45325a9e4aba, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f4489b46-ec14-4f91-a846-45325a9e4aba, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f4489b46-ec14-4f91-a846-45325a9e4aba, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [951c5b0d-5c02-45a6-a4f2-19d4655562a2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [951c5b0d-5c02-45a6-a4f2-19d4655562a2, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [951c5b0d-5c02-45a6-a4f2-19d4655562a2, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [951c5b0d-5c02-45a6-a4f2-19d4655562a2, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [951c5b0d-5c02-45a6-a4f2-19d4655562a2, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [951c5b0d-5c02-45a6-a4f2-19d4655562a2, http://www.w3.org/ns/shacl#pattern, "^B"] [951c5b0d-5c02-45a6-a4f2-19d4655562a2, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [951c5b0d-5c02-45a6-a4f2-19d4655562a2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c3933213-9607-48d5-9ab5-89b82546e125, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [c3933213-9607-48d5-9ab5-89b82546e125, http://www.w3.org/ns/shacl#in, dc822518-cb1f-4d08-887c-623cc8ab46a8] [c3933213-9607-48d5-9ab5-89b82546e125, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d8a391a3-d57b-40f8-bb25-1172a399e008, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [d8a391a3-d57b-40f8-bb25-1172a399e008, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d8a391a3-d57b-40f8-bb25-1172a399e008, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d8a391a3-d57b-40f8-bb25-1172a399e008, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dc822518-cb1f-4d08-887c-623cc8ab46a8, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1ae50500-9aed-4079-bc44-a3bca6cefd60] [dc822518-cb1f-4d08-887c-623cc8ab46a8, 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, f4489b46-ec14-4f91-a846-45325a9e4aba] [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, 951c5b0d-5c02-45a6-a4f2-19d4655562a2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 24aa7a5c-b518-4f37-b8cf-e8883e8be2a5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5769d807-2176-49f8-9759-65fbaa626e1a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c3933213-9607-48d5-9ab5-89b82546e125] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d8a391a3-d57b-40f8-bb25-1172a399e008] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ededff4e-0f07-4a07-82b5-628caca606ad] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3c75ae0e-c6da-4f63-9cf3-7664ad608afb] [5769d807-2176-49f8-9759-65fbaa626e1a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [5769d807-2176-49f8-9759-65fbaa626e1a, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [5769d807-2176-49f8-9759-65fbaa626e1a, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [5769d807-2176-49f8-9759-65fbaa626e1a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
18:00:14.290 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:14.291 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:14.292 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:5769d807-2176-49f8-9759-65fbaa626e1a,_:f4489b46-ec14-4f91-a846-45325a9e4aba,_:951c5b0d-5c02-45a6-a4f2-19d4655562a2,_:3c75ae0e-c6da-4f63-9cf3-7664ad608afb,_:c3933213-9607-48d5-9ab5-89b82546e125,_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5,_:d8a391a3-d57b-40f8-bb25-1172a399e008,_:ededff4e-0f07-4a07-82b5-628caca606ad. Pending nodes: 
18:00:14.292 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5769d807-2176-49f8-9759-65fbaa626e1a
18:00:14.292 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f4489b46-ec14-4f91-a846-45325a9e4aba
18:00:14.293 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:951c5b0d-5c02-45a6-a4f2-19d4655562a2
18:00:14.294 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3c75ae0e-c6da-4f63-9cf3-7664ad608afb
18:00:14.294 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c3933213-9607-48d5-9ab5-89b82546e125
18:00:14.295 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5
18:00:14.295 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d8a391a3-d57b-40f8-bb25-1172a399e008
18:00:14.296 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ededff4e-0f07-4a07-82b5-628caca606ad
18:00:14.296 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ededff4e-0f07-4a07-82b5-628caca606ad
18:00:14.296 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d8a391a3-d57b-40f8-bb25-1172a399e008
18:00:14.296 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:14.296 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5
18:00:14.296 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c3933213-9607-48d5-9ab5-89b82546e125
18:00:14.296 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3c75ae0e-c6da-4f63-9cf3-7664ad608afb
18:00:14.296 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:951c5b0d-5c02-45a6-a4f2-19d4655562a2
18:00:14.296 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f4489b46-ec14-4f91-a846-45325a9e4aba
18:00:14.296 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5769d807-2176-49f8-9759-65fbaa626e1a
18:00:14.296 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ededff4e-0f07-4a07-82b5-628caca606ad = 
18:00:14.296 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ededff4e-0f07-4a07-82b5-628caca606ad = 
18:00:14.296 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ededff4e-0f07-4a07-82b5-628caca606ad: 
18:00:14.296 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d8a391a3-d57b-40f8-bb25-1172a399e008 = 
18:00:14.296 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d8a391a3-d57b-40f8-bb25-1172a399e008 = 
18:00:14.296 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d8a391a3-d57b-40f8-bb25-1172a399e008: 
18:00:14.296 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:14.297 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:14.297 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:14.297 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:14.297 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:14.297 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5769d807-2176-49f8-9759-65fbaa626e1a,_:f4489b46-ec14-4f91-a846-45325a9e4aba,_:951c5b0d-5c02-45a6-a4f2-19d4655562a2,_:3c75ae0e-c6da-4f63-9cf3-7664ad608afb,_:c3933213-9607-48d5-9ab5-89b82546e125,_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5,_:d8a391a3-d57b-40f8-bb25-1172a399e008,_:ededff4e-0f07-4a07-82b5-628caca606ad)
18:00:14.297 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5769d807-2176-49f8-9759-65fbaa626e1a)
18:00:14.297 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f4489b46-ec14-4f91-a846-45325a9e4aba)
18:00:14.297 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:951c5b0d-5c02-45a6-a4f2-19d4655562a2)
18:00:14.297 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3c75ae0e-c6da-4f63-9cf3-7664ad608afb)
18:00:14.297 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c3933213-9607-48d5-9ab5-89b82546e125)
18:00:14.297 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5)
18:00:14.297 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d8a391a3-d57b-40f8-bb25-1172a399e008)
18:00:14.297 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ededff4e-0f07-4a07-82b5-628caca606ad)
18:00:14.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.298 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.298 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5769d807-2176-49f8-9759-65fbaa626e1a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5769d807-2176-49f8-9759-65fbaa626e1a), ShapeRef(_:f4489b46-ec14-4f91-a846-45325a9e4aba), ShapeRef(_:951c5b0d-5c02-45a6-a4f2-19d4655562a2), ShapeRef(_:3c75ae0e-c6da-4f63-9cf3-7664ad608afb), ShapeRef(_:c3933213-9607-48d5-9ab5-89b82546e125), ShapeRef(_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5), ShapeRef(_:d8a391a3-d57b-40f8-bb25-1172a399e008), ShapeRef(_:ededff4e-0f07-4a07-82b5-628caca606ad)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5769d807-2176-49f8-9759-65fbaa626e1a,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))))))))
18:00:14.298 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.298 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.298 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.298 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.298 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.298 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.299 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.299 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.299 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f4489b46-ec14-4f91-a846-45325a9e4aba],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:14.299 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.299 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.299 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f4489b46-ec14-4f91-a846-45325a9e4aba=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5769d807-2176-49f8-9759-65fbaa626e1a), ShapeRef(_:f4489b46-ec14-4f91-a846-45325a9e4aba), ShapeRef(_:951c5b0d-5c02-45a6-a4f2-19d4655562a2), ShapeRef(_:3c75ae0e-c6da-4f63-9cf3-7664ad608afb), ShapeRef(_:c3933213-9607-48d5-9ab5-89b82546e125), ShapeRef(_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5), ShapeRef(_:d8a391a3-d57b-40f8-bb25-1172a399e008), ShapeRef(_:ededff4e-0f07-4a07-82b5-628caca606ad)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f4489b46-ec14-4f91-a846-45325a9e4aba,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.299 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.299 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.301 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:951c5b0d-5c02-45a6-a4f2-19d4655562a2],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:14.301 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:951c5b0d-5c02-45a6-a4f2-19d4655562a2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5769d807-2176-49f8-9759-65fbaa626e1a), ShapeRef(_:f4489b46-ec14-4f91-a846-45325a9e4aba), ShapeRef(_:951c5b0d-5c02-45a6-a4f2-19d4655562a2), ShapeRef(_:3c75ae0e-c6da-4f63-9cf3-7664ad608afb), ShapeRef(_:c3933213-9607-48d5-9ab5-89b82546e125), ShapeRef(_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5), ShapeRef(_:d8a391a3-d57b-40f8-bb25-1172a399e008), ShapeRef(_:ededff4e-0f07-4a07-82b5-628caca606ad)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:951c5b0d-5c02-45a6-a4f2-19d4655562a2,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.301 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3c75ae0e-c6da-4f63-9cf3-7664ad608afb=ShapeTyping(TypingMap(Map()))
18:00:14.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.302 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c3933213-9607-48d5-9ab5-89b82546e125=ShapeTyping(TypingMap(Map()))
18:00:14.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.303 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:14.303 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.303 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.303 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5769d807-2176-49f8-9759-65fbaa626e1a), ShapeRef(_:f4489b46-ec14-4f91-a846-45325a9e4aba), ShapeRef(_:951c5b0d-5c02-45a6-a4f2-19d4655562a2), ShapeRef(_:3c75ae0e-c6da-4f63-9cf3-7664ad608afb), ShapeRef(_:c3933213-9607-48d5-9ab5-89b82546e125), ShapeRef(_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5), ShapeRef(_:d8a391a3-d57b-40f8-bb25-1172a399e008), ShapeRef(_:ededff4e-0f07-4a07-82b5-628caca606ad)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:14.303 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.303 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.304 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.304 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.304 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:14.283Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d8a391a3-d57b-40f8-bb25-1172a399e008],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:14.304 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d8a391a3-d57b-40f8-bb25-1172a399e008=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5769d807-2176-49f8-9759-65fbaa626e1a), ShapeRef(_:f4489b46-ec14-4f91-a846-45325a9e4aba), ShapeRef(_:951c5b0d-5c02-45a6-a4f2-19d4655562a2), ShapeRef(_:3c75ae0e-c6da-4f63-9cf3-7664ad608afb), ShapeRef(_:c3933213-9607-48d5-9ab5-89b82546e125), ShapeRef(_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5), ShapeRef(_:d8a391a3-d57b-40f8-bb25-1172a399e008), ShapeRef(_:ededff4e-0f07-4a07-82b5-628caca606ad)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d8a391a3-d57b-40f8-bb25-1172a399e008,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.304 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.304 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.305 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ededff4e-0f07-4a07-82b5-628caca606ad=ShapeTyping(TypingMap(Map()))
18:00:14.305 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5769d807-2176-49f8-9759-65fbaa626e1a,_:f4489b46-ec14-4f91-a846-45325a9e4aba,_:951c5b0d-5c02-45a6-a4f2-19d4655562a2,_:3c75ae0e-c6da-4f63-9cf3-7664ad608afb,_:c3933213-9607-48d5-9ab5-89b82546e125,_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5,_:d8a391a3-d57b-40f8-bb25-1172a399e008,_:ededff4e-0f07-4a07-82b5-628caca606ad)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:5769d807-2176-49f8-9759-65fbaa626e1a,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(_:d8a391a3-d57b-40f8-bb25-1172a399e008,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:f4489b46-ec14-4f91-a846-45325a9e4aba,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:5769d807-2176-49f8-9759-65fbaa626e1a), ShapeRef(_:f4489b46-ec14-4f91-a846-45325a9e4aba), ShapeRef(_:951c5b0d-5c02-45a6-a4f2-19d4655562a2), ShapeRef(_:3c75ae0e-c6da-4f63-9cf3-7664ad608afb), ShapeRef(_:c3933213-9607-48d5-9ab5-89b82546e125), ShapeRef(_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5), ShapeRef(_:d8a391a3-d57b-40f8-bb25-1172a399e008), ShapeRef(_:ededff4e-0f07-4a07-82b5-628caca606ad)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:951c5b0d-5c02-45a6-a4f2-19d4655562a2,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.305 [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(_:5769d807-2176-49f8-9759-65fbaa626e1a,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(_:d8a391a3-d57b-40f8-bb25-1172a399e008,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:f4489b46-ec14-4f91-a846-45325a9e4aba,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:5769d807-2176-49f8-9759-65fbaa626e1a), ShapeRef(_:f4489b46-ec14-4f91-a846-45325a9e4aba), ShapeRef(_:951c5b0d-5c02-45a6-a4f2-19d4655562a2), ShapeRef(_:3c75ae0e-c6da-4f63-9cf3-7664ad608afb), ShapeRef(_:c3933213-9607-48d5-9ab5-89b82546e125), ShapeRef(_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5), ShapeRef(_:d8a391a3-d57b-40f8-bb25-1172a399e008), ShapeRef(_:ededff4e-0f07-4a07-82b5-628caca606ad)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:951c5b0d-5c02-45a6-a4f2-19d4655562a2,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.306 [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(_:5769d807-2176-49f8-9759-65fbaa626e1a,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(_:d8a391a3-d57b-40f8-bb25-1172a399e008,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:f4489b46-ec14-4f91-a846-45325a9e4aba,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:5769d807-2176-49f8-9759-65fbaa626e1a), ShapeRef(_:f4489b46-ec14-4f91-a846-45325a9e4aba), ShapeRef(_:951c5b0d-5c02-45a6-a4f2-19d4655562a2), ShapeRef(_:3c75ae0e-c6da-4f63-9cf3-7664ad608afb), ShapeRef(_:c3933213-9607-48d5-9ab5-89b82546e125), ShapeRef(_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5), ShapeRef(_:d8a391a3-d57b-40f8-bb25-1172a399e008), ShapeRef(_:ededff4e-0f07-4a07-82b5-628caca606ad)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:951c5b0d-5c02-45a6-a4f2-19d4655562a2,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5 = 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5 = 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:24aa7a5c-b518-4f37-b8cf-e8883e8be2a5: 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c3933213-9607-48d5-9ab5-89b82546e125 = 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c3933213-9607-48d5-9ab5-89b82546e125 = 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c3933213-9607-48d5-9ab5-89b82546e125: 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3c75ae0e-c6da-4f63-9cf3-7664ad608afb = 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3c75ae0e-c6da-4f63-9cf3-7664ad608afb = 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3c75ae0e-c6da-4f63-9cf3-7664ad608afb: 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:951c5b0d-5c02-45a6-a4f2-19d4655562a2 = 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:951c5b0d-5c02-45a6-a4f2-19d4655562a2 = 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:951c5b0d-5c02-45a6-a4f2-19d4655562a2: 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f4489b46-ec14-4f91-a846-45325a9e4aba = 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f4489b46-ec14-4f91-a846-45325a9e4aba = 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f4489b46-ec14-4f91-a846-45325a9e4aba: 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5769d807-2176-49f8-9759-65fbaa626e1a = 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5769d807-2176-49f8-9759-65fbaa626e1a = 
18:00:14.306 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5769d807-2176-49f8-9759-65fbaa626e1a: 
18:00:14.307 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

18:00:14.308 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

18:00:14.309 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:14.309 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:14.309 [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-09T18:00:14.309Z"^^<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 .
18:00:14.317 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:00:14.309Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "4"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:00:14.309Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "4"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   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:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:00:14.318 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {1bda297e-fede-43d9-b849-58947346d864 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 1bda297e-fede-43d9-b849-58947346d864 @sh:class http://www.sampledomain.org/sam#AnotherResource; 1bda297e-fede-43d9-b849-58947346d864 @rdf:type sh:Property; 4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69 @sh:path http://www.sampledomain.org/sam#aStringProperty; 4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69 @sh:pattern "^B"; 4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69 @sh:description "a Simple Single String Property"; 4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69 @rdf:type sh:Property; 98eb76dd-df8b-4261-bbba-484a60f73b53 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 98eb76dd-df8b-4261-bbba-484a60f73b53 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 98eb76dd-df8b-4261-bbba-484a60f73b53 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 98eb76dd-df8b-4261-bbba-484a60f73b53 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 98eb76dd-df8b-4261-bbba-484a60f73b53 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 98eb76dd-df8b-4261-bbba-484a60f73b53 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer...} |  [1bda297e-fede-43d9-b849-58947346d864, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [1bda297e-fede-43d9-b849-58947346d864, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [1bda297e-fede-43d9-b849-58947346d864, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69, http://www.w3.org/ns/shacl#pattern, "^B"] [4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [98eb76dd-df8b-4261-bbba-484a60f73b53, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [98eb76dd-df8b-4261-bbba-484a60f73b53, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [98eb76dd-df8b-4261-bbba-484a60f73b53, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [98eb76dd-df8b-4261-bbba-484a60f73b53, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [98eb76dd-df8b-4261-bbba-484a60f73b53, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [98eb76dd-df8b-4261-bbba-484a60f73b53, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [98eb76dd-df8b-4261-bbba-484a60f73b53, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [62a54b35-a033-4d22-8fef-f980c127fd2d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0830c7d0-c2ea-49f3-9ee2-3a6abbeadcba] [62a54b35-a033-4d22-8fef-f980c127fd2d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [472ff534-697d-4bfa-9cbc-f2155b0b911d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [472ff534-697d-4bfa-9cbc-f2155b0b911d, http://www.w3.org/ns/shacl#in, 62a54b35-a033-4d22-8fef-f980c127fd2d] [472ff534-697d-4bfa-9cbc-f2155b0b911d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1475c2e4-e711-4450-862d-184c273564e1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [1475c2e4-e711-4450-862d-184c273564e1, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1475c2e4-e711-4450-862d-184c273564e1, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1475c2e4-e711-4450-862d-184c273564e1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8a6a7365-5e1c-4cae-aedf-f638bf0bf50e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [8a6a7365-5e1c-4cae-aedf-f638bf0bf50e, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8a6a7365-5e1c-4cae-aedf-f638bf0bf50e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8a6a7365-5e1c-4cae-aedf-f638bf0bf50e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3e79f9d3-8053-4128-8ebe-1c0a4735d84d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [3e79f9d3-8053-4128-8ebe-1c0a4735d84d, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [3e79f9d3-8053-4128-8ebe-1c0a4735d84d, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [3e79f9d3-8053-4128-8ebe-1c0a4735d84d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0830c7d0-c2ea-49f3-9ee2-3a6abbeadcba, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f663a301-3a4e-4f9f-9a94-c83a940d45fd] [0830c7d0-c2ea-49f3-9ee2-3a6abbeadcba, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [f663a301-3a4e-4f9f-9a94-c83a940d45fd, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [f663a301-3a4e-4f9f-9a94-c83a940d45fd, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1475c2e4-e711-4450-862d-184c273564e1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3e79f9d3-8053-4128-8ebe-1c0a4735d84d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1bda297e-fede-43d9-b849-58947346d864] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 472ff534-697d-4bfa-9cbc-f2155b0b911d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8a6a7365-5e1c-4cae-aedf-f638bf0bf50e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 98eb76dd-df8b-4261-bbba-484a60f73b53]>
18:00:14.318 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:00:14.319 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:00:14.320 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:3e79f9d3-8053-4128-8ebe-1c0a4735d84d,_:1475c2e4-e711-4450-862d-184c273564e1,_:1bda297e-fede-43d9-b849-58947346d864,_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e,_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1,_:472ff534-697d-4bfa-9cbc-f2155b0b911d,_:98eb76dd-df8b-4261-bbba-484a60f73b53,_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69. Pending nodes: 
18:00:14.320 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3e79f9d3-8053-4128-8ebe-1c0a4735d84d
18:00:14.321 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1475c2e4-e711-4450-862d-184c273564e1
18:00:14.321 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1bda297e-fede-43d9-b849-58947346d864
18:00:14.322 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e
18:00:14.322 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1
18:00:14.323 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:472ff534-697d-4bfa-9cbc-f2155b0b911d
18:00:14.324 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:98eb76dd-df8b-4261-bbba-484a60f73b53
18:00:14.388 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69
18:00:14.388 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:00:14.388 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69
18:00:14.388 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:98eb76dd-df8b-4261-bbba-484a60f73b53
18:00:14.388 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:472ff534-697d-4bfa-9cbc-f2155b0b911d
18:00:14.388 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1
18:00:14.388 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e
18:00:14.388 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1bda297e-fede-43d9-b849-58947346d864
18:00:14.388 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1475c2e4-e711-4450-862d-184c273564e1
18:00:14.388 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3e79f9d3-8053-4128-8ebe-1c0a4735d84d
18:00:14.388 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:00:14.389 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:00:14.389 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:00:14.389 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:00:14.389 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:00:14.389 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:3e79f9d3-8053-4128-8ebe-1c0a4735d84d,_:1475c2e4-e711-4450-862d-184c273564e1,_:1bda297e-fede-43d9-b849-58947346d864,_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e,_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1,_:472ff534-697d-4bfa-9cbc-f2155b0b911d,_:98eb76dd-df8b-4261-bbba-484a60f73b53,_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69)
18:00:14.389 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3e79f9d3-8053-4128-8ebe-1c0a4735d84d)
18:00:14.389 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1475c2e4-e711-4450-862d-184c273564e1)
18:00:14.389 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1bda297e-fede-43d9-b849-58947346d864)
18:00:14.389 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e)
18:00:14.389 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1)
18:00:14.389 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:472ff534-697d-4bfa-9cbc-f2155b0b911d)
18:00:14.389 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:98eb76dd-df8b-4261-bbba-484a60f73b53)
18:00:14.389 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69)
18:00:14.389 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.389 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.389 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.389 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.390 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3e79f9d3-8053-4128-8ebe-1c0a4735d84d=ShapeTyping(TypingMap(Map()))
18:00:14.390 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.390 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.390 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.390 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.390 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1475c2e4-e711-4450-862d-184c273564e1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3e79f9d3-8053-4128-8ebe-1c0a4735d84d), ShapeRef(_:1475c2e4-e711-4450-862d-184c273564e1), ShapeRef(_:1bda297e-fede-43d9-b849-58947346d864), ShapeRef(_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e), ShapeRef(_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1), ShapeRef(_:472ff534-697d-4bfa-9cbc-f2155b0b911d), ShapeRef(_:98eb76dd-df8b-4261-bbba-484a60f73b53), ShapeRef(_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1475c2e4-e711-4450-862d-184c273564e1,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"))))))))
18:00:14.390 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.390 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.390 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1bda297e-fede-43d9-b849-58947346d864=ShapeTyping(TypingMap(Map()))
18:00:14.390 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.390 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.391 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:00:14.309Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:00:14.391 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3e79f9d3-8053-4128-8ebe-1c0a4735d84d), ShapeRef(_:1475c2e4-e711-4450-862d-184c273564e1), ShapeRef(_:1bda297e-fede-43d9-b849-58947346d864), ShapeRef(_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e), ShapeRef(_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1), ShapeRef(_:472ff534-697d-4bfa-9cbc-f2155b0b911d), ShapeRef(_:98eb76dd-df8b-4261-bbba-484a60f73b53), ShapeRef(_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.392 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.392 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.392 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.392 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.392 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:00:14.392 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.392 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.392 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3e79f9d3-8053-4128-8ebe-1c0a4735d84d), ShapeRef(_:1475c2e4-e711-4450-862d-184c273564e1), ShapeRef(_:1bda297e-fede-43d9-b849-58947346d864), ShapeRef(_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e), ShapeRef(_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1), ShapeRef(_:472ff534-697d-4bfa-9cbc-f2155b0b911d), ShapeRef(_:98eb76dd-df8b-4261-bbba-484a60f73b53), ShapeRef(_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:00:14.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.393 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:472ff534-697d-4bfa-9cbc-f2155b0b911d=ShapeTyping(TypingMap(Map()))
18:00:14.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.393 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:98eb76dd-df8b-4261-bbba-484a60f73b53],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:00:14.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.394 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:98eb76dd-df8b-4261-bbba-484a60f73b53=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3e79f9d3-8053-4128-8ebe-1c0a4735d84d), ShapeRef(_:1475c2e4-e711-4450-862d-184c273564e1), ShapeRef(_:1bda297e-fede-43d9-b849-58947346d864), ShapeRef(_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e), ShapeRef(_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1), ShapeRef(_:472ff534-697d-4bfa-9cbc-f2155b0b911d), ShapeRef(_:98eb76dd-df8b-4261-bbba-484a60f73b53), ShapeRef(_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:98eb76dd-df8b-4261-bbba-484a60f73b53,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:00:14.395 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:00:14.395 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3e79f9d3-8053-4128-8ebe-1c0a4735d84d), ShapeRef(_:1475c2e4-e711-4450-862d-184c273564e1), ShapeRef(_:1bda297e-fede-43d9-b849-58947346d864), ShapeRef(_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e), ShapeRef(_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1), ShapeRef(_:472ff534-697d-4bfa-9cbc-f2155b0b911d), ShapeRef(_:98eb76dd-df8b-4261-bbba-484a60f73b53), ShapeRef(_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.395 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:3e79f9d3-8053-4128-8ebe-1c0a4735d84d,_:1475c2e4-e711-4450-862d-184c273564e1,_:1bda297e-fede-43d9-b849-58947346d864,_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e,_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1,_:472ff534-697d-4bfa-9cbc-f2155b0b911d,_:98eb76dd-df8b-4261-bbba-484a60f73b53,_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:3e79f9d3-8053-4128-8ebe-1c0a4735d84d), ShapeRef(_:1475c2e4-e711-4450-862d-184c273564e1), ShapeRef(_:1bda297e-fede-43d9-b849-58947346d864), ShapeRef(_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e), ShapeRef(_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1), ShapeRef(_:472ff534-697d-4bfa-9cbc-f2155b0b911d), ShapeRef(_:98eb76dd-df8b-4261-bbba-484a60f73b53), ShapeRef(_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1475c2e4-e711-4450-862d-184c273564e1,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(_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:98eb76dd-df8b-4261-bbba-484a60f73b53,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.396 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:3e79f9d3-8053-4128-8ebe-1c0a4735d84d), ShapeRef(_:1475c2e4-e711-4450-862d-184c273564e1), ShapeRef(_:1bda297e-fede-43d9-b849-58947346d864), ShapeRef(_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e), ShapeRef(_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1), ShapeRef(_:472ff534-697d-4bfa-9cbc-f2155b0b911d), ShapeRef(_:98eb76dd-df8b-4261-bbba-484a60f73b53), ShapeRef(_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1475c2e4-e711-4450-862d-184c273564e1,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(_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:98eb76dd-df8b-4261-bbba-484a60f73b53,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.396 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:3e79f9d3-8053-4128-8ebe-1c0a4735d84d), ShapeRef(_:1475c2e4-e711-4450-862d-184c273564e1), ShapeRef(_:1bda297e-fede-43d9-b849-58947346d864), ShapeRef(_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e), ShapeRef(_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1), ShapeRef(_:472ff534-697d-4bfa-9cbc-f2155b0b911d), ShapeRef(_:98eb76dd-df8b-4261-bbba-484a60f73b53), ShapeRef(_:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1475c2e4-e711-4450-862d-184c273564e1,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(_:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:98eb76dd-df8b-4261-bbba-484a60f73b53,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:00:14.396 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69 = 
18:00:14.396 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69 = 
18:00:14.396 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4d1b9e3d-d3c8-4cc6-a6da-76dab56eac69: 
18:00:14.396 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:98eb76dd-df8b-4261-bbba-484a60f73b53 = 
18:00:14.396 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:98eb76dd-df8b-4261-bbba-484a60f73b53 = 
18:00:14.396 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:98eb76dd-df8b-4261-bbba-484a60f73b53: 
18:00:14.396 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:472ff534-697d-4bfa-9cbc-f2155b0b911d = 
18:00:14.396 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:472ff534-697d-4bfa-9cbc-f2155b0b911d = 
18:00:14.396 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:472ff534-697d-4bfa-9cbc-f2155b0b911d: 
18:00:14.396 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1 = 
18:00:14.396 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1 = 
18:00:14.396 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f7e16fe9-7bbb-4edc-9d7a-d9aa470512b1: 
18:00:14.396 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e = 
18:00:14.396 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e = 
18:00:14.397 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8a6a7365-5e1c-4cae-aedf-f638bf0bf50e: 
18:00:14.397 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1bda297e-fede-43d9-b849-58947346d864 = 
18:00:14.397 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1bda297e-fede-43d9-b849-58947346d864 = 
18:00:14.397 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1bda297e-fede-43d9-b849-58947346d864: 
18:00:14.397 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1475c2e4-e711-4450-862d-184c273564e1 = 
18:00:14.397 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1475c2e4-e711-4450-862d-184c273564e1 = 
18:00:14.397 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1475c2e4-e711-4450-862d-184c273564e1: 
18:00:14.397 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3e79f9d3-8053-4128-8ebe-1c0a4735d84d = 
18:00:14.397 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3e79f9d3-8053-4128-8ebe-1c0a4735d84d = 
18:00:14.397 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3e79f9d3-8053-4128-8ebe-1c0a4735d84d: 
18:00:14.398 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

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

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

18:00:14.399 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:00:14.399 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:14.399 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
18:00:14.400 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:00:14.400 [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.117 sec

Results :

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

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