Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-8bhbd is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-8bhbd"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.lyo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-8bhbd"
    - 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-8bhbd"
    - 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-8bhbd 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-XJX654CIDYkP/agent.64
SSH_AGENT_PID=66
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/lyo-validation-master@tmp/private_key_7124757793836148241.key (/home/jenkins/agent/workspace/lyo-validation-master@tmp/private_key_7124757793836148241.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 334fc6b4ad1eaff643c9242cd91cf708d614db48 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 334fc6b4ad1eaff643c9242cd91cf708d614db48 # timeout=10
Commit message: "Back to 4.0.0-SNAPSHOT"
 > git rev-list --no-walk 020af9ac40113c5a1958b71229d2686b703754fa # 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]
22:52:13.423 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
22:52:13.424 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
22:52:13.425 [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
22:52:13.426 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
22:52:13.426 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorURL
22:52:13.426 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
22:52:13.429 [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
22:52:13.622 [main] DEBUG org.apache.jena.info - System architecture: 64 bit
22:52:13.639 [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-07T22:52:13.143Z"^^<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 .
22:52:13.842 [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-07T22:52:13.143Z"^^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-07T22:52:13.143Z"^^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:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
22:52:13.848 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {de2b2ae4-921b-4587-bda5-473dfd9d8d2d @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; de2b2ae4-921b-4587-bda5-473dfd9d8d2d @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; de2b2ae4-921b-4587-bda5-473dfd9d8d2d @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; de2b2ae4-921b-4587-bda5-473dfd9d8d2d @sh:datatype http://www.w3.org/2001/XMLSchema#integer; de2b2ae4-921b-4587-bda5-473dfd9d8d2d @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; de2b2ae4-921b-4587-bda5-473dfd9d8d2d @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; de2b2ae4-921b-4587-bda5-473dfd9d8d2d @rdf:type sh:Property; 0f89b338-6ae7-48c8-8fad-129873c5854c @sh:path http://www.sampledomain.org/sam#aStringProperty; 0f89b338-6ae7-48c8-8fad-129873c5854c @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0f89b338-6ae7-48c8-8fad-129873c5854c @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0f89b338-6ae7-48c8-8fad-129873c5854c @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 0f89b338-6ae7-48c8-8fad-129873c5854c @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 0f89b338-6ae7-48c8-8fad-129873c5854c @sh:pattern "^B"; 0f89b338-6ae7-48c8-8fad-129873c5854c @sh:description "a Simple Single String Property"; 0f89b338-6ae7-48c8-8fad-129873c5854c @rdf:type sh:Property; 43295848-1a37-4051-b080-28e72ea4bf3c @rdf:rest 08f11d49-d6a0-4199-9dd6-7e120163ac6c; 43295848-1a37-4051-b080-28e72ea4bf3c @rdf:first "A"...} |  [de2b2ae4-921b-4587-bda5-473dfd9d8d2d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [de2b2ae4-921b-4587-bda5-473dfd9d8d2d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [de2b2ae4-921b-4587-bda5-473dfd9d8d2d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [de2b2ae4-921b-4587-bda5-473dfd9d8d2d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [de2b2ae4-921b-4587-bda5-473dfd9d8d2d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [de2b2ae4-921b-4587-bda5-473dfd9d8d2d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [de2b2ae4-921b-4587-bda5-473dfd9d8d2d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0f89b338-6ae7-48c8-8fad-129873c5854c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [0f89b338-6ae7-48c8-8fad-129873c5854c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f89b338-6ae7-48c8-8fad-129873c5854c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f89b338-6ae7-48c8-8fad-129873c5854c, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [0f89b338-6ae7-48c8-8fad-129873c5854c, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [0f89b338-6ae7-48c8-8fad-129873c5854c, http://www.w3.org/ns/shacl#pattern, "^B"] [0f89b338-6ae7-48c8-8fad-129873c5854c, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [0f89b338-6ae7-48c8-8fad-129873c5854c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [43295848-1a37-4051-b080-28e72ea4bf3c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 08f11d49-d6a0-4199-9dd6-7e120163ac6c] [43295848-1a37-4051-b080-28e72ea4bf3c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [c336519e-0309-4e1d-b523-d7eb2efd576c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [c336519e-0309-4e1d-b523-d7eb2efd576c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [da8d90e8-1cc8-43d4-b99a-6ce5bd05819c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [da8d90e8-1cc8-43d4-b99a-6ce5bd05819c, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [da8d90e8-1cc8-43d4-b99a-6ce5bd05819c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f1dbf912-ba09-4b8b-8744-2b96c58705c9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [f1dbf912-ba09-4b8b-8744-2b96c58705c9, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f1dbf912-ba09-4b8b-8744-2b96c58705c9, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f1dbf912-ba09-4b8b-8744-2b96c58705c9, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f1dbf912-ba09-4b8b-8744-2b96c58705c9, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f1dbf912-ba09-4b8b-8744-2b96c58705c9, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f1dbf912-ba09-4b8b-8744-2b96c58705c9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [aa5d319b-789b-4674-ac5e-7d026ee6d83d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [aa5d319b-789b-4674-ac5e-7d026ee6d83d, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [aa5d319b-789b-4674-ac5e-7d026ee6d83d, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [aa5d319b-789b-4674-ac5e-7d026ee6d83d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [08f11d49-d6a0-4199-9dd6-7e120163ac6c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c336519e-0309-4e1d-b523-d7eb2efd576c] [08f11d49-d6a0-4199-9dd6-7e120163ac6c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [4ebec3a4-844c-47cc-b9ec-eae7d48b8b17, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [4ebec3a4-844c-47cc-b9ec-eae7d48b8b17, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [4ebec3a4-844c-47cc-b9ec-eae7d48b8b17, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [4ebec3a4-844c-47cc-b9ec-eae7d48b8b17, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e4f40cc9-77a4-476e-90ca-2b2de6e305f3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [e4f40cc9-77a4-476e-90ca-2b2de6e305f3, http://www.w3.org/ns/shacl#in, 43295848-1a37-4051-b080-28e72ea4bf3c] [e4f40cc9-77a4-476e-90ca-2b2de6e305f3, 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, de2b2ae4-921b-4587-bda5-473dfd9d8d2d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f1dbf912-ba09-4b8b-8744-2b96c58705c9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, da8d90e8-1cc8-43d4-b99a-6ce5bd05819c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4ebec3a4-844c-47cc-b9ec-eae7d48b8b17] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0f89b338-6ae7-48c8-8fad-129873c5854c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, aa5d319b-789b-4674-ac5e-7d026ee6d83d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 943e1b60-a0ee-4251-9c60-6db4dbd8dd8b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e4f40cc9-77a4-476e-90ca-2b2de6e305f3] [943e1b60-a0ee-4251-9c60-6db4dbd8dd8b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [943e1b60-a0ee-4251-9c60-6db4dbd8dd8b, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [943e1b60-a0ee-4251-9c60-6db4dbd8dd8b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [943e1b60-a0ee-4251-9c60-6db4dbd8dd8b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
22:52:14.158 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:14.301 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:14.321 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:f1dbf912-ba09-4b8b-8744-2b96c58705c9,_:0f89b338-6ae7-48c8-8fad-129873c5854c,_:aa5d319b-789b-4674-ac5e-7d026ee6d83d,_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b,_:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17,_:e4f40cc9-77a4-476e-90ca-2b2de6e305f3,_:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c,_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d. Pending nodes: 
22:52:14.325 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f1dbf912-ba09-4b8b-8744-2b96c58705c9
22:52:14.334 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0f89b338-6ae7-48c8-8fad-129873c5854c
22:52:14.340 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:aa5d319b-789b-4674-ac5e-7d026ee6d83d
22:52:14.345 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b
22:52:14.348 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17
22:52:14.354 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e4f40cc9-77a4-476e-90ca-2b2de6e305f3
22:52:14.356 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c
22:52:14.359 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:de2b2ae4-921b-4587-bda5-473dfd9d8d2d
22:52:14.382 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:de2b2ae4-921b-4587-bda5-473dfd9d8d2d
22:52:14.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c
22:52:14.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e4f40cc9-77a4-476e-90ca-2b2de6e305f3
22:52:14.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:14.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17
22:52:14.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b
22:52:14.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:aa5d319b-789b-4674-ac5e-7d026ee6d83d
22:52:14.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0f89b338-6ae7-48c8-8fad-129873c5854c
22:52:14.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f1dbf912-ba09-4b8b-8744-2b96c58705c9
22:52:14.434 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:de2b2ae4-921b-4587-bda5-473dfd9d8d2d = 
22:52:14.440 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:de2b2ae4-921b-4587-bda5-473dfd9d8d2d = 
22:52:14.442 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:de2b2ae4-921b-4587-bda5-473dfd9d8d2d: 
22:52:14.451 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c = 
22:52:14.452 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c = 
22:52:14.452 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c: 
22:52:14.453 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e4f40cc9-77a4-476e-90ca-2b2de6e305f3 = 
22:52:14.454 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e4f40cc9-77a4-476e-90ca-2b2de6e305f3 = 
22:52:14.454 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e4f40cc9-77a4-476e-90ca-2b2de6e305f3: 
22:52:14.455 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:14.456 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:14.461 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:14.461 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:14.463 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:14.471 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f1dbf912-ba09-4b8b-8744-2b96c58705c9,_:0f89b338-6ae7-48c8-8fad-129873c5854c,_:aa5d319b-789b-4674-ac5e-7d026ee6d83d,_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b,_:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17,_:e4f40cc9-77a4-476e-90ca-2b2de6e305f3,_:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c,_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d)
22:52:14.480 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f1dbf912-ba09-4b8b-8744-2b96c58705c9)
22:52:14.483 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f89b338-6ae7-48c8-8fad-129873c5854c)
22:52:14.483 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aa5d319b-789b-4674-ac5e-7d026ee6d83d)
22:52:14.483 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b)
22:52:14.484 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17)
22:52:14.484 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e4f40cc9-77a4-476e-90ca-2b2de6e305f3)
22:52:14.484 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c)
22:52:14.484 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d)
22:52:14.493 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.494 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.564 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.564 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.565 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.565 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.572 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.573 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.573 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f1dbf912-ba09-4b8b-8744-2b96c58705c9],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:14.574 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.574 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.582 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f1dbf912-ba09-4b8b-8744-2b96c58705c9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f1dbf912-ba09-4b8b-8744-2b96c58705c9), ShapeRef(_:0f89b338-6ae7-48c8-8fad-129873c5854c), ShapeRef(_:aa5d319b-789b-4674-ac5e-7d026ee6d83d), ShapeRef(_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b), ShapeRef(_:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17), ShapeRef(_:e4f40cc9-77a4-476e-90ca-2b2de6e305f3), ShapeRef(_:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c), ShapeRef(_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f1dbf912-ba09-4b8b-8744-2b96c58705c9,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:14.583 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.583 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.678 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.678 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.680 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.680 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.682 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.682 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.684 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.684 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.684 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0f89b338-6ae7-48c8-8fad-129873c5854c],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:14.685 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f89b338-6ae7-48c8-8fad-129873c5854c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f1dbf912-ba09-4b8b-8744-2b96c58705c9), ShapeRef(_:0f89b338-6ae7-48c8-8fad-129873c5854c), ShapeRef(_:aa5d319b-789b-4674-ac5e-7d026ee6d83d), ShapeRef(_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b), ShapeRef(_:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17), ShapeRef(_:e4f40cc9-77a4-476e-90ca-2b2de6e305f3), ShapeRef(_:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c), ShapeRef(_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0f89b338-6ae7-48c8-8fad-129873c5854c,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:14.686 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.686 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.693 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aa5d319b-789b-4674-ac5e-7d026ee6d83d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f1dbf912-ba09-4b8b-8744-2b96c58705c9), ShapeRef(_:0f89b338-6ae7-48c8-8fad-129873c5854c), ShapeRef(_:aa5d319b-789b-4674-ac5e-7d026ee6d83d), ShapeRef(_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b), ShapeRef(_:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17), ShapeRef(_:e4f40cc9-77a4-476e-90ca-2b2de6e305f3), ShapeRef(_:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c), ShapeRef(_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:aa5d319b-789b-4674-ac5e-7d026ee6d83d,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))))))))
22:52:14.693 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.693 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.697 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:13.143Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:14.698 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f1dbf912-ba09-4b8b-8744-2b96c58705c9), ShapeRef(_:0f89b338-6ae7-48c8-8fad-129873c5854c), ShapeRef(_:aa5d319b-789b-4674-ac5e-7d026ee6d83d), ShapeRef(_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b), ShapeRef(_:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17), ShapeRef(_:e4f40cc9-77a4-476e-90ca-2b2de6e305f3), ShapeRef(_:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c), ShapeRef(_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:14.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.699 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.699 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.700 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17=ShapeTyping(TypingMap(Map()))
22:52:14.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.701 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e4f40cc9-77a4-476e-90ca-2b2de6e305f3=ShapeTyping(TypingMap(Map()))
22:52:14.701 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.701 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.701 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c=ShapeTyping(TypingMap(Map()))
22:52:14.701 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.701 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.703 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.704 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.705 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.705 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.705 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:14.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:14.709 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f1dbf912-ba09-4b8b-8744-2b96c58705c9), ShapeRef(_:0f89b338-6ae7-48c8-8fad-129873c5854c), ShapeRef(_:aa5d319b-789b-4674-ac5e-7d026ee6d83d), ShapeRef(_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b), ShapeRef(_:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17), ShapeRef(_:e4f40cc9-77a4-476e-90ca-2b2de6e305f3), ShapeRef(_:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c), ShapeRef(_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:14.711 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f1dbf912-ba09-4b8b-8744-2b96c58705c9,_:0f89b338-6ae7-48c8-8fad-129873c5854c,_:aa5d319b-789b-4674-ac5e-7d026ee6d83d,_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b,_:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17,_:e4f40cc9-77a4-476e-90ca-2b2de6e305f3,_:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c,_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:f1dbf912-ba09-4b8b-8744-2b96c58705c9), ShapeRef(_:0f89b338-6ae7-48c8-8fad-129873c5854c), ShapeRef(_:aa5d319b-789b-4674-ac5e-7d026ee6d83d), ShapeRef(_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b), ShapeRef(_:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17), ShapeRef(_:e4f40cc9-77a4-476e-90ca-2b2de6e305f3), ShapeRef(_:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c), ShapeRef(_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f1dbf912-ba09-4b8b-8744-2b96c58705c9,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:aa5d319b-789b-4674-ac5e-7d026ee6d83d,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(_:0f89b338-6ae7-48c8-8fad-129873c5854c,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:14.716 [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(_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:f1dbf912-ba09-4b8b-8744-2b96c58705c9), ShapeRef(_:0f89b338-6ae7-48c8-8fad-129873c5854c), ShapeRef(_:aa5d319b-789b-4674-ac5e-7d026ee6d83d), ShapeRef(_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b), ShapeRef(_:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17), ShapeRef(_:e4f40cc9-77a4-476e-90ca-2b2de6e305f3), ShapeRef(_:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c), ShapeRef(_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f1dbf912-ba09-4b8b-8744-2b96c58705c9,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:aa5d319b-789b-4674-ac5e-7d026ee6d83d,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(_:0f89b338-6ae7-48c8-8fad-129873c5854c,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:14.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(_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:f1dbf912-ba09-4b8b-8744-2b96c58705c9), ShapeRef(_:0f89b338-6ae7-48c8-8fad-129873c5854c), ShapeRef(_:aa5d319b-789b-4674-ac5e-7d026ee6d83d), ShapeRef(_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b), ShapeRef(_:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17), ShapeRef(_:e4f40cc9-77a4-476e-90ca-2b2de6e305f3), ShapeRef(_:da8d90e8-1cc8-43d4-b99a-6ce5bd05819c), ShapeRef(_:de2b2ae4-921b-4587-bda5-473dfd9d8d2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f1dbf912-ba09-4b8b-8744-2b96c58705c9,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:aa5d319b-789b-4674-ac5e-7d026ee6d83d,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(_:0f89b338-6ae7-48c8-8fad-129873c5854c,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:14.718 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17 = 
22:52:14.718 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17 = 
22:52:14.718 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4ebec3a4-844c-47cc-b9ec-eae7d48b8b17: 
22:52:14.719 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b = 
22:52:14.719 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b = 
22:52:14.719 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:943e1b60-a0ee-4251-9c60-6db4dbd8dd8b: 
22:52:14.719 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:aa5d319b-789b-4674-ac5e-7d026ee6d83d = 
22:52:14.719 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:aa5d319b-789b-4674-ac5e-7d026ee6d83d = 
22:52:14.719 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:aa5d319b-789b-4674-ac5e-7d026ee6d83d: 
22:52:14.719 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0f89b338-6ae7-48c8-8fad-129873c5854c = 
22:52:14.720 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0f89b338-6ae7-48c8-8fad-129873c5854c = 
22:52:14.720 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0f89b338-6ae7-48c8-8fad-129873c5854c: 
22:52:14.720 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f1dbf912-ba09-4b8b-8744-2b96c58705c9 = 
22:52:14.720 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f1dbf912-ba09-4b8b-8744-2b96c58705c9 = 
22:52:14.720 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f1dbf912-ba09-4b8b-8744-2b96c58705c9: 
22:52:14.795 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

22:52:14.811 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > scanning package org.eclipse.lyo.shacl
22:52:15.114 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < 4 RDF classes found in package org.eclipse.lyo.shacl
22:52:15.114 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:15.114 [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-07T22:52:15.115Z"^^<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 .
22:52:15.129 [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-07T22:52:15.115Z"^^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-07T22:52:15.115Z"^^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:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
22:52:15.130 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {02da2b30-ca2b-4846-8d74-8495ddacc9a7 @sh:path http://www.sampledomain.org/sam#integerProperty2; 02da2b30-ca2b-4846-8d74-8495ddacc9a7 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 02da2b30-ca2b-4846-8d74-8495ddacc9a7 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 02da2b30-ca2b-4846-8d74-8495ddacc9a7 @rdf:type sh:Property; 277f9e32-cc0f-4520-81a5-7236c6b20e61 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 277f9e32-cc0f-4520-81a5-7236c6b20e61 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 277f9e32-cc0f-4520-81a5-7236c6b20e61 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 277f9e32-cc0f-4520-81a5-7236c6b20e61 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 277f9e32-cc0f-4520-81a5-7236c6b20e61 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 277f9e32-cc0f-4520-81a5-7236c6b20e61 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 277f9e32-cc0f-4520-81a5-7236c6b20e61 @rdf:type sh:Property; 196a3bc3-4497-4aa8-844e-5fc2f869adec @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 196a3bc3-4497-4aa8-844e-5fc2f869adec @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 196a3bc3-4497-4aa8-844e-5fc2f869adec @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 196a3bc3-4497-4aa8-844e-5fc2f869adec @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 196a3bc3-4497-4aa8-844e-5fc2f869adec @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 196a3bc3-4497-4aa8-844e-5fc2f869adec @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [02da2b30-ca2b-4846-8d74-8495ddacc9a7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [02da2b30-ca2b-4846-8d74-8495ddacc9a7, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [02da2b30-ca2b-4846-8d74-8495ddacc9a7, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [02da2b30-ca2b-4846-8d74-8495ddacc9a7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [277f9e32-cc0f-4520-81a5-7236c6b20e61, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [277f9e32-cc0f-4520-81a5-7236c6b20e61, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [277f9e32-cc0f-4520-81a5-7236c6b20e61, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [277f9e32-cc0f-4520-81a5-7236c6b20e61, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [277f9e32-cc0f-4520-81a5-7236c6b20e61, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [277f9e32-cc0f-4520-81a5-7236c6b20e61, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [277f9e32-cc0f-4520-81a5-7236c6b20e61, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [196a3bc3-4497-4aa8-844e-5fc2f869adec, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [196a3bc3-4497-4aa8-844e-5fc2f869adec, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [196a3bc3-4497-4aa8-844e-5fc2f869adec, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [196a3bc3-4497-4aa8-844e-5fc2f869adec, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [196a3bc3-4497-4aa8-844e-5fc2f869adec, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [196a3bc3-4497-4aa8-844e-5fc2f869adec, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [196a3bc3-4497-4aa8-844e-5fc2f869adec, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dab0641f-58de-4344-aa80-4eedc4c059c0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [dab0641f-58de-4344-aa80-4eedc4c059c0, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [dab0641f-58de-4344-aa80-4eedc4c059c0, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [dab0641f-58de-4344-aa80-4eedc4c059c0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2234ba99-8e13-4310-9f19-5f407c6cd47a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [2234ba99-8e13-4310-9f19-5f407c6cd47a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [2e625640-101a-498b-8e18-e0f8be07763b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [2e625640-101a-498b-8e18-e0f8be07763b, http://www.w3.org/ns/shacl#in, bc97444c-aff2-420e-bb7a-5cfa8248dd68] [2e625640-101a-498b-8e18-e0f8be07763b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bc97444c-aff2-420e-bb7a-5cfa8248dd68, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c6b9b94b-68a2-4996-bf7d-216cf52c3e7b] [bc97444c-aff2-420e-bb7a-5cfa8248dd68, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [7cd9daf3-89f6-4abc-a75f-b5d28d3fe301, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [7cd9daf3-89f6-4abc-a75f-b5d28d3fe301, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [7cd9daf3-89f6-4abc-a75f-b5d28d3fe301, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fc95cdaf-80c5-42ee-a49d-966ee22a6504, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [fc95cdaf-80c5-42ee-a49d-966ee22a6504, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [fc95cdaf-80c5-42ee-a49d-966ee22a6504, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [fc95cdaf-80c5-42ee-a49d-966ee22a6504, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c6b9b94b-68a2-4996-bf7d-216cf52c3e7b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2234ba99-8e13-4310-9f19-5f407c6cd47a] [c6b9b94b-68a2-4996-bf7d-216cf52c3e7b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [906970c4-454c-4303-97cc-34e5dfc7adcd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [906970c4-454c-4303-97cc-34e5dfc7adcd, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [906970c4-454c-4303-97cc-34e5dfc7adcd, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [906970c4-454c-4303-97cc-34e5dfc7adcd, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [906970c4-454c-4303-97cc-34e5dfc7adcd, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [906970c4-454c-4303-97cc-34e5dfc7adcd, http://www.w3.org/ns/shacl#pattern, "^B"] [906970c4-454c-4303-97cc-34e5dfc7adcd, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [906970c4-454c-4303-97cc-34e5dfc7adcd, 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, dab0641f-58de-4344-aa80-4eedc4c059c0] [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, 7cd9daf3-89f6-4abc-a75f-b5d28d3fe301] [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, 196a3bc3-4497-4aa8-844e-5fc2f869adec] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2e625640-101a-498b-8e18-e0f8be07763b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 906970c4-454c-4303-97cc-34e5dfc7adcd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 277f9e32-cc0f-4520-81a5-7236c6b20e61] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fc95cdaf-80c5-42ee-a49d-966ee22a6504] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 02da2b30-ca2b-4846-8d74-8495ddacc9a7]>
22:52:15.132 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:15.135 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:15.181 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:02da2b30-ca2b-4846-8d74-8495ddacc9a7,_:906970c4-454c-4303-97cc-34e5dfc7adcd,_:dab0641f-58de-4344-aa80-4eedc4c059c0,_:2e625640-101a-498b-8e18-e0f8be07763b,_:196a3bc3-4497-4aa8-844e-5fc2f869adec,_:277f9e32-cc0f-4520-81a5-7236c6b20e61,_:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301,_:fc95cdaf-80c5-42ee-a49d-966ee22a6504. Pending nodes: 
22:52:15.182 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:02da2b30-ca2b-4846-8d74-8495ddacc9a7
22:52:15.184 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:906970c4-454c-4303-97cc-34e5dfc7adcd
22:52:15.187 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dab0641f-58de-4344-aa80-4eedc4c059c0
22:52:15.189 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2e625640-101a-498b-8e18-e0f8be07763b
22:52:15.190 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:196a3bc3-4497-4aa8-844e-5fc2f869adec
22:52:15.194 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:277f9e32-cc0f-4520-81a5-7236c6b20e61
22:52:15.196 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301
22:52:15.197 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fc95cdaf-80c5-42ee-a49d-966ee22a6504
22:52:15.198 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fc95cdaf-80c5-42ee-a49d-966ee22a6504
22:52:15.198 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:15.198 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301
22:52:15.198 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:277f9e32-cc0f-4520-81a5-7236c6b20e61
22:52:15.198 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:196a3bc3-4497-4aa8-844e-5fc2f869adec
22:52:15.198 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2e625640-101a-498b-8e18-e0f8be07763b
22:52:15.198 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dab0641f-58de-4344-aa80-4eedc4c059c0
22:52:15.198 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:906970c4-454c-4303-97cc-34e5dfc7adcd
22:52:15.198 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:02da2b30-ca2b-4846-8d74-8495ddacc9a7
22:52:15.199 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fc95cdaf-80c5-42ee-a49d-966ee22a6504 = 
22:52:15.199 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fc95cdaf-80c5-42ee-a49d-966ee22a6504 = 
22:52:15.199 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fc95cdaf-80c5-42ee-a49d-966ee22a6504: 
22:52:15.199 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:15.200 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:15.200 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:15.200 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:15.200 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:15.200 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:02da2b30-ca2b-4846-8d74-8495ddacc9a7,_:906970c4-454c-4303-97cc-34e5dfc7adcd,_:dab0641f-58de-4344-aa80-4eedc4c059c0,_:2e625640-101a-498b-8e18-e0f8be07763b,_:196a3bc3-4497-4aa8-844e-5fc2f869adec,_:277f9e32-cc0f-4520-81a5-7236c6b20e61,_:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301,_:fc95cdaf-80c5-42ee-a49d-966ee22a6504)
22:52:15.201 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:02da2b30-ca2b-4846-8d74-8495ddacc9a7)
22:52:15.201 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:906970c4-454c-4303-97cc-34e5dfc7adcd)
22:52:15.201 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dab0641f-58de-4344-aa80-4eedc4c059c0)
22:52:15.201 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2e625640-101a-498b-8e18-e0f8be07763b)
22:52:15.201 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:196a3bc3-4497-4aa8-844e-5fc2f869adec)
22:52:15.201 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:277f9e32-cc0f-4520-81a5-7236c6b20e61)
22:52:15.202 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301)
22:52:15.202 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc95cdaf-80c5-42ee-a49d-966ee22a6504)
22:52:15.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.225 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:02da2b30-ca2b-4846-8d74-8495ddacc9a7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:02da2b30-ca2b-4846-8d74-8495ddacc9a7), ShapeRef(_:906970c4-454c-4303-97cc-34e5dfc7adcd), ShapeRef(_:dab0641f-58de-4344-aa80-4eedc4c059c0), ShapeRef(_:2e625640-101a-498b-8e18-e0f8be07763b), ShapeRef(_:196a3bc3-4497-4aa8-844e-5fc2f869adec), ShapeRef(_:277f9e32-cc0f-4520-81a5-7236c6b20e61), ShapeRef(_:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301), ShapeRef(_:fc95cdaf-80c5-42ee-a49d-966ee22a6504)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:02da2b30-ca2b-4846-8d74-8495ddacc9a7,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"))))))))
22:52:15.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.228 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.228 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.229 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.229 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.230 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.230 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.231 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:906970c4-454c-4303-97cc-34e5dfc7adcd],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:15.231 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:906970c4-454c-4303-97cc-34e5dfc7adcd=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:02da2b30-ca2b-4846-8d74-8495ddacc9a7), ShapeRef(_:906970c4-454c-4303-97cc-34e5dfc7adcd), ShapeRef(_:dab0641f-58de-4344-aa80-4eedc4c059c0), ShapeRef(_:2e625640-101a-498b-8e18-e0f8be07763b), ShapeRef(_:196a3bc3-4497-4aa8-844e-5fc2f869adec), ShapeRef(_:277f9e32-cc0f-4520-81a5-7236c6b20e61), ShapeRef(_:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301), ShapeRef(_:fc95cdaf-80c5-42ee-a49d-966ee22a6504)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:906970c4-454c-4303-97cc-34e5dfc7adcd,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.232 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.232 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.233 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.233 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.233 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:15.115Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:dab0641f-58de-4344-aa80-4eedc4c059c0],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:15.234 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dab0641f-58de-4344-aa80-4eedc4c059c0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:02da2b30-ca2b-4846-8d74-8495ddacc9a7), ShapeRef(_:906970c4-454c-4303-97cc-34e5dfc7adcd), ShapeRef(_:dab0641f-58de-4344-aa80-4eedc4c059c0), ShapeRef(_:2e625640-101a-498b-8e18-e0f8be07763b), ShapeRef(_:196a3bc3-4497-4aa8-844e-5fc2f869adec), ShapeRef(_:277f9e32-cc0f-4520-81a5-7236c6b20e61), ShapeRef(_:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301), ShapeRef(_:fc95cdaf-80c5-42ee-a49d-966ee22a6504)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dab0641f-58de-4344-aa80-4eedc4c059c0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.235 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2e625640-101a-498b-8e18-e0f8be07763b=ShapeTyping(TypingMap(Map()))
22:52:15.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.280 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.280 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.281 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:196a3bc3-4497-4aa8-844e-5fc2f869adec],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:15.281 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.281 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.283 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:196a3bc3-4497-4aa8-844e-5fc2f869adec=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:02da2b30-ca2b-4846-8d74-8495ddacc9a7), ShapeRef(_:906970c4-454c-4303-97cc-34e5dfc7adcd), ShapeRef(_:dab0641f-58de-4344-aa80-4eedc4c059c0), ShapeRef(_:2e625640-101a-498b-8e18-e0f8be07763b), ShapeRef(_:196a3bc3-4497-4aa8-844e-5fc2f869adec), ShapeRef(_:277f9e32-cc0f-4520-81a5-7236c6b20e61), ShapeRef(_:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301), ShapeRef(_:fc95cdaf-80c5-42ee-a49d-966ee22a6504)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:196a3bc3-4497-4aa8-844e-5fc2f869adec,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:15.283 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.283 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.283 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.283 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.284 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.284 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.285 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.285 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.285 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:277f9e32-cc0f-4520-81a5-7236c6b20e61],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:15.285 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.285 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.286 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:277f9e32-cc0f-4520-81a5-7236c6b20e61=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:02da2b30-ca2b-4846-8d74-8495ddacc9a7), ShapeRef(_:906970c4-454c-4303-97cc-34e5dfc7adcd), ShapeRef(_:dab0641f-58de-4344-aa80-4eedc4c059c0), ShapeRef(_:2e625640-101a-498b-8e18-e0f8be07763b), ShapeRef(_:196a3bc3-4497-4aa8-844e-5fc2f869adec), ShapeRef(_:277f9e32-cc0f-4520-81a5-7236c6b20e61), ShapeRef(_:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301), ShapeRef(_:fc95cdaf-80c5-42ee-a49d-966ee22a6504)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:277f9e32-cc0f-4520-81a5-7236c6b20e61,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.286 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.286 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.287 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301=ShapeTyping(TypingMap(Map()))
22:52:15.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.288 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc95cdaf-80c5-42ee-a49d-966ee22a6504=ShapeTyping(TypingMap(Map()))
22:52:15.289 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:02da2b30-ca2b-4846-8d74-8495ddacc9a7,_:906970c4-454c-4303-97cc-34e5dfc7adcd,_:dab0641f-58de-4344-aa80-4eedc4c059c0,_:2e625640-101a-498b-8e18-e0f8be07763b,_:196a3bc3-4497-4aa8-844e-5fc2f869adec,_:277f9e32-cc0f-4520-81a5-7236c6b20e61,_:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301,_:fc95cdaf-80c5-42ee-a49d-966ee22a6504)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:196a3bc3-4497-4aa8-844e-5fc2f869adec,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:906970c4-454c-4303-97cc-34e5dfc7adcd,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:02da2b30-ca2b-4846-8d74-8495ddacc9a7,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(_:dab0641f-58de-4344-aa80-4eedc4c059c0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:02da2b30-ca2b-4846-8d74-8495ddacc9a7), ShapeRef(_:906970c4-454c-4303-97cc-34e5dfc7adcd), ShapeRef(_:dab0641f-58de-4344-aa80-4eedc4c059c0), ShapeRef(_:2e625640-101a-498b-8e18-e0f8be07763b), ShapeRef(_:196a3bc3-4497-4aa8-844e-5fc2f869adec), ShapeRef(_:277f9e32-cc0f-4520-81a5-7236c6b20e61), ShapeRef(_:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301), ShapeRef(_:fc95cdaf-80c5-42ee-a49d-966ee22a6504)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:277f9e32-cc0f-4520-81a5-7236c6b20e61,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.290 [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(_:196a3bc3-4497-4aa8-844e-5fc2f869adec,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:906970c4-454c-4303-97cc-34e5dfc7adcd,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:02da2b30-ca2b-4846-8d74-8495ddacc9a7,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(_:dab0641f-58de-4344-aa80-4eedc4c059c0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:02da2b30-ca2b-4846-8d74-8495ddacc9a7), ShapeRef(_:906970c4-454c-4303-97cc-34e5dfc7adcd), ShapeRef(_:dab0641f-58de-4344-aa80-4eedc4c059c0), ShapeRef(_:2e625640-101a-498b-8e18-e0f8be07763b), ShapeRef(_:196a3bc3-4497-4aa8-844e-5fc2f869adec), ShapeRef(_:277f9e32-cc0f-4520-81a5-7236c6b20e61), ShapeRef(_:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301), ShapeRef(_:fc95cdaf-80c5-42ee-a49d-966ee22a6504)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:277f9e32-cc0f-4520-81a5-7236c6b20e61,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.290 [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(_:196a3bc3-4497-4aa8-844e-5fc2f869adec,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:906970c4-454c-4303-97cc-34e5dfc7adcd,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:02da2b30-ca2b-4846-8d74-8495ddacc9a7,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(_:dab0641f-58de-4344-aa80-4eedc4c059c0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:02da2b30-ca2b-4846-8d74-8495ddacc9a7), ShapeRef(_:906970c4-454c-4303-97cc-34e5dfc7adcd), ShapeRef(_:dab0641f-58de-4344-aa80-4eedc4c059c0), ShapeRef(_:2e625640-101a-498b-8e18-e0f8be07763b), ShapeRef(_:196a3bc3-4497-4aa8-844e-5fc2f869adec), ShapeRef(_:277f9e32-cc0f-4520-81a5-7236c6b20e61), ShapeRef(_:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301), ShapeRef(_:fc95cdaf-80c5-42ee-a49d-966ee22a6504)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:277f9e32-cc0f-4520-81a5-7236c6b20e61,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.291 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301 = 
22:52:15.291 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301 = 
22:52:15.291 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7cd9daf3-89f6-4abc-a75f-b5d28d3fe301: 
22:52:15.291 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:277f9e32-cc0f-4520-81a5-7236c6b20e61 = 
22:52:15.291 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:277f9e32-cc0f-4520-81a5-7236c6b20e61 = 
22:52:15.291 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:277f9e32-cc0f-4520-81a5-7236c6b20e61: 
22:52:15.291 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:196a3bc3-4497-4aa8-844e-5fc2f869adec = 
22:52:15.292 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:196a3bc3-4497-4aa8-844e-5fc2f869adec = 
22:52:15.292 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:196a3bc3-4497-4aa8-844e-5fc2f869adec: 
22:52:15.292 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2e625640-101a-498b-8e18-e0f8be07763b = 
22:52:15.292 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2e625640-101a-498b-8e18-e0f8be07763b = 
22:52:15.292 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2e625640-101a-498b-8e18-e0f8be07763b: 
22:52:15.292 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dab0641f-58de-4344-aa80-4eedc4c059c0 = 
22:52:15.292 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dab0641f-58de-4344-aa80-4eedc4c059c0 = 
22:52:15.292 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dab0641f-58de-4344-aa80-4eedc4c059c0: 
22:52:15.293 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:906970c4-454c-4303-97cc-34e5dfc7adcd = 
22:52:15.293 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:906970c4-454c-4303-97cc-34e5dfc7adcd = 
22:52:15.293 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:906970c4-454c-4303-97cc-34e5dfc7adcd: 
22:52:15.293 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:02da2b30-ca2b-4846-8d74-8495ddacc9a7 = 
22:52:15.293 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:02da2b30-ca2b-4846-8d74-8495ddacc9a7 = 
22:52:15.293 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:02da2b30-ca2b-4846-8d74-8495ddacc9a7: 
22:52:15.300 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
22:52:15.320 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {aca53b32-b2fb-4047-8350-6cef345b31d4 @rdf:rest 55770353-a440-4f2b-8e0d-76a5012a1ad9; aca53b32-b2fb-4047-8350-6cef345b31d4 @rdf:first "A"; ec1aa78d-b292-4e1a-a680-1c400059185e @sh:path http://www.sampledomain.org/sam#anIntegerProperty; ec1aa78d-b292-4e1a-a680-1c400059185e @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; ec1aa78d-b292-4e1a-a680-1c400059185e @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; ec1aa78d-b292-4e1a-a680-1c400059185e @sh:datatype http://www.w3.org/2001/XMLSchema#integer; ec1aa78d-b292-4e1a-a680-1c400059185e @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; ec1aa78d-b292-4e1a-a680-1c400059185e @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; ec1aa78d-b292-4e1a-a680-1c400059185e @rdf:type sh:Property; 3a8b7db3-1f60-4baa-9cd9-5700d5b42308 @sh:path http://www.sampledomain.org/sam#integerProperty2; 3a8b7db3-1f60-4baa-9cd9-5700d5b42308 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 3a8b7db3-1f60-4baa-9cd9-5700d5b42308 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 3a8b7db3-1f60-4baa-9cd9-5700d5b42308 @rdf:type sh:Property; 61824dd4-469c-49ac-ae4c-dee2ac429ca7 @rdf:rest rdf:nil; 61824dd4-469c-49ac-ae4c-dee2ac429ca7 @rdf:first "C"; 013e8a66-ac7b-4f25-97ac-d45d080a3473 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 013e8a66-ac7b-4f25-97ac-d45d080a3473 @sh:class http://www.sampledomain.org/sam#AnotherResource...} |  [aca53b32-b2fb-4047-8350-6cef345b31d4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 55770353-a440-4f2b-8e0d-76a5012a1ad9] [aca53b32-b2fb-4047-8350-6cef345b31d4, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [ec1aa78d-b292-4e1a-a680-1c400059185e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [ec1aa78d-b292-4e1a-a680-1c400059185e, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ec1aa78d-b292-4e1a-a680-1c400059185e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ec1aa78d-b292-4e1a-a680-1c400059185e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ec1aa78d-b292-4e1a-a680-1c400059185e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ec1aa78d-b292-4e1a-a680-1c400059185e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ec1aa78d-b292-4e1a-a680-1c400059185e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3a8b7db3-1f60-4baa-9cd9-5700d5b42308, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [3a8b7db3-1f60-4baa-9cd9-5700d5b42308, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [3a8b7db3-1f60-4baa-9cd9-5700d5b42308, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [3a8b7db3-1f60-4baa-9cd9-5700d5b42308, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [61824dd4-469c-49ac-ae4c-dee2ac429ca7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [61824dd4-469c-49ac-ae4c-dee2ac429ca7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [013e8a66-ac7b-4f25-97ac-d45d080a3473, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [013e8a66-ac7b-4f25-97ac-d45d080a3473, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [013e8a66-ac7b-4f25-97ac-d45d080a3473, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5b8c8383-1275-47d0-a2b6-7afbef0b6f53, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [5b8c8383-1275-47d0-a2b6-7afbef0b6f53, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5b8c8383-1275-47d0-a2b6-7afbef0b6f53, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5b8c8383-1275-47d0-a2b6-7afbef0b6f53, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5b8c8383-1275-47d0-a2b6-7afbef0b6f53, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5b8c8383-1275-47d0-a2b6-7afbef0b6f53, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5b8c8383-1275-47d0-a2b6-7afbef0b6f53, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bf859630-2e10-4f6b-bbb1-2427d97c2503, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [bf859630-2e10-4f6b-bbb1-2427d97c2503, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [bf859630-2e10-4f6b-bbb1-2427d97c2503, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [bf859630-2e10-4f6b-bbb1-2427d97c2503, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [55770353-a440-4f2b-8e0d-76a5012a1ad9, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 61824dd4-469c-49ac-ae4c-dee2ac429ca7] [55770353-a440-4f2b-8e0d-76a5012a1ad9, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [5f36aaf6-5672-4197-b128-2897976523db, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [5f36aaf6-5672-4197-b128-2897976523db, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5f36aaf6-5672-4197-b128-2897976523db, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5f36aaf6-5672-4197-b128-2897976523db, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [5f36aaf6-5672-4197-b128-2897976523db, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [5f36aaf6-5672-4197-b128-2897976523db, http://www.w3.org/ns/shacl#pattern, "^B"] [5f36aaf6-5672-4197-b128-2897976523db, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [5f36aaf6-5672-4197-b128-2897976523db, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fef40b2d-9fe3-4716-876e-6a2f13036502, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [fef40b2d-9fe3-4716-876e-6a2f13036502, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [fef40b2d-9fe3-4716-876e-6a2f13036502, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [fef40b2d-9fe3-4716-876e-6a2f13036502, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca, http://www.w3.org/ns/shacl#in, aca53b32-b2fb-4047-8350-6cef345b31d4] [18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca, 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, 3a8b7db3-1f60-4baa-9cd9-5700d5b42308] [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, 5b8c8383-1275-47d0-a2b6-7afbef0b6f53] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ec1aa78d-b292-4e1a-a680-1c400059185e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fef40b2d-9fe3-4716-876e-6a2f13036502] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 013e8a66-ac7b-4f25-97ac-d45d080a3473] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5f36aaf6-5672-4197-b128-2897976523db] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bf859630-2e10-4f6b-bbb1-2427d97c2503] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca]>
22:52:15.381 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:15.382 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:15.384 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:3a8b7db3-1f60-4baa-9cd9-5700d5b42308,_:013e8a66-ac7b-4f25-97ac-d45d080a3473,_:ec1aa78d-b292-4e1a-a680-1c400059185e,_:5f36aaf6-5672-4197-b128-2897976523db,_:fef40b2d-9fe3-4716-876e-6a2f13036502,_:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca,_:bf859630-2e10-4f6b-bbb1-2427d97c2503,_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53. Pending nodes: 
22:52:15.385 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3a8b7db3-1f60-4baa-9cd9-5700d5b42308
22:52:15.386 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:013e8a66-ac7b-4f25-97ac-d45d080a3473
22:52:15.387 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ec1aa78d-b292-4e1a-a680-1c400059185e
22:52:15.389 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5f36aaf6-5672-4197-b128-2897976523db
22:52:15.391 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fef40b2d-9fe3-4716-876e-6a2f13036502
22:52:15.392 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca
22:52:15.393 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bf859630-2e10-4f6b-bbb1-2427d97c2503
22:52:15.394 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5b8c8383-1275-47d0-a2b6-7afbef0b6f53
22:52:15.395 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5b8c8383-1275-47d0-a2b6-7afbef0b6f53
22:52:15.396 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bf859630-2e10-4f6b-bbb1-2427d97c2503
22:52:15.396 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:15.396 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca
22:52:15.396 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fef40b2d-9fe3-4716-876e-6a2f13036502
22:52:15.396 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5f36aaf6-5672-4197-b128-2897976523db
22:52:15.396 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ec1aa78d-b292-4e1a-a680-1c400059185e
22:52:15.396 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:013e8a66-ac7b-4f25-97ac-d45d080a3473
22:52:15.396 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3a8b7db3-1f60-4baa-9cd9-5700d5b42308
22:52:15.396 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5b8c8383-1275-47d0-a2b6-7afbef0b6f53 = 
22:52:15.396 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5b8c8383-1275-47d0-a2b6-7afbef0b6f53 = 
22:52:15.396 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5b8c8383-1275-47d0-a2b6-7afbef0b6f53: 
22:52:15.397 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bf859630-2e10-4f6b-bbb1-2427d97c2503 = 
22:52:15.397 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bf859630-2e10-4f6b-bbb1-2427d97c2503 = 
22:52:15.397 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bf859630-2e10-4f6b-bbb1-2427d97c2503: 
22:52:15.397 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:15.397 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:15.398 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:15.398 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:15.398 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:15.398 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:3a8b7db3-1f60-4baa-9cd9-5700d5b42308,_:013e8a66-ac7b-4f25-97ac-d45d080a3473,_:ec1aa78d-b292-4e1a-a680-1c400059185e,_:5f36aaf6-5672-4197-b128-2897976523db,_:fef40b2d-9fe3-4716-876e-6a2f13036502,_:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca,_:bf859630-2e10-4f6b-bbb1-2427d97c2503,_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53)
22:52:15.398 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3a8b7db3-1f60-4baa-9cd9-5700d5b42308)
22:52:15.398 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:013e8a66-ac7b-4f25-97ac-d45d080a3473)
22:52:15.398 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ec1aa78d-b292-4e1a-a680-1c400059185e)
22:52:15.398 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5f36aaf6-5672-4197-b128-2897976523db)
22:52:15.398 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fef40b2d-9fe3-4716-876e-6a2f13036502)
22:52:15.399 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca)
22:52:15.399 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bf859630-2e10-4f6b-bbb1-2427d97c2503)
22:52:15.399 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53)
22:52:15.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.400 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3a8b7db3-1f60-4baa-9cd9-5700d5b42308=ShapeTyping(TypingMap(Map()))
22:52:15.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.401 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:013e8a66-ac7b-4f25-97ac-d45d080a3473=ShapeTyping(TypingMap(Map()))
22:52:15.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.403 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ec1aa78d-b292-4e1a-a680-1c400059185e],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:15.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.404 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ec1aa78d-b292-4e1a-a680-1c400059185e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3a8b7db3-1f60-4baa-9cd9-5700d5b42308), ShapeRef(_:013e8a66-ac7b-4f25-97ac-d45d080a3473), ShapeRef(_:ec1aa78d-b292-4e1a-a680-1c400059185e), ShapeRef(_:5f36aaf6-5672-4197-b128-2897976523db), ShapeRef(_:fef40b2d-9fe3-4716-876e-6a2f13036502), ShapeRef(_:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca), ShapeRef(_:bf859630-2e10-4f6b-bbb1-2427d97c2503), ShapeRef(_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ec1aa78d-b292-4e1a-a680-1c400059185e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.407 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5f36aaf6-5672-4197-b128-2897976523db],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:15.407 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5f36aaf6-5672-4197-b128-2897976523db=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3a8b7db3-1f60-4baa-9cd9-5700d5b42308), ShapeRef(_:013e8a66-ac7b-4f25-97ac-d45d080a3473), ShapeRef(_:ec1aa78d-b292-4e1a-a680-1c400059185e), ShapeRef(_:5f36aaf6-5672-4197-b128-2897976523db), ShapeRef(_:fef40b2d-9fe3-4716-876e-6a2f13036502), ShapeRef(_:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca), ShapeRef(_:bf859630-2e10-4f6b-bbb1-2427d97c2503), ShapeRef(_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5f36aaf6-5672-4197-b128-2897976523db,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.408 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fef40b2d-9fe3-4716-876e-6a2f13036502=ShapeTyping(TypingMap(Map()))
22:52:15.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.409 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca=ShapeTyping(TypingMap(Map()))
22:52:15.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.411 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:15.309Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:bf859630-2e10-4f6b-bbb1-2427d97c2503],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:15.411 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bf859630-2e10-4f6b-bbb1-2427d97c2503=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3a8b7db3-1f60-4baa-9cd9-5700d5b42308), ShapeRef(_:013e8a66-ac7b-4f25-97ac-d45d080a3473), ShapeRef(_:ec1aa78d-b292-4e1a-a680-1c400059185e), ShapeRef(_:5f36aaf6-5672-4197-b128-2897976523db), ShapeRef(_:fef40b2d-9fe3-4716-876e-6a2f13036502), ShapeRef(_:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca), ShapeRef(_:bf859630-2e10-4f6b-bbb1-2427d97c2503), ShapeRef(_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bf859630-2e10-4f6b-bbb1-2427d97c2503,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.414 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:15.414 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.414 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.415 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3a8b7db3-1f60-4baa-9cd9-5700d5b42308), ShapeRef(_:013e8a66-ac7b-4f25-97ac-d45d080a3473), ShapeRef(_:ec1aa78d-b292-4e1a-a680-1c400059185e), ShapeRef(_:5f36aaf6-5672-4197-b128-2897976523db), ShapeRef(_:fef40b2d-9fe3-4716-876e-6a2f13036502), ShapeRef(_:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca), ShapeRef(_:bf859630-2e10-4f6b-bbb1-2427d97c2503), ShapeRef(_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:15.416 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:3a8b7db3-1f60-4baa-9cd9-5700d5b42308,_:013e8a66-ac7b-4f25-97ac-d45d080a3473,_:ec1aa78d-b292-4e1a-a680-1c400059185e,_:5f36aaf6-5672-4197-b128-2897976523db,_:fef40b2d-9fe3-4716-876e-6a2f13036502,_:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca,_:bf859630-2e10-4f6b-bbb1-2427d97c2503,_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:5f36aaf6-5672-4197-b128-2897976523db,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:bf859630-2e10-4f6b-bbb1-2427d97c2503,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:3a8b7db3-1f60-4baa-9cd9-5700d5b42308), ShapeRef(_:013e8a66-ac7b-4f25-97ac-d45d080a3473), ShapeRef(_:ec1aa78d-b292-4e1a-a680-1c400059185e), ShapeRef(_:5f36aaf6-5672-4197-b128-2897976523db), ShapeRef(_:fef40b2d-9fe3-4716-876e-6a2f13036502), ShapeRef(_:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca), ShapeRef(_:bf859630-2e10-4f6b-bbb1-2427d97c2503), ShapeRef(_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ec1aa78d-b292-4e1a-a680-1c400059185e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.416 [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(_:5f36aaf6-5672-4197-b128-2897976523db,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:bf859630-2e10-4f6b-bbb1-2427d97c2503,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:3a8b7db3-1f60-4baa-9cd9-5700d5b42308), ShapeRef(_:013e8a66-ac7b-4f25-97ac-d45d080a3473), ShapeRef(_:ec1aa78d-b292-4e1a-a680-1c400059185e), ShapeRef(_:5f36aaf6-5672-4197-b128-2897976523db), ShapeRef(_:fef40b2d-9fe3-4716-876e-6a2f13036502), ShapeRef(_:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca), ShapeRef(_:bf859630-2e10-4f6b-bbb1-2427d97c2503), ShapeRef(_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ec1aa78d-b292-4e1a-a680-1c400059185e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.416 [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(_:5f36aaf6-5672-4197-b128-2897976523db,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:bf859630-2e10-4f6b-bbb1-2427d97c2503,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:3a8b7db3-1f60-4baa-9cd9-5700d5b42308), ShapeRef(_:013e8a66-ac7b-4f25-97ac-d45d080a3473), ShapeRef(_:ec1aa78d-b292-4e1a-a680-1c400059185e), ShapeRef(_:5f36aaf6-5672-4197-b128-2897976523db), ShapeRef(_:fef40b2d-9fe3-4716-876e-6a2f13036502), ShapeRef(_:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca), ShapeRef(_:bf859630-2e10-4f6b-bbb1-2427d97c2503), ShapeRef(_:5b8c8383-1275-47d0-a2b6-7afbef0b6f53)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ec1aa78d-b292-4e1a-a680-1c400059185e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.417 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca = 
22:52:15.417 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca = 
22:52:15.417 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:18c75fd3-bc7a-4e6a-9463-4b7fea0c67ca: 
22:52:15.417 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fef40b2d-9fe3-4716-876e-6a2f13036502 = 
22:52:15.417 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fef40b2d-9fe3-4716-876e-6a2f13036502 = 
22:52:15.480 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fef40b2d-9fe3-4716-876e-6a2f13036502: 
22:52:15.481 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5f36aaf6-5672-4197-b128-2897976523db = 
22:52:15.481 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5f36aaf6-5672-4197-b128-2897976523db = 
22:52:15.481 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5f36aaf6-5672-4197-b128-2897976523db: 
22:52:15.481 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ec1aa78d-b292-4e1a-a680-1c400059185e = 
22:52:15.481 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ec1aa78d-b292-4e1a-a680-1c400059185e = 
22:52:15.481 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ec1aa78d-b292-4e1a-a680-1c400059185e: 
22:52:15.482 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:013e8a66-ac7b-4f25-97ac-d45d080a3473 = 
22:52:15.482 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:013e8a66-ac7b-4f25-97ac-d45d080a3473 = 
22:52:15.482 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:013e8a66-ac7b-4f25-97ac-d45d080a3473: 
22:52:15.482 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3a8b7db3-1f60-4baa-9cd9-5700d5b42308 = 
22:52:15.482 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3a8b7db3-1f60-4baa-9cd9-5700d5b42308 = 
22:52:15.482 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3a8b7db3-1f60-4baa-9cd9-5700d5b42308: 
22:52:15.485 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

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

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

22:52:15.488 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:15.488 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:15.489 [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-07T22:52:15.489Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Catalyzer" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
22:52:15.502 [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-07T22:52:15.489Z"^^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-07T22:52:15.489Z"^^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:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
22:52:15.504 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {92c14289-f451-48f6-9e18-1f0bf5569175 @sh:path http://www.sampledomain.org/sam#integerProperty2; 92c14289-f451-48f6-9e18-1f0bf5569175 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 92c14289-f451-48f6-9e18-1f0bf5569175 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 92c14289-f451-48f6-9e18-1f0bf5569175 @rdf:type sh:Property; da0195e9-9901-4883-af22-55cdc2281e13 @sh:path http://www.sampledomain.org/sam#aStringProperty; da0195e9-9901-4883-af22-55cdc2281e13 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; da0195e9-9901-4883-af22-55cdc2281e13 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; da0195e9-9901-4883-af22-55cdc2281e13 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; da0195e9-9901-4883-af22-55cdc2281e13 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; da0195e9-9901-4883-af22-55cdc2281e13 @sh:pattern "^B"; da0195e9-9901-4883-af22-55cdc2281e13 @sh:description "a Simple Single String Property"; da0195e9-9901-4883-af22-55cdc2281e13 @rdf:type sh:Property; 11e34050-57a5-40fc-a314-2a0bfbc0a609 @sh:path http://www.sampledomain.org/sam#integerProperty3; 11e34050-57a5-40fc-a314-2a0bfbc0a609 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 11e34050-57a5-40fc-a314-2a0bfbc0a609 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 11e34050-57a5-40fc-a314-2a0bfbc0a609 @rdf:type sh:Property; e84a4c6c-b23e-4de5-9982-358ef3a9ef44 @rdf:rest 4a6254fc-a0a3-40d1-bd13-76e5d7f96bf2...} |  [92c14289-f451-48f6-9e18-1f0bf5569175, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [92c14289-f451-48f6-9e18-1f0bf5569175, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [92c14289-f451-48f6-9e18-1f0bf5569175, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [92c14289-f451-48f6-9e18-1f0bf5569175, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [da0195e9-9901-4883-af22-55cdc2281e13, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [da0195e9-9901-4883-af22-55cdc2281e13, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [da0195e9-9901-4883-af22-55cdc2281e13, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [da0195e9-9901-4883-af22-55cdc2281e13, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [da0195e9-9901-4883-af22-55cdc2281e13, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [da0195e9-9901-4883-af22-55cdc2281e13, http://www.w3.org/ns/shacl#pattern, "^B"] [da0195e9-9901-4883-af22-55cdc2281e13, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [da0195e9-9901-4883-af22-55cdc2281e13, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [11e34050-57a5-40fc-a314-2a0bfbc0a609, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [11e34050-57a5-40fc-a314-2a0bfbc0a609, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [11e34050-57a5-40fc-a314-2a0bfbc0a609, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [11e34050-57a5-40fc-a314-2a0bfbc0a609, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e84a4c6c-b23e-4de5-9982-358ef3a9ef44, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 4a6254fc-a0a3-40d1-bd13-76e5d7f96bf2] [e84a4c6c-b23e-4de5-9982-358ef3a9ef44, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [8e2d72cd-9e56-45a9-ad22-3e75dc6baaca, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e84a4c6c-b23e-4de5-9982-358ef3a9ef44] [8e2d72cd-9e56-45a9-ad22-3e75dc6baaca, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b17ff817-3a4b-44e1-a618-583c53729af4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [b17ff817-3a4b-44e1-a618-583c53729af4, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b17ff817-3a4b-44e1-a618-583c53729af4, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b17ff817-3a4b-44e1-a618-583c53729af4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b17ff817-3a4b-44e1-a618-583c53729af4, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b17ff817-3a4b-44e1-a618-583c53729af4, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b17ff817-3a4b-44e1-a618-583c53729af4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5e97aacc-857e-41f0-83bc-0253b85adb5e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [5e97aacc-857e-41f0-83bc-0253b85adb5e, http://www.w3.org/ns/shacl#in, 8e2d72cd-9e56-45a9-ad22-3e75dc6baaca] [5e97aacc-857e-41f0-83bc-0253b85adb5e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b9f8c190-9391-436f-b5b6-eb570fec9856, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [b9f8c190-9391-436f-b5b6-eb570fec9856, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b9f8c190-9391-436f-b5b6-eb570fec9856, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b9f8c190-9391-436f-b5b6-eb570fec9856, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4a6254fc-a0a3-40d1-bd13-76e5d7f96bf2, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [4a6254fc-a0a3-40d1-bd13-76e5d7f96bf2, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [1ddedec7-9552-4a69-90eb-05c255da66c1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [1ddedec7-9552-4a69-90eb-05c255da66c1, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [1ddedec7-9552-4a69-90eb-05c255da66c1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d67e4834-cc8b-4759-8604-6c345de094b5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [d67e4834-cc8b-4759-8604-6c345de094b5, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d67e4834-cc8b-4759-8604-6c345de094b5, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d67e4834-cc8b-4759-8604-6c345de094b5, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d67e4834-cc8b-4759-8604-6c345de094b5, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d67e4834-cc8b-4759-8604-6c345de094b5, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d67e4834-cc8b-4759-8604-6c345de094b5, 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, 1ddedec7-9552-4a69-90eb-05c255da66c1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d67e4834-cc8b-4759-8604-6c345de094b5] [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, b9f8c190-9391-436f-b5b6-eb570fec9856] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 92c14289-f451-48f6-9e18-1f0bf5569175] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5e97aacc-857e-41f0-83bc-0253b85adb5e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b17ff817-3a4b-44e1-a618-583c53729af4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 11e34050-57a5-40fc-a314-2a0bfbc0a609] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, da0195e9-9901-4883-af22-55cdc2281e13]>
22:52:15.505 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:15.507 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:15.509 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:1ddedec7-9552-4a69-90eb-05c255da66c1,_:b9f8c190-9391-436f-b5b6-eb570fec9856,_:da0195e9-9901-4883-af22-55cdc2281e13,_:b17ff817-3a4b-44e1-a618-583c53729af4,_:11e34050-57a5-40fc-a314-2a0bfbc0a609,_:5e97aacc-857e-41f0-83bc-0253b85adb5e,_:d67e4834-cc8b-4759-8604-6c345de094b5,_:92c14289-f451-48f6-9e18-1f0bf5569175. Pending nodes: 
22:52:15.509 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1ddedec7-9552-4a69-90eb-05c255da66c1
22:52:15.510 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b9f8c190-9391-436f-b5b6-eb570fec9856
22:52:15.511 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:da0195e9-9901-4883-af22-55cdc2281e13
22:52:15.514 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b17ff817-3a4b-44e1-a618-583c53729af4
22:52:15.516 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:11e34050-57a5-40fc-a314-2a0bfbc0a609
22:52:15.517 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5e97aacc-857e-41f0-83bc-0253b85adb5e
22:52:15.518 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d67e4834-cc8b-4759-8604-6c345de094b5
22:52:15.520 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:92c14289-f451-48f6-9e18-1f0bf5569175
22:52:15.521 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:15.521 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:92c14289-f451-48f6-9e18-1f0bf5569175
22:52:15.521 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d67e4834-cc8b-4759-8604-6c345de094b5
22:52:15.521 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5e97aacc-857e-41f0-83bc-0253b85adb5e
22:52:15.521 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:11e34050-57a5-40fc-a314-2a0bfbc0a609
22:52:15.521 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b17ff817-3a4b-44e1-a618-583c53729af4
22:52:15.521 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:da0195e9-9901-4883-af22-55cdc2281e13
22:52:15.521 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b9f8c190-9391-436f-b5b6-eb570fec9856
22:52:15.521 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1ddedec7-9552-4a69-90eb-05c255da66c1
22:52:15.522 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:15.522 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:15.522 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:15.522 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:15.522 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:15.522 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:1ddedec7-9552-4a69-90eb-05c255da66c1,_:b9f8c190-9391-436f-b5b6-eb570fec9856,_:da0195e9-9901-4883-af22-55cdc2281e13,_:b17ff817-3a4b-44e1-a618-583c53729af4,_:11e34050-57a5-40fc-a314-2a0bfbc0a609,_:5e97aacc-857e-41f0-83bc-0253b85adb5e,_:d67e4834-cc8b-4759-8604-6c345de094b5,_:92c14289-f451-48f6-9e18-1f0bf5569175)
22:52:15.522 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1ddedec7-9552-4a69-90eb-05c255da66c1)
22:52:15.522 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b9f8c190-9391-436f-b5b6-eb570fec9856)
22:52:15.522 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da0195e9-9901-4883-af22-55cdc2281e13)
22:52:15.523 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b17ff817-3a4b-44e1-a618-583c53729af4)
22:52:15.523 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:11e34050-57a5-40fc-a314-2a0bfbc0a609)
22:52:15.523 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e97aacc-857e-41f0-83bc-0253b85adb5e)
22:52:15.523 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d67e4834-cc8b-4759-8604-6c345de094b5)
22:52:15.523 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:92c14289-f451-48f6-9e18-1f0bf5569175)
22:52:15.523 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.523 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.524 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1ddedec7-9552-4a69-90eb-05c255da66c1=ShapeTyping(TypingMap(Map()))
22:52:15.524 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.524 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.525 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:15.489Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b9f8c190-9391-436f-b5b6-eb570fec9856],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:15.526 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b9f8c190-9391-436f-b5b6-eb570fec9856=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:1ddedec7-9552-4a69-90eb-05c255da66c1), ShapeRef(_:b9f8c190-9391-436f-b5b6-eb570fec9856), ShapeRef(_:da0195e9-9901-4883-af22-55cdc2281e13), ShapeRef(_:b17ff817-3a4b-44e1-a618-583c53729af4), ShapeRef(_:11e34050-57a5-40fc-a314-2a0bfbc0a609), ShapeRef(_:5e97aacc-857e-41f0-83bc-0253b85adb5e), ShapeRef(_:d67e4834-cc8b-4759-8604-6c345de094b5), ShapeRef(_:92c14289-f451-48f6-9e18-1f0bf5569175)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b9f8c190-9391-436f-b5b6-eb570fec9856,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.581 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.581 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.582 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.582 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.583 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.583 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.584 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.584 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.584 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Catalyzer"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:da0195e9-9901-4883-af22-55cdc2281e13],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:15.585 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da0195e9-9901-4883-af22-55cdc2281e13=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:1ddedec7-9552-4a69-90eb-05c255da66c1), ShapeRef(_:b9f8c190-9391-436f-b5b6-eb570fec9856), ShapeRef(_:da0195e9-9901-4883-af22-55cdc2281e13), ShapeRef(_:b17ff817-3a4b-44e1-a618-583c53729af4), ShapeRef(_:11e34050-57a5-40fc-a314-2a0bfbc0a609), ShapeRef(_:5e97aacc-857e-41f0-83bc-0253b85adb5e), ShapeRef(_:d67e4834-cc8b-4759-8604-6c345de094b5), ShapeRef(_:92c14289-f451-48f6-9e18-1f0bf5569175)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:da0195e9-9901-4883-af22-55cdc2281e13,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'"))))))))
22:52:15.585 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.585 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.586 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.586 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.587 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.587 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.588 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b17ff817-3a4b-44e1-a618-583c53729af4],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:15.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.589 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b17ff817-3a4b-44e1-a618-583c53729af4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:1ddedec7-9552-4a69-90eb-05c255da66c1), ShapeRef(_:b9f8c190-9391-436f-b5b6-eb570fec9856), ShapeRef(_:da0195e9-9901-4883-af22-55cdc2281e13), ShapeRef(_:b17ff817-3a4b-44e1-a618-583c53729af4), ShapeRef(_:11e34050-57a5-40fc-a314-2a0bfbc0a609), ShapeRef(_:5e97aacc-857e-41f0-83bc-0253b85adb5e), ShapeRef(_:d67e4834-cc8b-4759-8604-6c345de094b5), ShapeRef(_:92c14289-f451-48f6-9e18-1f0bf5569175)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b17ff817-3a4b-44e1-a618-583c53729af4,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:15.589 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.589 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.590 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:11e34050-57a5-40fc-a314-2a0bfbc0a609=ShapeTyping(TypingMap(Map()))
22:52:15.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.591 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e97aacc-857e-41f0-83bc-0253b85adb5e=ShapeTyping(TypingMap(Map()))
22:52:15.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.592 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d67e4834-cc8b-4759-8604-6c345de094b5],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:15.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.593 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d67e4834-cc8b-4759-8604-6c345de094b5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:1ddedec7-9552-4a69-90eb-05c255da66c1), ShapeRef(_:b9f8c190-9391-436f-b5b6-eb570fec9856), ShapeRef(_:da0195e9-9901-4883-af22-55cdc2281e13), ShapeRef(_:b17ff817-3a4b-44e1-a618-583c53729af4), ShapeRef(_:11e34050-57a5-40fc-a314-2a0bfbc0a609), ShapeRef(_:5e97aacc-857e-41f0-83bc-0253b85adb5e), ShapeRef(_:d67e4834-cc8b-4759-8604-6c345de094b5), ShapeRef(_:92c14289-f451-48f6-9e18-1f0bf5569175)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d67e4834-cc8b-4759-8604-6c345de094b5,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.594 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:92c14289-f451-48f6-9e18-1f0bf5569175=ShapeTyping(TypingMap(Map()))
22:52:15.598 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:1ddedec7-9552-4a69-90eb-05c255da66c1,_:b9f8c190-9391-436f-b5b6-eb570fec9856,_:da0195e9-9901-4883-af22-55cdc2281e13,_:b17ff817-3a4b-44e1-a618-583c53729af4,_:11e34050-57a5-40fc-a314-2a0bfbc0a609,_:5e97aacc-857e-41f0-83bc-0253b85adb5e,_:d67e4834-cc8b-4759-8604-6c345de094b5,_:92c14289-f451-48f6-9e18-1f0bf5569175)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:b9f8c190-9391-436f-b5b6-eb570fec9856,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b17ff817-3a4b-44e1-a618-583c53729af4,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:d67e4834-cc8b-4759-8604-6c345de094b5,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:da0195e9-9901-4883-af22-55cdc2281e13,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Catalyzer": LiteralValue("pattern violation. Expected "Catalyzer" to match '^B'")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:1ddedec7-9552-4a69-90eb-05c255da66c1), ShapeRef(_:b9f8c190-9391-436f-b5b6-eb570fec9856), ShapeRef(_:da0195e9-9901-4883-af22-55cdc2281e13), ShapeRef(_:b17ff817-3a4b-44e1-a618-583c53729af4), ShapeRef(_:11e34050-57a5-40fc-a314-2a0bfbc0a609), ShapeRef(_:5e97aacc-857e-41f0-83bc-0253b85adb5e), ShapeRef(_:d67e4834-cc8b-4759-8604-6c345de094b5), ShapeRef(_:92c14289-f451-48f6-9e18-1f0bf5569175)),false,List()) -> TypingResult(Valid(List()))))))
22:52:15.599 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:b9f8c190-9391-436f-b5b6-eb570fec9856,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b17ff817-3a4b-44e1-a618-583c53729af4,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:d67e4834-cc8b-4759-8604-6c345de094b5,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:da0195e9-9901-4883-af22-55cdc2281e13,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Catalyzer": LiteralValue("pattern violation. Expected "Catalyzer" to match '^B'")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:1ddedec7-9552-4a69-90eb-05c255da66c1), ShapeRef(_:b9f8c190-9391-436f-b5b6-eb570fec9856), ShapeRef(_:da0195e9-9901-4883-af22-55cdc2281e13), ShapeRef(_:b17ff817-3a4b-44e1-a618-583c53729af4), ShapeRef(_:11e34050-57a5-40fc-a314-2a0bfbc0a609), ShapeRef(_:5e97aacc-857e-41f0-83bc-0253b85adb5e), ShapeRef(_:d67e4834-cc8b-4759-8604-6c345de094b5), ShapeRef(_:92c14289-f451-48f6-9e18-1f0bf5569175)),false,List()) -> TypingResult(Valid(List()))))))
22:52:15.599 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:b9f8c190-9391-436f-b5b6-eb570fec9856,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b17ff817-3a4b-44e1-a618-583c53729af4,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:d67e4834-cc8b-4759-8604-6c345de094b5,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:da0195e9-9901-4883-af22-55cdc2281e13,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Catalyzer": LiteralValue("pattern violation. Expected "Catalyzer" to match '^B'")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:1ddedec7-9552-4a69-90eb-05c255da66c1), ShapeRef(_:b9f8c190-9391-436f-b5b6-eb570fec9856), ShapeRef(_:da0195e9-9901-4883-af22-55cdc2281e13), ShapeRef(_:b17ff817-3a4b-44e1-a618-583c53729af4), ShapeRef(_:11e34050-57a5-40fc-a314-2a0bfbc0a609), ShapeRef(_:5e97aacc-857e-41f0-83bc-0253b85adb5e), ShapeRef(_:d67e4834-cc8b-4759-8604-6c345de094b5), ShapeRef(_:92c14289-f451-48f6-9e18-1f0bf5569175)),false,List()) -> TypingResult(Valid(List()))))))
22:52:15.600 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:92c14289-f451-48f6-9e18-1f0bf5569175 = 
22:52:15.600 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:92c14289-f451-48f6-9e18-1f0bf5569175 = 
22:52:15.600 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:92c14289-f451-48f6-9e18-1f0bf5569175: 
22:52:15.600 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d67e4834-cc8b-4759-8604-6c345de094b5 = 
22:52:15.600 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d67e4834-cc8b-4759-8604-6c345de094b5 = 
22:52:15.600 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d67e4834-cc8b-4759-8604-6c345de094b5: 
22:52:15.600 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5e97aacc-857e-41f0-83bc-0253b85adb5e = 
22:52:15.600 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5e97aacc-857e-41f0-83bc-0253b85adb5e = 
22:52:15.600 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5e97aacc-857e-41f0-83bc-0253b85adb5e: 
22:52:15.600 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:11e34050-57a5-40fc-a314-2a0bfbc0a609 = 
22:52:15.601 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:11e34050-57a5-40fc-a314-2a0bfbc0a609 = 
22:52:15.601 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:11e34050-57a5-40fc-a314-2a0bfbc0a609: 
22:52:15.601 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b17ff817-3a4b-44e1-a618-583c53729af4 = 
22:52:15.601 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b17ff817-3a4b-44e1-a618-583c53729af4 = 
22:52:15.601 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b17ff817-3a4b-44e1-a618-583c53729af4: 
22:52:15.601 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:da0195e9-9901-4883-af22-55cdc2281e13 = 
22:52:15.601 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:da0195e9-9901-4883-af22-55cdc2281e13 = 
22:52:15.601 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:da0195e9-9901-4883-af22-55cdc2281e13: 
22:52:15.601 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b9f8c190-9391-436f-b5b6-eb570fec9856 = 
22:52:15.601 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b9f8c190-9391-436f-b5b6-eb570fec9856 = 
22:52:15.601 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b9f8c190-9391-436f-b5b6-eb570fec9856: 
22:52:15.601 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1ddedec7-9552-4a69-90eb-05c255da66c1 = 
22:52:15.602 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1ddedec7-9552-4a69-90eb-05c255da66c1 = 
22:52:15.602 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1ddedec7-9552-4a69-90eb-05c255da66c1: 
22:52:15.604 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

22:52:15.608 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:15.608 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:15.608 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
22:52:15.608 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:15.609 [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.293 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-07T22:52:15.609Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
22:52:15.619 [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-07T22:52:15.609Z"^^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-07T22:52:15.609Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
22:52:15.621 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {09d76b83-7d6e-40ca-9c33-da3f11b84df9 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 09d76b83-7d6e-40ca-9c33-da3f11b84df9 @sh:in 551a501c-797e-4c42-8d36-e9171dcabf16; 09d76b83-7d6e-40ca-9c33-da3f11b84df9 @rdf:type sh:Property; f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f @sh:datatype http://www.w3.org/2001/XMLSchema#integer; f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f @rdf:type sh:Property; ee960a59-288d-49d1-9585-252e2fa2098d @rdf:rest rdf:nil; ee960a59-288d-49d1-9585-252e2fa2098d @rdf:first "C"; be8e5cca-c822-48a6-8da5-2b3b6ec880e8 @sh:path http://www.sampledomain.org/sam#integerProperty3; be8e5cca-c822-48a6-8da5-2b3b6ec880e8 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; be8e5cca-c822-48a6-8da5-2b3b6ec880e8 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; be8e5cca-c822-48a6-8da5-2b3b6ec880e8 @rdf:type sh:Property; db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc @sh:path http://www.sampledomain.org/sam#aReferenceProperty...} |  [09d76b83-7d6e-40ca-9c33-da3f11b84df9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [09d76b83-7d6e-40ca-9c33-da3f11b84df9, http://www.w3.org/ns/shacl#in, 551a501c-797e-4c42-8d36-e9171dcabf16] [09d76b83-7d6e-40ca-9c33-da3f11b84df9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ee960a59-288d-49d1-9585-252e2fa2098d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [ee960a59-288d-49d1-9585-252e2fa2098d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [be8e5cca-c822-48a6-8da5-2b3b6ec880e8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [be8e5cca-c822-48a6-8da5-2b3b6ec880e8, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [be8e5cca-c822-48a6-8da5-2b3b6ec880e8, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [be8e5cca-c822-48a6-8da5-2b3b6ec880e8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b11b2001-6b7c-4af7-a878-58c6aa0058e9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [b11b2001-6b7c-4af7-a878-58c6aa0058e9, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b11b2001-6b7c-4af7-a878-58c6aa0058e9, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b11b2001-6b7c-4af7-a878-58c6aa0058e9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8030f4c4-0812-413e-83b9-592e1d383c6d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [8030f4c4-0812-413e-83b9-592e1d383c6d, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8030f4c4-0812-413e-83b9-592e1d383c6d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8030f4c4-0812-413e-83b9-592e1d383c6d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [551a501c-797e-4c42-8d36-e9171dcabf16, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, d0664a5c-39f8-4a8e-9f93-7c568cce53d5] [551a501c-797e-4c42-8d36-e9171dcabf16, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [45765e5d-29ea-4831-aa15-44fa0cbb6994, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [45765e5d-29ea-4831-aa15-44fa0cbb6994, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [45765e5d-29ea-4831-aa15-44fa0cbb6994, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [45765e5d-29ea-4831-aa15-44fa0cbb6994, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [45765e5d-29ea-4831-aa15-44fa0cbb6994, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [45765e5d-29ea-4831-aa15-44fa0cbb6994, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [45765e5d-29ea-4831-aa15-44fa0cbb6994, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c8b48edf-5dfc-4d25-b8f2-3840f2c752ba, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [c8b48edf-5dfc-4d25-b8f2-3840f2c752ba, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c8b48edf-5dfc-4d25-b8f2-3840f2c752ba, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c8b48edf-5dfc-4d25-b8f2-3840f2c752ba, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [c8b48edf-5dfc-4d25-b8f2-3840f2c752ba, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [c8b48edf-5dfc-4d25-b8f2-3840f2c752ba, http://www.w3.org/ns/shacl#pattern, "^B"] [c8b48edf-5dfc-4d25-b8f2-3840f2c752ba, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [c8b48edf-5dfc-4d25-b8f2-3840f2c752ba, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d0664a5c-39f8-4a8e-9f93-7c568cce53d5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ee960a59-288d-49d1-9585-252e2fa2098d] [d0664a5c-39f8-4a8e-9f93-7c568cce53d5, 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, f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc] [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, be8e5cca-c822-48a6-8da5-2b3b6ec880e8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c8b48edf-5dfc-4d25-b8f2-3840f2c752ba] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 45765e5d-29ea-4831-aa15-44fa0cbb6994] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 09d76b83-7d6e-40ca-9c33-da3f11b84df9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b11b2001-6b7c-4af7-a878-58c6aa0058e9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8030f4c4-0812-413e-83b9-592e1d383c6d]>
22:52:15.622 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:15.623 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:15.625 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:45765e5d-29ea-4831-aa15-44fa0cbb6994,_:be8e5cca-c822-48a6-8da5-2b3b6ec880e8,_:b11b2001-6b7c-4af7-a878-58c6aa0058e9,_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f,_:8030f4c4-0812-413e-83b9-592e1d383c6d,_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba,_:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc,_:09d76b83-7d6e-40ca-9c33-da3f11b84df9. Pending nodes: 
22:52:15.681 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:45765e5d-29ea-4831-aa15-44fa0cbb6994
22:52:15.683 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:be8e5cca-c822-48a6-8da5-2b3b6ec880e8
22:52:15.684 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b11b2001-6b7c-4af7-a878-58c6aa0058e9
22:52:15.685 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f
22:52:15.687 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8030f4c4-0812-413e-83b9-592e1d383c6d
22:52:15.688 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba
22:52:15.690 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc
22:52:15.691 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:09d76b83-7d6e-40ca-9c33-da3f11b84df9
22:52:15.692 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:09d76b83-7d6e-40ca-9c33-da3f11b84df9
22:52:15.692 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:15.692 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc
22:52:15.692 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba
22:52:15.692 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8030f4c4-0812-413e-83b9-592e1d383c6d
22:52:15.692 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f
22:52:15.692 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b11b2001-6b7c-4af7-a878-58c6aa0058e9
22:52:15.692 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:be8e5cca-c822-48a6-8da5-2b3b6ec880e8
22:52:15.692 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:45765e5d-29ea-4831-aa15-44fa0cbb6994
22:52:15.692 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:09d76b83-7d6e-40ca-9c33-da3f11b84df9 = 
22:52:15.692 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:09d76b83-7d6e-40ca-9c33-da3f11b84df9 = 
22:52:15.692 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:09d76b83-7d6e-40ca-9c33-da3f11b84df9: 
22:52:15.692 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:15.692 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:15.693 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:15.693 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:15.693 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:15.693 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:45765e5d-29ea-4831-aa15-44fa0cbb6994,_:be8e5cca-c822-48a6-8da5-2b3b6ec880e8,_:b11b2001-6b7c-4af7-a878-58c6aa0058e9,_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f,_:8030f4c4-0812-413e-83b9-592e1d383c6d,_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba,_:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc,_:09d76b83-7d6e-40ca-9c33-da3f11b84df9)
22:52:15.693 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:45765e5d-29ea-4831-aa15-44fa0cbb6994)
22:52:15.693 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:be8e5cca-c822-48a6-8da5-2b3b6ec880e8)
22:52:15.693 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b11b2001-6b7c-4af7-a878-58c6aa0058e9)
22:52:15.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f)
22:52:15.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8030f4c4-0812-413e-83b9-592e1d383c6d)
22:52:15.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba)
22:52:15.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc)
22:52:15.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:09d76b83-7d6e-40ca-9c33-da3f11b84df9)
22:52:15.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.696 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:45765e5d-29ea-4831-aa15-44fa0cbb6994],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:15.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.697 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:45765e5d-29ea-4831-aa15-44fa0cbb6994=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:45765e5d-29ea-4831-aa15-44fa0cbb6994), ShapeRef(_:be8e5cca-c822-48a6-8da5-2b3b6ec880e8), ShapeRef(_:b11b2001-6b7c-4af7-a878-58c6aa0058e9), ShapeRef(_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f), ShapeRef(_:8030f4c4-0812-413e-83b9-592e1d383c6d), ShapeRef(_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba), ShapeRef(_:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc), ShapeRef(_:09d76b83-7d6e-40ca-9c33-da3f11b84df9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:45765e5d-29ea-4831-aa15-44fa0cbb6994,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.698 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:be8e5cca-c822-48a6-8da5-2b3b6ec880e8=ShapeTyping(TypingMap(Map()))
22:52:15.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.699 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.699 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.699 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b11b2001-6b7c-4af7-a878-58c6aa0058e9=ShapeTyping(TypingMap(Map()))
22:52:15.699 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.699 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.701 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.701 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.701 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:15.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.702 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:45765e5d-29ea-4831-aa15-44fa0cbb6994), ShapeRef(_:be8e5cca-c822-48a6-8da5-2b3b6ec880e8), ShapeRef(_:b11b2001-6b7c-4af7-a878-58c6aa0058e9), ShapeRef(_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f), ShapeRef(_:8030f4c4-0812-413e-83b9-592e1d383c6d), ShapeRef(_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba), ShapeRef(_:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc), ShapeRef(_:09d76b83-7d6e-40ca-9c33-da3f11b84df9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:15.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.703 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.703 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.704 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:15.609Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8030f4c4-0812-413e-83b9-592e1d383c6d],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:15.704 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8030f4c4-0812-413e-83b9-592e1d383c6d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:45765e5d-29ea-4831-aa15-44fa0cbb6994), ShapeRef(_:be8e5cca-c822-48a6-8da5-2b3b6ec880e8), ShapeRef(_:b11b2001-6b7c-4af7-a878-58c6aa0058e9), ShapeRef(_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f), ShapeRef(_:8030f4c4-0812-413e-83b9-592e1d383c6d), ShapeRef(_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba), ShapeRef(_:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc), ShapeRef(_:09d76b83-7d6e-40ca-9c33-da3f11b84df9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8030f4c4-0812-413e-83b9-592e1d383c6d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.704 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.704 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.705 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.705 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.707 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:15.708 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:45765e5d-29ea-4831-aa15-44fa0cbb6994), ShapeRef(_:be8e5cca-c822-48a6-8da5-2b3b6ec880e8), ShapeRef(_:b11b2001-6b7c-4af7-a878-58c6aa0058e9), ShapeRef(_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f), ShapeRef(_:8030f4c4-0812-413e-83b9-592e1d383c6d), ShapeRef(_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba), ShapeRef(_:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc), ShapeRef(_:09d76b83-7d6e-40ca-9c33-da3f11b84df9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.709 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc=ShapeTyping(TypingMap(Map()))
22:52:15.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.709 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:09d76b83-7d6e-40ca-9c33-da3f11b84df9=ShapeTyping(TypingMap(Map()))
22:52:15.710 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:45765e5d-29ea-4831-aa15-44fa0cbb6994,_:be8e5cca-c822-48a6-8da5-2b3b6ec880e8,_:b11b2001-6b7c-4af7-a878-58c6aa0058e9,_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f,_:8030f4c4-0812-413e-83b9-592e1d383c6d,_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba,_:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc,_:09d76b83-7d6e-40ca-9c33-da3f11b84df9)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8030f4c4-0812-413e-83b9-592e1d383c6d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:45765e5d-29ea-4831-aa15-44fa0cbb6994,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:45765e5d-29ea-4831-aa15-44fa0cbb6994), ShapeRef(_:be8e5cca-c822-48a6-8da5-2b3b6ec880e8), ShapeRef(_:b11b2001-6b7c-4af7-a878-58c6aa0058e9), ShapeRef(_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f), ShapeRef(_:8030f4c4-0812-413e-83b9-592e1d383c6d), ShapeRef(_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba), ShapeRef(_:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc), ShapeRef(_:09d76b83-7d6e-40ca-9c33-da3f11b84df9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:15.710 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8030f4c4-0812-413e-83b9-592e1d383c6d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:45765e5d-29ea-4831-aa15-44fa0cbb6994,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:45765e5d-29ea-4831-aa15-44fa0cbb6994), ShapeRef(_:be8e5cca-c822-48a6-8da5-2b3b6ec880e8), ShapeRef(_:b11b2001-6b7c-4af7-a878-58c6aa0058e9), ShapeRef(_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f), ShapeRef(_:8030f4c4-0812-413e-83b9-592e1d383c6d), ShapeRef(_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba), ShapeRef(_:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc), ShapeRef(_:09d76b83-7d6e-40ca-9c33-da3f11b84df9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:15.711 [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(_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8030f4c4-0812-413e-83b9-592e1d383c6d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:45765e5d-29ea-4831-aa15-44fa0cbb6994,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:45765e5d-29ea-4831-aa15-44fa0cbb6994), ShapeRef(_:be8e5cca-c822-48a6-8da5-2b3b6ec880e8), ShapeRef(_:b11b2001-6b7c-4af7-a878-58c6aa0058e9), ShapeRef(_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f), ShapeRef(_:8030f4c4-0812-413e-83b9-592e1d383c6d), ShapeRef(_:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba), ShapeRef(_:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc), ShapeRef(_:09d76b83-7d6e-40ca-9c33-da3f11b84df9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:15.711 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc = 
22:52:15.711 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc = 
22:52:15.711 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:db0ee10a-f035-4acf-88dd-c2b1c4ef5bdc: 
22:52:15.711 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba = 
22:52:15.711 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba = 
22:52:15.711 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c8b48edf-5dfc-4d25-b8f2-3840f2c752ba: 
22:52:15.712 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8030f4c4-0812-413e-83b9-592e1d383c6d = 
22:52:15.712 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8030f4c4-0812-413e-83b9-592e1d383c6d = 
22:52:15.712 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8030f4c4-0812-413e-83b9-592e1d383c6d: 
22:52:15.712 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f = 
22:52:15.712 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f = 
22:52:15.712 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f8ef55e6-41a8-4041-9f7b-e8d15ac5f44f: 
22:52:15.712 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b11b2001-6b7c-4af7-a878-58c6aa0058e9 = 
22:52:15.712 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b11b2001-6b7c-4af7-a878-58c6aa0058e9 = 
22:52:15.712 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b11b2001-6b7c-4af7-a878-58c6aa0058e9: 
22:52:15.712 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:be8e5cca-c822-48a6-8da5-2b3b6ec880e8 = 
22:52:15.712 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:be8e5cca-c822-48a6-8da5-2b3b6ec880e8 = 
22:52:15.712 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:be8e5cca-c822-48a6-8da5-2b3b6ec880e8: 
22:52:15.713 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:45765e5d-29ea-4831-aa15-44fa0cbb6994 = 
22:52:15.713 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:45765e5d-29ea-4831-aa15-44fa0cbb6994 = 
22:52:15.713 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:45765e5d-29ea-4831-aa15-44fa0cbb6994: 
22:52:15.714 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

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

22:52:15.717 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:15.717 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:15.717 [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-07T22:52:15.717Z"^^<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" .
22:52:15.783 [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-07T22:52:15.717Z"^^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-07T22:52:15.717Z"^^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   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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> .
22:52:15.784 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {7800a72e-e4e6-4447-be22-36b4d06120aa @sh:path http://www.sampledomain.org/sam#aSetOfDates; 7800a72e-e4e6-4447-be22-36b4d06120aa @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 7800a72e-e4e6-4447-be22-36b4d06120aa @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 7800a72e-e4e6-4447-be22-36b4d06120aa @rdf:type sh:Property; 22417e81-ed7b-4bfa-bf7d-3cffe1108996 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 22417e81-ed7b-4bfa-bf7d-3cffe1108996 @sh:in 9c5f07b5-b4ff-4c72-b8d4-1cccd60c47b1; 22417e81-ed7b-4bfa-bf7d-3cffe1108996 @rdf:type sh:Property; 1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e @rdf:type sh:Property; a87af1e1-0dbc-4e9c-9d21-7c8c464061b9 @sh:path http://www.sampledomain.org/sam#integerProperty3; a87af1e1-0dbc-4e9c-9d21-7c8c464061b9 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; a87af1e1-0dbc-4e9c-9d21-7c8c464061b9 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer...} |  [7800a72e-e4e6-4447-be22-36b4d06120aa, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [7800a72e-e4e6-4447-be22-36b4d06120aa, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7800a72e-e4e6-4447-be22-36b4d06120aa, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7800a72e-e4e6-4447-be22-36b4d06120aa, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [22417e81-ed7b-4bfa-bf7d-3cffe1108996, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [22417e81-ed7b-4bfa-bf7d-3cffe1108996, http://www.w3.org/ns/shacl#in, 9c5f07b5-b4ff-4c72-b8d4-1cccd60c47b1] [22417e81-ed7b-4bfa-bf7d-3cffe1108996, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a87af1e1-0dbc-4e9c-9d21-7c8c464061b9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [a87af1e1-0dbc-4e9c-9d21-7c8c464061b9, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a87af1e1-0dbc-4e9c-9d21-7c8c464061b9, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a87af1e1-0dbc-4e9c-9d21-7c8c464061b9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9c5f07b5-b4ff-4c72-b8d4-1cccd60c47b1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6e6d90d1-2387-4747-9b39-217d8fc7e3d6] [9c5f07b5-b4ff-4c72-b8d4-1cccd60c47b1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [e7482e2f-75da-4ad7-98be-0354a500c4ac, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [e7482e2f-75da-4ad7-98be-0354a500c4ac, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e7482e2f-75da-4ad7-98be-0354a500c4ac, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e7482e2f-75da-4ad7-98be-0354a500c4ac, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e7482e2f-75da-4ad7-98be-0354a500c4ac, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e7482e2f-75da-4ad7-98be-0354a500c4ac, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e7482e2f-75da-4ad7-98be-0354a500c4ac, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2c24a784-09b7-437d-9185-01f437cdf4d9, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [2c24a784-09b7-437d-9185-01f437cdf4d9, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [b8629422-c99e-43ad-9a25-bbf40b077c76, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [b8629422-c99e-43ad-9a25-bbf40b077c76, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b8629422-c99e-43ad-9a25-bbf40b077c76, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b8629422-c99e-43ad-9a25-bbf40b077c76, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [b8629422-c99e-43ad-9a25-bbf40b077c76, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [b8629422-c99e-43ad-9a25-bbf40b077c76, http://www.w3.org/ns/shacl#pattern, "^B"] [b8629422-c99e-43ad-9a25-bbf40b077c76, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [b8629422-c99e-43ad-9a25-bbf40b077c76, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6e6d90d1-2387-4747-9b39-217d8fc7e3d6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2c24a784-09b7-437d-9185-01f437cdf4d9] [6e6d90d1-2387-4747-9b39-217d8fc7e3d6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [343c69d8-47a6-4551-bd12-3725b83c450c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [343c69d8-47a6-4551-bd12-3725b83c450c, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [343c69d8-47a6-4551-bd12-3725b83c450c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2a35d870-7077-4000-a256-6f9349a4752c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [2a35d870-7077-4000-a256-6f9349a4752c, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [2a35d870-7077-4000-a256-6f9349a4752c, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [2a35d870-7077-4000-a256-6f9349a4752c, 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, 343c69d8-47a6-4551-bd12-3725b83c450c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2a35d870-7077-4000-a256-6f9349a4752c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 22417e81-ed7b-4bfa-bf7d-3cffe1108996] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b8629422-c99e-43ad-9a25-bbf40b077c76] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a87af1e1-0dbc-4e9c-9d21-7c8c464061b9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7800a72e-e4e6-4447-be22-36b4d06120aa] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e7482e2f-75da-4ad7-98be-0354a500c4ac]>
22:52:15.785 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:15.787 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:15.789 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:e7482e2f-75da-4ad7-98be-0354a500c4ac,_:2a35d870-7077-4000-a256-6f9349a4752c,_:343c69d8-47a6-4551-bd12-3725b83c450c,_:b8629422-c99e-43ad-9a25-bbf40b077c76,_:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9,_:22417e81-ed7b-4bfa-bf7d-3cffe1108996,_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e,_:7800a72e-e4e6-4447-be22-36b4d06120aa. Pending nodes: 
22:52:15.790 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e7482e2f-75da-4ad7-98be-0354a500c4ac
22:52:15.791 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2a35d870-7077-4000-a256-6f9349a4752c
22:52:15.792 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:343c69d8-47a6-4551-bd12-3725b83c450c
22:52:15.794 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b8629422-c99e-43ad-9a25-bbf40b077c76
22:52:15.805 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9
22:52:15.806 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:22417e81-ed7b-4bfa-bf7d-3cffe1108996
22:52:15.807 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e
22:52:15.809 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7800a72e-e4e6-4447-be22-36b4d06120aa
22:52:15.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:15.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7800a72e-e4e6-4447-be22-36b4d06120aa
22:52:15.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e
22:52:15.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:22417e81-ed7b-4bfa-bf7d-3cffe1108996
22:52:15.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9
22:52:15.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b8629422-c99e-43ad-9a25-bbf40b077c76
22:52:15.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:343c69d8-47a6-4551-bd12-3725b83c450c
22:52:15.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2a35d870-7077-4000-a256-6f9349a4752c
22:52:15.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e7482e2f-75da-4ad7-98be-0354a500c4ac
22:52:15.810 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:15.810 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:15.811 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:15.811 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:15.811 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:15.811 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e7482e2f-75da-4ad7-98be-0354a500c4ac,_:2a35d870-7077-4000-a256-6f9349a4752c,_:343c69d8-47a6-4551-bd12-3725b83c450c,_:b8629422-c99e-43ad-9a25-bbf40b077c76,_:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9,_:22417e81-ed7b-4bfa-bf7d-3cffe1108996,_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e,_:7800a72e-e4e6-4447-be22-36b4d06120aa)
22:52:15.811 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e7482e2f-75da-4ad7-98be-0354a500c4ac)
22:52:15.811 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2a35d870-7077-4000-a256-6f9349a4752c)
22:52:15.811 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:343c69d8-47a6-4551-bd12-3725b83c450c)
22:52:15.811 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b8629422-c99e-43ad-9a25-bbf40b077c76)
22:52:15.811 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9)
22:52:15.811 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:22417e81-ed7b-4bfa-bf7d-3cffe1108996)
22:52:15.811 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e)
22:52:15.811 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7800a72e-e4e6-4447-be22-36b4d06120aa)
22:52:15.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.814 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e7482e2f-75da-4ad7-98be-0354a500c4ac],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:15.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.815 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e7482e2f-75da-4ad7-98be-0354a500c4ac=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e7482e2f-75da-4ad7-98be-0354a500c4ac), ShapeRef(_:2a35d870-7077-4000-a256-6f9349a4752c), ShapeRef(_:343c69d8-47a6-4551-bd12-3725b83c450c), ShapeRef(_:b8629422-c99e-43ad-9a25-bbf40b077c76), ShapeRef(_:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9), ShapeRef(_:22417e81-ed7b-4bfa-bf7d-3cffe1108996), ShapeRef(_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e), ShapeRef(_:7800a72e-e4e6-4447-be22-36b4d06120aa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e7482e2f-75da-4ad7-98be-0354a500c4ac,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.816 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2a35d870-7077-4000-a256-6f9349a4752c=ShapeTyping(TypingMap(Map()))
22:52:15.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.816 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:343c69d8-47a6-4551-bd12-3725b83c450c=ShapeTyping(TypingMap(Map()))
22:52:15.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.820 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b8629422-c99e-43ad-9a25-bbf40b077c76],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:15.821 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b8629422-c99e-43ad-9a25-bbf40b077c76=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e7482e2f-75da-4ad7-98be-0354a500c4ac), ShapeRef(_:2a35d870-7077-4000-a256-6f9349a4752c), ShapeRef(_:343c69d8-47a6-4551-bd12-3725b83c450c), ShapeRef(_:b8629422-c99e-43ad-9a25-bbf40b077c76), ShapeRef(_:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9), ShapeRef(_:22417e81-ed7b-4bfa-bf7d-3cffe1108996), ShapeRef(_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e), ShapeRef(_:7800a72e-e4e6-4447-be22-36b4d06120aa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b8629422-c99e-43ad-9a25-bbf40b077c76,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.822 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9=ShapeTyping(TypingMap(Map()))
22:52:15.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.825 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:22417e81-ed7b-4bfa-bf7d-3cffe1108996=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e7482e2f-75da-4ad7-98be-0354a500c4ac), ShapeRef(_:2a35d870-7077-4000-a256-6f9349a4752c), ShapeRef(_:343c69d8-47a6-4551-bd12-3725b83c450c), ShapeRef(_:b8629422-c99e-43ad-9a25-bbf40b077c76), ShapeRef(_:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9), ShapeRef(_:22417e81-ed7b-4bfa-bf7d-3cffe1108996), ShapeRef(_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e), ShapeRef(_:7800a72e-e4e6-4447-be22-36b4d06120aa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:22417e81-ed7b-4bfa-bf7d-3cffe1108996,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"))"))))))))
22:52:15.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.827 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(6), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:15.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.828 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e7482e2f-75da-4ad7-98be-0354a500c4ac), ShapeRef(_:2a35d870-7077-4000-a256-6f9349a4752c), ShapeRef(_:343c69d8-47a6-4551-bd12-3725b83c450c), ShapeRef(_:b8629422-c99e-43ad-9a25-bbf40b077c76), ShapeRef(_:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9), ShapeRef(_:22417e81-ed7b-4bfa-bf7d-3cffe1108996), ShapeRef(_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e), ShapeRef(_:7800a72e-e4e6-4447-be22-36b4d06120aa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),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>)))))))
22:52:15.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.881 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.881 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.881 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:15.717Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7800a72e-e4e6-4447-be22-36b4d06120aa],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:15.882 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7800a72e-e4e6-4447-be22-36b4d06120aa=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e7482e2f-75da-4ad7-98be-0354a500c4ac), ShapeRef(_:2a35d870-7077-4000-a256-6f9349a4752c), ShapeRef(_:343c69d8-47a6-4551-bd12-3725b83c450c), ShapeRef(_:b8629422-c99e-43ad-9a25-bbf40b077c76), ShapeRef(_:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9), ShapeRef(_:22417e81-ed7b-4bfa-bf7d-3cffe1108996), ShapeRef(_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e), ShapeRef(_:7800a72e-e4e6-4447-be22-36b4d06120aa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7800a72e-e4e6-4447-be22-36b4d06120aa,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.882 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e7482e2f-75da-4ad7-98be-0354a500c4ac,_:2a35d870-7077-4000-a256-6f9349a4752c,_:343c69d8-47a6-4551-bd12-3725b83c450c,_:b8629422-c99e-43ad-9a25-bbf40b077c76,_:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9,_:22417e81-ed7b-4bfa-bf7d-3cffe1108996,_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e,_:7800a72e-e4e6-4447-be22-36b4d06120aa)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:22417e81-ed7b-4bfa-bf7d-3cffe1108996,PredicatePath(<http://www.sampledomain.org/sam#anotherStringProperty>),List(In(List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A")))),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "D": LiteralValue("In violation. Expected "D" to be in List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A"))")))), PropertyShape(_:e7482e2f-75da-4ad7-98be-0354a500c4ac,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b8629422-c99e-43ad-9a25-bbf40b077c76,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:e7482e2f-75da-4ad7-98be-0354a500c4ac), ShapeRef(_:2a35d870-7077-4000-a256-6f9349a4752c), ShapeRef(_:343c69d8-47a6-4551-bd12-3725b83c450c), ShapeRef(_:b8629422-c99e-43ad-9a25-bbf40b077c76), ShapeRef(_:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9), ShapeRef(_:22417e81-ed7b-4bfa-bf7d-3cffe1108996), ShapeRef(_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e), ShapeRef(_:7800a72e-e4e6-4447-be22-36b4d06120aa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),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(_:7800a72e-e4e6-4447-be22-36b4d06120aa,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.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(_:22417e81-ed7b-4bfa-bf7d-3cffe1108996,PredicatePath(<http://www.sampledomain.org/sam#anotherStringProperty>),List(In(List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A")))),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "D": LiteralValue("In violation. Expected "D" to be in List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A"))")))), PropertyShape(_:e7482e2f-75da-4ad7-98be-0354a500c4ac,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b8629422-c99e-43ad-9a25-bbf40b077c76,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:e7482e2f-75da-4ad7-98be-0354a500c4ac), ShapeRef(_:2a35d870-7077-4000-a256-6f9349a4752c), ShapeRef(_:343c69d8-47a6-4551-bd12-3725b83c450c), ShapeRef(_:b8629422-c99e-43ad-9a25-bbf40b077c76), ShapeRef(_:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9), ShapeRef(_:22417e81-ed7b-4bfa-bf7d-3cffe1108996), ShapeRef(_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e), ShapeRef(_:7800a72e-e4e6-4447-be22-36b4d06120aa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),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(_:7800a72e-e4e6-4447-be22-36b4d06120aa,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.884 [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(_:22417e81-ed7b-4bfa-bf7d-3cffe1108996,PredicatePath(<http://www.sampledomain.org/sam#anotherStringProperty>),List(In(List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A")))),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "D": LiteralValue("In violation. Expected "D" to be in List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A"))")))), PropertyShape(_:e7482e2f-75da-4ad7-98be-0354a500c4ac,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b8629422-c99e-43ad-9a25-bbf40b077c76,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:e7482e2f-75da-4ad7-98be-0354a500c4ac), ShapeRef(_:2a35d870-7077-4000-a256-6f9349a4752c), ShapeRef(_:343c69d8-47a6-4551-bd12-3725b83c450c), ShapeRef(_:b8629422-c99e-43ad-9a25-bbf40b077c76), ShapeRef(_:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9), ShapeRef(_:22417e81-ed7b-4bfa-bf7d-3cffe1108996), ShapeRef(_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e), ShapeRef(_:7800a72e-e4e6-4447-be22-36b4d06120aa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),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(_:7800a72e-e4e6-4447-be22-36b4d06120aa,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.884 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7800a72e-e4e6-4447-be22-36b4d06120aa = 
22:52:15.884 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7800a72e-e4e6-4447-be22-36b4d06120aa = 
22:52:15.884 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7800a72e-e4e6-4447-be22-36b4d06120aa: 
22:52:15.884 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e = 
22:52:15.884 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e = 
22:52:15.884 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1ab6ff07-8f14-44d0-8003-55a9e5b1ee4e: 
22:52:15.884 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:22417e81-ed7b-4bfa-bf7d-3cffe1108996 = 
22:52:15.884 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:22417e81-ed7b-4bfa-bf7d-3cffe1108996 = 
22:52:15.884 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:22417e81-ed7b-4bfa-bf7d-3cffe1108996: 
22:52:15.885 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9 = 
22:52:15.885 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9 = 
22:52:15.885 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a87af1e1-0dbc-4e9c-9d21-7c8c464061b9: 
22:52:15.885 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b8629422-c99e-43ad-9a25-bbf40b077c76 = 
22:52:15.885 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b8629422-c99e-43ad-9a25-bbf40b077c76 = 
22:52:15.885 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b8629422-c99e-43ad-9a25-bbf40b077c76: 
22:52:15.885 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:343c69d8-47a6-4551-bd12-3725b83c450c = 
22:52:15.885 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:343c69d8-47a6-4551-bd12-3725b83c450c = 
22:52:15.885 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:343c69d8-47a6-4551-bd12-3725b83c450c: 
22:52:15.885 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2a35d870-7077-4000-a256-6f9349a4752c = 
22:52:15.886 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2a35d870-7077-4000-a256-6f9349a4752c = 
22:52:15.886 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2a35d870-7077-4000-a256-6f9349a4752c: 
22:52:15.886 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e7482e2f-75da-4ad7-98be-0354a500c4ac = 
22:52:15.886 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e7482e2f-75da-4ad7-98be-0354a500c4ac = 
22:52:15.886 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e7482e2f-75da-4ad7-98be-0354a500c4ac: 
22:52:15.889 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

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

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

22:52:15.894 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:15.894 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:15.894 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
22:52:15.894 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:15.894 [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.285 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-07T22:52:15.895Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
22:52:15.906 [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-07T22:52:15.895Z"^^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-07T22:52:15.895Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
22:52:15.907 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {5feda3b8-33e9-4f56-895f-38b7bd3e59ef @rdf:rest 67158ed5-4e2b-4c46-a6ba-443c460ed1f7; 5feda3b8-33e9-4f56-895f-38b7bd3e59ef @rdf:first "B"; df8bdfc3-9d5b-4ce3-8c19-6b1313c736d3 @rdf:rest 5feda3b8-33e9-4f56-895f-38b7bd3e59ef; df8bdfc3-9d5b-4ce3-8c19-6b1313c736d3 @rdf:first "A"; 67158ed5-4e2b-4c46-a6ba-443c460ed1f7 @rdf:rest rdf:nil; 67158ed5-4e2b-4c46-a6ba-443c460ed1f7 @rdf:first "C"; 4af73457-df30-4c92-b82e-08008d9ccb60 @sh:path http://www.sampledomain.org/sam#aStringProperty; 4af73457-df30-4c92-b82e-08008d9ccb60 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4af73457-df30-4c92-b82e-08008d9ccb60 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4af73457-df30-4c92-b82e-08008d9ccb60 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 4af73457-df30-4c92-b82e-08008d9ccb60 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 4af73457-df30-4c92-b82e-08008d9ccb60 @sh:pattern "^B"; 4af73457-df30-4c92-b82e-08008d9ccb60 @sh:description "a Simple Single String Property"; 4af73457-df30-4c92-b82e-08008d9ccb60 @rdf:type sh:Property; 00662aae-7779-4b9f-93ad-07fe50de2440 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 00662aae-7779-4b9f-93ad-07fe50de2440 @sh:class http://www.sampledomain.org/sam#AnotherResource; 00662aae-7779-4b9f-93ad-07fe50de2440 @rdf:type sh:Property...} |  [5feda3b8-33e9-4f56-895f-38b7bd3e59ef, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 67158ed5-4e2b-4c46-a6ba-443c460ed1f7] [5feda3b8-33e9-4f56-895f-38b7bd3e59ef, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [df8bdfc3-9d5b-4ce3-8c19-6b1313c736d3, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5feda3b8-33e9-4f56-895f-38b7bd3e59ef] [df8bdfc3-9d5b-4ce3-8c19-6b1313c736d3, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [67158ed5-4e2b-4c46-a6ba-443c460ed1f7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [67158ed5-4e2b-4c46-a6ba-443c460ed1f7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [4af73457-df30-4c92-b82e-08008d9ccb60, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [4af73457-df30-4c92-b82e-08008d9ccb60, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4af73457-df30-4c92-b82e-08008d9ccb60, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4af73457-df30-4c92-b82e-08008d9ccb60, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [4af73457-df30-4c92-b82e-08008d9ccb60, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [4af73457-df30-4c92-b82e-08008d9ccb60, http://www.w3.org/ns/shacl#pattern, "^B"] [4af73457-df30-4c92-b82e-08008d9ccb60, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [4af73457-df30-4c92-b82e-08008d9ccb60, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [00662aae-7779-4b9f-93ad-07fe50de2440, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [00662aae-7779-4b9f-93ad-07fe50de2440, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [00662aae-7779-4b9f-93ad-07fe50de2440, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f6e41413-9511-47c8-a456-ee339d80901b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f6e41413-9511-47c8-a456-ee339d80901b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f6e41413-9511-47c8-a456-ee339d80901b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f6e41413-9511-47c8-a456-ee339d80901b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f6e41413-9511-47c8-a456-ee339d80901b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f6e41413-9511-47c8-a456-ee339d80901b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f6e41413-9511-47c8-a456-ee339d80901b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9387a47d-3f09-427d-9c0a-d0ab630dfb55, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [9387a47d-3f09-427d-9c0a-d0ab630dfb55, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9387a47d-3f09-427d-9c0a-d0ab630dfb55, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9387a47d-3f09-427d-9c0a-d0ab630dfb55, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ba20fd6a-d1c6-4635-a7cd-5f1da43313d6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [ba20fd6a-d1c6-4635-a7cd-5f1da43313d6, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ba20fd6a-d1c6-4635-a7cd-5f1da43313d6, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ba20fd6a-d1c6-4635-a7cd-5f1da43313d6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [49aaaf10-0450-4c80-aea0-db403d1fb590, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [49aaaf10-0450-4c80-aea0-db403d1fb590, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [49aaaf10-0450-4c80-aea0-db403d1fb590, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [49aaaf10-0450-4c80-aea0-db403d1fb590, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [49aaaf10-0450-4c80-aea0-db403d1fb590, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [49aaaf10-0450-4c80-aea0-db403d1fb590, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [49aaaf10-0450-4c80-aea0-db403d1fb590, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5a5f9e67-3cee-4954-a07d-d2742591b1d1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [5a5f9e67-3cee-4954-a07d-d2742591b1d1, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [5a5f9e67-3cee-4954-a07d-d2742591b1d1, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [5a5f9e67-3cee-4954-a07d-d2742591b1d1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4d97d106-283a-4fdb-b0c0-4b05bd12e851, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [4d97d106-283a-4fdb-b0c0-4b05bd12e851, http://www.w3.org/ns/shacl#in, df8bdfc3-9d5b-4ce3-8c19-6b1313c736d3] [4d97d106-283a-4fdb-b0c0-4b05bd12e851, 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, 4d97d106-283a-4fdb-b0c0-4b05bd12e851] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9387a47d-3f09-427d-9c0a-d0ab630dfb55] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5a5f9e67-3cee-4954-a07d-d2742591b1d1] [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, ba20fd6a-d1c6-4635-a7cd-5f1da43313d6] [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, 49aaaf10-0450-4c80-aea0-db403d1fb590] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4af73457-df30-4c92-b82e-08008d9ccb60] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 00662aae-7779-4b9f-93ad-07fe50de2440] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f6e41413-9511-47c8-a456-ee339d80901b]>
22:52:15.908 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:15.910 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:15.912 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:5a5f9e67-3cee-4954-a07d-d2742591b1d1,_:00662aae-7779-4b9f-93ad-07fe50de2440,_:f6e41413-9511-47c8-a456-ee339d80901b,_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6,_:4af73457-df30-4c92-b82e-08008d9ccb60,_:9387a47d-3f09-427d-9c0a-d0ab630dfb55,_:4d97d106-283a-4fdb-b0c0-4b05bd12e851,_:49aaaf10-0450-4c80-aea0-db403d1fb590. Pending nodes: 
22:52:15.913 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5a5f9e67-3cee-4954-a07d-d2742591b1d1
22:52:15.914 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:00662aae-7779-4b9f-93ad-07fe50de2440
22:52:15.915 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f6e41413-9511-47c8-a456-ee339d80901b
22:52:15.916 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6
22:52:15.917 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4af73457-df30-4c92-b82e-08008d9ccb60
22:52:15.919 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9387a47d-3f09-427d-9c0a-d0ab630dfb55
22:52:15.920 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4d97d106-283a-4fdb-b0c0-4b05bd12e851
22:52:15.920 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:49aaaf10-0450-4c80-aea0-db403d1fb590
22:52:15.922 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:49aaaf10-0450-4c80-aea0-db403d1fb590
22:52:15.922 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4d97d106-283a-4fdb-b0c0-4b05bd12e851
22:52:15.922 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9387a47d-3f09-427d-9c0a-d0ab630dfb55
22:52:15.922 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:15.922 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4af73457-df30-4c92-b82e-08008d9ccb60
22:52:15.922 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6
22:52:15.922 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f6e41413-9511-47c8-a456-ee339d80901b
22:52:15.922 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:00662aae-7779-4b9f-93ad-07fe50de2440
22:52:15.922 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5a5f9e67-3cee-4954-a07d-d2742591b1d1
22:52:15.922 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:49aaaf10-0450-4c80-aea0-db403d1fb590 = 
22:52:15.922 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:49aaaf10-0450-4c80-aea0-db403d1fb590 = 
22:52:15.922 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:49aaaf10-0450-4c80-aea0-db403d1fb590: 
22:52:15.922 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4d97d106-283a-4fdb-b0c0-4b05bd12e851 = 
22:52:15.922 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4d97d106-283a-4fdb-b0c0-4b05bd12e851 = 
22:52:15.922 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4d97d106-283a-4fdb-b0c0-4b05bd12e851: 
22:52:15.923 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9387a47d-3f09-427d-9c0a-d0ab630dfb55 = 
22:52:15.923 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9387a47d-3f09-427d-9c0a-d0ab630dfb55 = 
22:52:15.923 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9387a47d-3f09-427d-9c0a-d0ab630dfb55: 
22:52:15.923 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:15.923 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:15.923 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:15.923 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:15.923 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:15.923 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5a5f9e67-3cee-4954-a07d-d2742591b1d1,_:00662aae-7779-4b9f-93ad-07fe50de2440,_:f6e41413-9511-47c8-a456-ee339d80901b,_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6,_:4af73457-df30-4c92-b82e-08008d9ccb60,_:9387a47d-3f09-427d-9c0a-d0ab630dfb55,_:4d97d106-283a-4fdb-b0c0-4b05bd12e851,_:49aaaf10-0450-4c80-aea0-db403d1fb590)
22:52:15.981 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5a5f9e67-3cee-4954-a07d-d2742591b1d1)
22:52:15.981 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:00662aae-7779-4b9f-93ad-07fe50de2440)
22:52:15.981 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f6e41413-9511-47c8-a456-ee339d80901b)
22:52:15.981 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6)
22:52:15.981 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4af73457-df30-4c92-b82e-08008d9ccb60)
22:52:15.981 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9387a47d-3f09-427d-9c0a-d0ab630dfb55)
22:52:15.981 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4d97d106-283a-4fdb-b0c0-4b05bd12e851)
22:52:15.981 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:49aaaf10-0450-4c80-aea0-db403d1fb590)
22:52:15.981 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.981 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.982 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.982 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.982 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5a5f9e67-3cee-4954-a07d-d2742591b1d1=ShapeTyping(TypingMap(Map()))
22:52:15.982 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.982 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.983 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:00662aae-7779-4b9f-93ad-07fe50de2440=ShapeTyping(TypingMap(Map()))
22:52:15.983 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.983 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.983 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.983 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.984 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.984 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.984 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.984 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.985 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f6e41413-9511-47c8-a456-ee339d80901b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:15.985 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.985 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.986 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f6e41413-9511-47c8-a456-ee339d80901b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5a5f9e67-3cee-4954-a07d-d2742591b1d1), ShapeRef(_:00662aae-7779-4b9f-93ad-07fe50de2440), ShapeRef(_:f6e41413-9511-47c8-a456-ee339d80901b), ShapeRef(_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6), ShapeRef(_:4af73457-df30-4c92-b82e-08008d9ccb60), ShapeRef(_:9387a47d-3f09-427d-9c0a-d0ab630dfb55), ShapeRef(_:4d97d106-283a-4fdb-b0c0-4b05bd12e851), ShapeRef(_:49aaaf10-0450-4c80-aea0-db403d1fb590)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f6e41413-9511-47c8-a456-ee339d80901b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:15.986 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.986 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.986 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.986 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.987 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:15.895Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:15.987 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5a5f9e67-3cee-4954-a07d-d2742591b1d1), ShapeRef(_:00662aae-7779-4b9f-93ad-07fe50de2440), ShapeRef(_:f6e41413-9511-47c8-a456-ee339d80901b), ShapeRef(_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6), ShapeRef(_:4af73457-df30-4c92-b82e-08008d9ccb60), ShapeRef(_:9387a47d-3f09-427d-9c0a-d0ab630dfb55), ShapeRef(_:4d97d106-283a-4fdb-b0c0-4b05bd12e851), ShapeRef(_:49aaaf10-0450-4c80-aea0-db403d1fb590)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.987 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.987 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.988 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.988 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.989 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.989 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.989 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.989 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.990 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.990 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.990 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4af73457-df30-4c92-b82e-08008d9ccb60],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:15.991 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4af73457-df30-4c92-b82e-08008d9ccb60=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5a5f9e67-3cee-4954-a07d-d2742591b1d1), ShapeRef(_:00662aae-7779-4b9f-93ad-07fe50de2440), ShapeRef(_:f6e41413-9511-47c8-a456-ee339d80901b), ShapeRef(_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6), ShapeRef(_:4af73457-df30-4c92-b82e-08008d9ccb60), ShapeRef(_:9387a47d-3f09-427d-9c0a-d0ab630dfb55), ShapeRef(_:4d97d106-283a-4fdb-b0c0-4b05bd12e851), ShapeRef(_:49aaaf10-0450-4c80-aea0-db403d1fb590)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4af73457-df30-4c92-b82e-08008d9ccb60,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.991 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.991 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.991 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.991 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.992 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9387a47d-3f09-427d-9c0a-d0ab630dfb55=ShapeTyping(TypingMap(Map()))
22:52:15.992 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.992 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.992 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4d97d106-283a-4fdb-b0c0-4b05bd12e851=ShapeTyping(TypingMap(Map()))
22:52:15.992 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.992 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.994 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:49aaaf10-0450-4c80-aea0-db403d1fb590],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:15.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:15.995 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:49aaaf10-0450-4c80-aea0-db403d1fb590=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5a5f9e67-3cee-4954-a07d-d2742591b1d1), ShapeRef(_:00662aae-7779-4b9f-93ad-07fe50de2440), ShapeRef(_:f6e41413-9511-47c8-a456-ee339d80901b), ShapeRef(_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6), ShapeRef(_:4af73457-df30-4c92-b82e-08008d9ccb60), ShapeRef(_:9387a47d-3f09-427d-9c0a-d0ab630dfb55), ShapeRef(_:4d97d106-283a-4fdb-b0c0-4b05bd12e851), ShapeRef(_:49aaaf10-0450-4c80-aea0-db403d1fb590)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:49aaaf10-0450-4c80-aea0-db403d1fb590,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:15.995 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5a5f9e67-3cee-4954-a07d-d2742591b1d1,_:00662aae-7779-4b9f-93ad-07fe50de2440,_:f6e41413-9511-47c8-a456-ee339d80901b,_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6,_:4af73457-df30-4c92-b82e-08008d9ccb60,_:9387a47d-3f09-427d-9c0a-d0ab630dfb55,_:4d97d106-283a-4fdb-b0c0-4b05bd12e851,_:49aaaf10-0450-4c80-aea0-db403d1fb590)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:f6e41413-9511-47c8-a456-ee339d80901b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:49aaaf10-0450-4c80-aea0-db403d1fb590,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4af73457-df30-4c92-b82e-08008d9ccb60,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:5a5f9e67-3cee-4954-a07d-d2742591b1d1), ShapeRef(_:00662aae-7779-4b9f-93ad-07fe50de2440), ShapeRef(_:f6e41413-9511-47c8-a456-ee339d80901b), ShapeRef(_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6), ShapeRef(_:4af73457-df30-4c92-b82e-08008d9ccb60), ShapeRef(_:9387a47d-3f09-427d-9c0a-d0ab630dfb55), ShapeRef(_:4d97d106-283a-4fdb-b0c0-4b05bd12e851), ShapeRef(_:49aaaf10-0450-4c80-aea0-db403d1fb590)),false,List()) -> TypingResult(Valid(List()))))))
22:52:15.995 [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(_:f6e41413-9511-47c8-a456-ee339d80901b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:49aaaf10-0450-4c80-aea0-db403d1fb590,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4af73457-df30-4c92-b82e-08008d9ccb60,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:5a5f9e67-3cee-4954-a07d-d2742591b1d1), ShapeRef(_:00662aae-7779-4b9f-93ad-07fe50de2440), ShapeRef(_:f6e41413-9511-47c8-a456-ee339d80901b), ShapeRef(_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6), ShapeRef(_:4af73457-df30-4c92-b82e-08008d9ccb60), ShapeRef(_:9387a47d-3f09-427d-9c0a-d0ab630dfb55), ShapeRef(_:4d97d106-283a-4fdb-b0c0-4b05bd12e851), ShapeRef(_:49aaaf10-0450-4c80-aea0-db403d1fb590)),false,List()) -> TypingResult(Valid(List()))))))
22:52:15.996 [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(_:f6e41413-9511-47c8-a456-ee339d80901b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:49aaaf10-0450-4c80-aea0-db403d1fb590,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4af73457-df30-4c92-b82e-08008d9ccb60,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:5a5f9e67-3cee-4954-a07d-d2742591b1d1), ShapeRef(_:00662aae-7779-4b9f-93ad-07fe50de2440), ShapeRef(_:f6e41413-9511-47c8-a456-ee339d80901b), ShapeRef(_:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6), ShapeRef(_:4af73457-df30-4c92-b82e-08008d9ccb60), ShapeRef(_:9387a47d-3f09-427d-9c0a-d0ab630dfb55), ShapeRef(_:4d97d106-283a-4fdb-b0c0-4b05bd12e851), ShapeRef(_:49aaaf10-0450-4c80-aea0-db403d1fb590)),false,List()) -> TypingResult(Valid(List()))))))
22:52:15.996 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4af73457-df30-4c92-b82e-08008d9ccb60 = 
22:52:15.996 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4af73457-df30-4c92-b82e-08008d9ccb60 = 
22:52:15.996 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4af73457-df30-4c92-b82e-08008d9ccb60: 
22:52:15.996 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6 = 
22:52:15.996 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6 = 
22:52:15.996 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ba20fd6a-d1c6-4635-a7cd-5f1da43313d6: 
22:52:15.996 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f6e41413-9511-47c8-a456-ee339d80901b = 
22:52:15.996 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f6e41413-9511-47c8-a456-ee339d80901b = 
22:52:15.996 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f6e41413-9511-47c8-a456-ee339d80901b: 
22:52:15.996 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:00662aae-7779-4b9f-93ad-07fe50de2440 = 
22:52:15.997 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:00662aae-7779-4b9f-93ad-07fe50de2440 = 
22:52:15.997 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:00662aae-7779-4b9f-93ad-07fe50de2440: 
22:52:15.997 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5a5f9e67-3cee-4954-a07d-d2742591b1d1 = 
22:52:15.997 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5a5f9e67-3cee-4954-a07d-d2742591b1d1 = 
22:52:15.997 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5a5f9e67-3cee-4954-a07d-d2742591b1d1: 
22:52:15.998 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

22:52:16.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  true
] .

22:52:16.000 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:16.001 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.001 [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-07T22:52:16.001Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Betwee" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
22:52:16.009 [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-07T22:52:16.001Z"^^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-07T22:52:16.001Z"^^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:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh: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> .
22:52:16.010 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6947fb27-d6f2-4aaf-aa9d-db018d1fab88 @rdf:rest 0fe0900e-15bb-41c9-8642-05ae1e63c2f4; 6947fb27-d6f2-4aaf-aa9d-db018d1fab88 @rdf:first "A"; d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81 @sh:in 6947fb27-d6f2-4aaf-aa9d-db018d1fab88; d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81 @rdf:type sh:Property; 34a6086b-ec6d-4ea4-978f-df3baad81617 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 34a6086b-ec6d-4ea4-978f-df3baad81617 @sh:class http://www.sampledomain.org/sam#AnotherResource; 34a6086b-ec6d-4ea4-978f-df3baad81617 @rdf:type sh:Property; a6d85829-65d1-43b9-a5df-a691a66e051b @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; a6d85829-65d1-43b9-a5df-a691a66e051b @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a6d85829-65d1-43b9-a5df-a691a66e051b @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a6d85829-65d1-43b9-a5df-a691a66e051b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; a6d85829-65d1-43b9-a5df-a691a66e051b @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; a6d85829-65d1-43b9-a5df-a691a66e051b @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; a6d85829-65d1-43b9-a5df-a691a66e051b @rdf:type sh:Property; 2df8924a-0731-4eeb-9d47-3e50111e0f03 @rdf:rest rdf:nil; 2df8924a-0731-4eeb-9d47-3e50111e0f03 @rdf:first "C"...} |  [6947fb27-d6f2-4aaf-aa9d-db018d1fab88, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0fe0900e-15bb-41c9-8642-05ae1e63c2f4] [6947fb27-d6f2-4aaf-aa9d-db018d1fab88, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81, http://www.w3.org/ns/shacl#in, 6947fb27-d6f2-4aaf-aa9d-db018d1fab88] [d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [34a6086b-ec6d-4ea4-978f-df3baad81617, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [34a6086b-ec6d-4ea4-978f-df3baad81617, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [34a6086b-ec6d-4ea4-978f-df3baad81617, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a6d85829-65d1-43b9-a5df-a691a66e051b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [a6d85829-65d1-43b9-a5df-a691a66e051b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a6d85829-65d1-43b9-a5df-a691a66e051b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a6d85829-65d1-43b9-a5df-a691a66e051b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a6d85829-65d1-43b9-a5df-a691a66e051b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a6d85829-65d1-43b9-a5df-a691a66e051b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a6d85829-65d1-43b9-a5df-a691a66e051b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2df8924a-0731-4eeb-9d47-3e50111e0f03, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [2df8924a-0731-4eeb-9d47-3e50111e0f03, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [0fe0900e-15bb-41c9-8642-05ae1e63c2f4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2df8924a-0731-4eeb-9d47-3e50111e0f03] [0fe0900e-15bb-41c9-8642-05ae1e63c2f4, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [36f7af2f-55f9-4ebd-9a21-285b70d5c54b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [36f7af2f-55f9-4ebd-9a21-285b70d5c54b, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [36f7af2f-55f9-4ebd-9a21-285b70d5c54b, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [36f7af2f-55f9-4ebd-9a21-285b70d5c54b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6d1e13cd-02db-49e4-86a2-61ae0f4b06c9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [6d1e13cd-02db-49e4-86a2-61ae0f4b06c9, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [6d1e13cd-02db-49e4-86a2-61ae0f4b06c9, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [6d1e13cd-02db-49e4-86a2-61ae0f4b06c9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [784078cc-df4c-430b-affa-993cccbd40ca, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [784078cc-df4c-430b-affa-993cccbd40ca, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [784078cc-df4c-430b-affa-993cccbd40ca, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [784078cc-df4c-430b-affa-993cccbd40ca, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [784078cc-df4c-430b-affa-993cccbd40ca, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [784078cc-df4c-430b-affa-993cccbd40ca, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [784078cc-df4c-430b-affa-993cccbd40ca, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6a8c408e-0df6-4ada-8910-25373eba2cdc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [6a8c408e-0df6-4ada-8910-25373eba2cdc, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6a8c408e-0df6-4ada-8910-25373eba2cdc, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6a8c408e-0df6-4ada-8910-25373eba2cdc, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [6a8c408e-0df6-4ada-8910-25373eba2cdc, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [6a8c408e-0df6-4ada-8910-25373eba2cdc, http://www.w3.org/ns/shacl#pattern, "^B"] [6a8c408e-0df6-4ada-8910-25373eba2cdc, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [6a8c408e-0df6-4ada-8910-25373eba2cdc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ece8dfe4-b478-4202-94df-ce6f7eff3c82, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [ece8dfe4-b478-4202-94df-ce6f7eff3c82, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ece8dfe4-b478-4202-94df-ce6f7eff3c82, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ece8dfe4-b478-4202-94df-ce6f7eff3c82, 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, ece8dfe4-b478-4202-94df-ce6f7eff3c82] [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, d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81] [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, 784078cc-df4c-430b-affa-993cccbd40ca] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6a8c408e-0df6-4ada-8910-25373eba2cdc] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6d1e13cd-02db-49e4-86a2-61ae0f4b06c9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a6d85829-65d1-43b9-a5df-a691a66e051b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 34a6086b-ec6d-4ea4-978f-df3baad81617] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 36f7af2f-55f9-4ebd-9a21-285b70d5c54b]>
22:52:16.011 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:16.012 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:16.014 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:a6d85829-65d1-43b9-a5df-a691a66e051b,_:34a6086b-ec6d-4ea4-978f-df3baad81617,_:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81,_:784078cc-df4c-430b-affa-993cccbd40ca,_:ece8dfe4-b478-4202-94df-ce6f7eff3c82,_:6a8c408e-0df6-4ada-8910-25373eba2cdc,_:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9,_:36f7af2f-55f9-4ebd-9a21-285b70d5c54b. Pending nodes: 
22:52:16.014 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a6d85829-65d1-43b9-a5df-a691a66e051b
22:52:16.015 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:34a6086b-ec6d-4ea4-978f-df3baad81617
22:52:16.016 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81
22:52:16.017 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:784078cc-df4c-430b-affa-993cccbd40ca
22:52:16.018 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ece8dfe4-b478-4202-94df-ce6f7eff3c82
22:52:16.019 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6a8c408e-0df6-4ada-8910-25373eba2cdc
22:52:16.021 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9
22:52:16.021 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:36f7af2f-55f9-4ebd-9a21-285b70d5c54b
22:52:16.022 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:16.022 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:36f7af2f-55f9-4ebd-9a21-285b70d5c54b
22:52:16.022 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9
22:52:16.022 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6a8c408e-0df6-4ada-8910-25373eba2cdc
22:52:16.022 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ece8dfe4-b478-4202-94df-ce6f7eff3c82
22:52:16.022 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:784078cc-df4c-430b-affa-993cccbd40ca
22:52:16.022 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81
22:52:16.022 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:34a6086b-ec6d-4ea4-978f-df3baad81617
22:52:16.022 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a6d85829-65d1-43b9-a5df-a691a66e051b
22:52:16.022 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:16.022 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:16.023 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:16.023 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:16.023 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:16.023 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a6d85829-65d1-43b9-a5df-a691a66e051b,_:34a6086b-ec6d-4ea4-978f-df3baad81617,_:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81,_:784078cc-df4c-430b-affa-993cccbd40ca,_:ece8dfe4-b478-4202-94df-ce6f7eff3c82,_:6a8c408e-0df6-4ada-8910-25373eba2cdc,_:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9,_:36f7af2f-55f9-4ebd-9a21-285b70d5c54b)
22:52:16.023 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a6d85829-65d1-43b9-a5df-a691a66e051b)
22:52:16.023 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:34a6086b-ec6d-4ea4-978f-df3baad81617)
22:52:16.023 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81)
22:52:16.023 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:784078cc-df4c-430b-affa-993cccbd40ca)
22:52:16.023 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ece8dfe4-b478-4202-94df-ce6f7eff3c82)
22:52:16.023 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6a8c408e-0df6-4ada-8910-25373eba2cdc)
22:52:16.023 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9)
22:52:16.023 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36f7af2f-55f9-4ebd-9a21-285b70d5c54b)
22:52:16.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.024 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a6d85829-65d1-43b9-a5df-a691a66e051b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:16.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.025 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a6d85829-65d1-43b9-a5df-a691a66e051b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a6d85829-65d1-43b9-a5df-a691a66e051b), ShapeRef(_:34a6086b-ec6d-4ea4-978f-df3baad81617), ShapeRef(_:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81), ShapeRef(_:784078cc-df4c-430b-affa-993cccbd40ca), ShapeRef(_:ece8dfe4-b478-4202-94df-ce6f7eff3c82), ShapeRef(_:6a8c408e-0df6-4ada-8910-25373eba2cdc), ShapeRef(_:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9), ShapeRef(_:36f7af2f-55f9-4ebd-9a21-285b70d5c54b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a6d85829-65d1-43b9-a5df-a691a66e051b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.025 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:34a6086b-ec6d-4ea4-978f-df3baad81617=ShapeTyping(TypingMap(Map()))
22:52:16.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.025 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81=ShapeTyping(TypingMap(Map()))
22:52:16.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.026 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:784078cc-df4c-430b-affa-993cccbd40ca],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:16.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.027 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:784078cc-df4c-430b-affa-993cccbd40ca=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a6d85829-65d1-43b9-a5df-a691a66e051b), ShapeRef(_:34a6086b-ec6d-4ea4-978f-df3baad81617), ShapeRef(_:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81), ShapeRef(_:784078cc-df4c-430b-affa-993cccbd40ca), ShapeRef(_:ece8dfe4-b478-4202-94df-ce6f7eff3c82), ShapeRef(_:6a8c408e-0df6-4ada-8910-25373eba2cdc), ShapeRef(_:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9), ShapeRef(_:36f7af2f-55f9-4ebd-9a21-285b70d5c54b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:784078cc-df4c-430b-affa-993cccbd40ca,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.080 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:16.001Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ece8dfe4-b478-4202-94df-ce6f7eff3c82],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:16.081 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ece8dfe4-b478-4202-94df-ce6f7eff3c82=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a6d85829-65d1-43b9-a5df-a691a66e051b), ShapeRef(_:34a6086b-ec6d-4ea4-978f-df3baad81617), ShapeRef(_:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81), ShapeRef(_:784078cc-df4c-430b-affa-993cccbd40ca), ShapeRef(_:ece8dfe4-b478-4202-94df-ce6f7eff3c82), ShapeRef(_:6a8c408e-0df6-4ada-8910-25373eba2cdc), ShapeRef(_:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9), ShapeRef(_:36f7af2f-55f9-4ebd-9a21-285b70d5c54b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ece8dfe4-b478-4202-94df-ce6f7eff3c82,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.083 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Betwee"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6a8c408e-0df6-4ada-8910-25373eba2cdc],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:16.083 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6a8c408e-0df6-4ada-8910-25373eba2cdc=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a6d85829-65d1-43b9-a5df-a691a66e051b), ShapeRef(_:34a6086b-ec6d-4ea4-978f-df3baad81617), ShapeRef(_:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81), ShapeRef(_:784078cc-df4c-430b-affa-993cccbd40ca), ShapeRef(_:ece8dfe4-b478-4202-94df-ce6f7eff3c82), ShapeRef(_:6a8c408e-0df6-4ada-8910-25373eba2cdc), ShapeRef(_:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9), ShapeRef(_:36f7af2f-55f9-4ebd-9a21-285b70d5c54b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6a8c408e-0df6-4ada-8910-25373eba2cdc,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"))))))))
22:52:16.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.084 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9=ShapeTyping(TypingMap(Map()))
22:52:16.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.085 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36f7af2f-55f9-4ebd-9a21-285b70d5c54b=ShapeTyping(TypingMap(Map()))
22:52:16.085 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a6d85829-65d1-43b9-a5df-a691a66e051b,_:34a6086b-ec6d-4ea4-978f-df3baad81617,_:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81,_:784078cc-df4c-430b-affa-993cccbd40ca,_:ece8dfe4-b478-4202-94df-ce6f7eff3c82,_:6a8c408e-0df6-4ada-8910-25373eba2cdc,_:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9,_:36f7af2f-55f9-4ebd-9a21-285b70d5c54b)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a6d85829-65d1-43b9-a5df-a691a66e051b), ShapeRef(_:34a6086b-ec6d-4ea4-978f-df3baad81617), ShapeRef(_:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81), ShapeRef(_:784078cc-df4c-430b-affa-993cccbd40ca), ShapeRef(_:ece8dfe4-b478-4202-94df-ce6f7eff3c82), ShapeRef(_:6a8c408e-0df6-4ada-8910-25373eba2cdc), ShapeRef(_:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9), ShapeRef(_:36f7af2f-55f9-4ebd-9a21-285b70d5c54b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6a8c408e-0df6-4ada-8910-25373eba2cdc,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Betwee": LiteralValue("minLength violation. Expected length("Betwee") >= 7")))), PropertyShape(_:ece8dfe4-b478-4202-94df-ce6f7eff3c82,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:784078cc-df4c-430b-affa-993cccbd40ca,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:a6d85829-65d1-43b9-a5df-a691a66e051b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.086 [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(_:a6d85829-65d1-43b9-a5df-a691a66e051b), ShapeRef(_:34a6086b-ec6d-4ea4-978f-df3baad81617), ShapeRef(_:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81), ShapeRef(_:784078cc-df4c-430b-affa-993cccbd40ca), ShapeRef(_:ece8dfe4-b478-4202-94df-ce6f7eff3c82), ShapeRef(_:6a8c408e-0df6-4ada-8910-25373eba2cdc), ShapeRef(_:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9), ShapeRef(_:36f7af2f-55f9-4ebd-9a21-285b70d5c54b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6a8c408e-0df6-4ada-8910-25373eba2cdc,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Betwee": LiteralValue("minLength violation. Expected length("Betwee") >= 7")))), PropertyShape(_:ece8dfe4-b478-4202-94df-ce6f7eff3c82,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:784078cc-df4c-430b-affa-993cccbd40ca,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:a6d85829-65d1-43b9-a5df-a691a66e051b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.086 [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(_:a6d85829-65d1-43b9-a5df-a691a66e051b), ShapeRef(_:34a6086b-ec6d-4ea4-978f-df3baad81617), ShapeRef(_:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81), ShapeRef(_:784078cc-df4c-430b-affa-993cccbd40ca), ShapeRef(_:ece8dfe4-b478-4202-94df-ce6f7eff3c82), ShapeRef(_:6a8c408e-0df6-4ada-8910-25373eba2cdc), ShapeRef(_:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9), ShapeRef(_:36f7af2f-55f9-4ebd-9a21-285b70d5c54b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6a8c408e-0df6-4ada-8910-25373eba2cdc,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Betwee": LiteralValue("minLength violation. Expected length("Betwee") >= 7")))), PropertyShape(_:ece8dfe4-b478-4202-94df-ce6f7eff3c82,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:784078cc-df4c-430b-affa-993cccbd40ca,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:a6d85829-65d1-43b9-a5df-a691a66e051b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.086 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:36f7af2f-55f9-4ebd-9a21-285b70d5c54b = 
22:52:16.086 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:36f7af2f-55f9-4ebd-9a21-285b70d5c54b = 
22:52:16.086 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:36f7af2f-55f9-4ebd-9a21-285b70d5c54b: 
22:52:16.087 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9 = 
22:52:16.087 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9 = 
22:52:16.087 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6d1e13cd-02db-49e4-86a2-61ae0f4b06c9: 
22:52:16.087 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6a8c408e-0df6-4ada-8910-25373eba2cdc = 
22:52:16.087 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6a8c408e-0df6-4ada-8910-25373eba2cdc = 
22:52:16.087 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6a8c408e-0df6-4ada-8910-25373eba2cdc: 
22:52:16.087 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ece8dfe4-b478-4202-94df-ce6f7eff3c82 = 
22:52:16.087 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ece8dfe4-b478-4202-94df-ce6f7eff3c82 = 
22:52:16.087 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ece8dfe4-b478-4202-94df-ce6f7eff3c82: 
22:52:16.087 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:784078cc-df4c-430b-affa-993cccbd40ca = 
22:52:16.087 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:784078cc-df4c-430b-affa-993cccbd40ca = 
22:52:16.087 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:784078cc-df4c-430b-affa-993cccbd40ca: 
22:52:16.088 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81 = 
22:52:16.088 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81 = 
22:52:16.088 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d0e032f6-f0d8-4c1c-bf59-b3e71bc45c81: 
22:52:16.088 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:34a6086b-ec6d-4ea4-978f-df3baad81617 = 
22:52:16.088 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:34a6086b-ec6d-4ea4-978f-df3baad81617 = 
22:52:16.088 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:34a6086b-ec6d-4ea4-978f-df3baad81617: 
22:52:16.088 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a6d85829-65d1-43b9-a5df-a691a66e051b = 
22:52:16.088 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a6d85829-65d1-43b9-a5df-a691a66e051b = 
22:52:16.088 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a6d85829-65d1-43b9-a5df-a691a66e051b: 
22:52:16.090 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

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

22:52:16.093 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:16.093 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.093 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
22:52:16.094 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.094 [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-07T22:52:16.095Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
22:52:16.104 [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-07T22:52:16.095Z"^^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-07T22:52:16.095Z"^^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   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: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> .
22:52:16.104 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {7a5e1ab3-f7d9-44db-aceb-a578c3cceb7e @rdf:rest 256703c8-3fde-48ed-9fc1-1793cab3a890; 7a5e1ab3-f7d9-44db-aceb-a578c3cceb7e @rdf:first "B"; 0ce1a49f-24f6-49cb-a40d-ee2129d941bc @rdf:rest 7a5e1ab3-f7d9-44db-aceb-a578c3cceb7e; 0ce1a49f-24f6-49cb-a40d-ee2129d941bc @rdf:first "A"; d932d9dd-f6cb-44c0-82df-523bd39b9ee0 @sh:path http://www.sampledomain.org/sam#integerProperty3; d932d9dd-f6cb-44c0-82df-523bd39b9ee0 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; d932d9dd-f6cb-44c0-82df-523bd39b9ee0 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; d932d9dd-f6cb-44c0-82df-523bd39b9ee0 @rdf:type sh:Property; 58c4205d-8d5c-49da-9ced-87842bfac3ef @sh:path http://www.sampledomain.org/sam#integerProperty2; 58c4205d-8d5c-49da-9ced-87842bfac3ef @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 58c4205d-8d5c-49da-9ced-87842bfac3ef @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 58c4205d-8d5c-49da-9ced-87842bfac3ef @rdf:type sh:Property; 8df6fd54-3c58-4f8f-b260-95e841229366 @sh:path http://www.sampledomain.org/sam#aStringProperty; 8df6fd54-3c58-4f8f-b260-95e841229366 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 8df6fd54-3c58-4f8f-b260-95e841229366 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 8df6fd54-3c58-4f8f-b260-95e841229366 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 8df6fd54-3c58-4f8f-b260-95e841229366 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer...} |  [7a5e1ab3-f7d9-44db-aceb-a578c3cceb7e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 256703c8-3fde-48ed-9fc1-1793cab3a890] [7a5e1ab3-f7d9-44db-aceb-a578c3cceb7e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [0ce1a49f-24f6-49cb-a40d-ee2129d941bc, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 7a5e1ab3-f7d9-44db-aceb-a578c3cceb7e] [0ce1a49f-24f6-49cb-a40d-ee2129d941bc, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [d932d9dd-f6cb-44c0-82df-523bd39b9ee0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [d932d9dd-f6cb-44c0-82df-523bd39b9ee0, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d932d9dd-f6cb-44c0-82df-523bd39b9ee0, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d932d9dd-f6cb-44c0-82df-523bd39b9ee0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [58c4205d-8d5c-49da-9ced-87842bfac3ef, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [58c4205d-8d5c-49da-9ced-87842bfac3ef, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [58c4205d-8d5c-49da-9ced-87842bfac3ef, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [58c4205d-8d5c-49da-9ced-87842bfac3ef, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8df6fd54-3c58-4f8f-b260-95e841229366, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [8df6fd54-3c58-4f8f-b260-95e841229366, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8df6fd54-3c58-4f8f-b260-95e841229366, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8df6fd54-3c58-4f8f-b260-95e841229366, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [8df6fd54-3c58-4f8f-b260-95e841229366, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [8df6fd54-3c58-4f8f-b260-95e841229366, http://www.w3.org/ns/shacl#pattern, "^B"] [8df6fd54-3c58-4f8f-b260-95e841229366, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [8df6fd54-3c58-4f8f-b260-95e841229366, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [256703c8-3fde-48ed-9fc1-1793cab3a890, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [256703c8-3fde-48ed-9fc1-1793cab3a890, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [72205c70-2f15-45ef-a673-c73efae9c5ae, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [72205c70-2f15-45ef-a673-c73efae9c5ae, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [72205c70-2f15-45ef-a673-c73efae9c5ae, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [72205c70-2f15-45ef-a673-c73efae9c5ae, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cadbd282-41f1-4d5c-83d1-70a514f3df3d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [cadbd282-41f1-4d5c-83d1-70a514f3df3d, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [cadbd282-41f1-4d5c-83d1-70a514f3df3d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [cadbd282-41f1-4d5c-83d1-70a514f3df3d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [cadbd282-41f1-4d5c-83d1-70a514f3df3d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [cadbd282-41f1-4d5c-83d1-70a514f3df3d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cadbd282-41f1-4d5c-83d1-70a514f3df3d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a372f2f9-28b6-48b3-b548-1f04fa3dacbd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [a372f2f9-28b6-48b3-b548-1f04fa3dacbd, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [a372f2f9-28b6-48b3-b548-1f04fa3dacbd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bc1efbdf-ee93-49e7-a05a-347b2bf45647, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [bc1efbdf-ee93-49e7-a05a-347b2bf45647, http://www.w3.org/ns/shacl#in, 0ce1a49f-24f6-49cb-a40d-ee2129d941bc] [bc1efbdf-ee93-49e7-a05a-347b2bf45647, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3c0ad435-a770-42ea-9b2e-0ad713faf2f3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [3c0ad435-a770-42ea-9b2e-0ad713faf2f3, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3c0ad435-a770-42ea-9b2e-0ad713faf2f3, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3c0ad435-a770-42ea-9b2e-0ad713faf2f3, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3c0ad435-a770-42ea-9b2e-0ad713faf2f3, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3c0ad435-a770-42ea-9b2e-0ad713faf2f3, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3c0ad435-a770-42ea-9b2e-0ad713faf2f3, 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, 58c4205d-8d5c-49da-9ced-87842bfac3ef] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a372f2f9-28b6-48b3-b548-1f04fa3dacbd] [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, cadbd282-41f1-4d5c-83d1-70a514f3df3d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3c0ad435-a770-42ea-9b2e-0ad713faf2f3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bc1efbdf-ee93-49e7-a05a-347b2bf45647] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d932d9dd-f6cb-44c0-82df-523bd39b9ee0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8df6fd54-3c58-4f8f-b260-95e841229366] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 72205c70-2f15-45ef-a673-c73efae9c5ae]>
22:52:16.105 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:16.107 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:16.109 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:d932d9dd-f6cb-44c0-82df-523bd39b9ee0,_:72205c70-2f15-45ef-a673-c73efae9c5ae,_:8df6fd54-3c58-4f8f-b260-95e841229366,_:bc1efbdf-ee93-49e7-a05a-347b2bf45647,_:cadbd282-41f1-4d5c-83d1-70a514f3df3d,_:58c4205d-8d5c-49da-9ced-87842bfac3ef,_:a372f2f9-28b6-48b3-b548-1f04fa3dacbd,_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3. Pending nodes: 
22:52:16.109 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d932d9dd-f6cb-44c0-82df-523bd39b9ee0
22:52:16.110 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:72205c70-2f15-45ef-a673-c73efae9c5ae
22:52:16.111 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8df6fd54-3c58-4f8f-b260-95e841229366
22:52:16.113 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bc1efbdf-ee93-49e7-a05a-347b2bf45647
22:52:16.114 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cadbd282-41f1-4d5c-83d1-70a514f3df3d
22:52:16.115 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:58c4205d-8d5c-49da-9ced-87842bfac3ef
22:52:16.116 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a372f2f9-28b6-48b3-b548-1f04fa3dacbd
22:52:16.117 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3c0ad435-a770-42ea-9b2e-0ad713faf2f3
22:52:16.118 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:16.118 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3c0ad435-a770-42ea-9b2e-0ad713faf2f3
22:52:16.118 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a372f2f9-28b6-48b3-b548-1f04fa3dacbd
22:52:16.118 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:58c4205d-8d5c-49da-9ced-87842bfac3ef
22:52:16.118 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cadbd282-41f1-4d5c-83d1-70a514f3df3d
22:52:16.118 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bc1efbdf-ee93-49e7-a05a-347b2bf45647
22:52:16.118 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8df6fd54-3c58-4f8f-b260-95e841229366
22:52:16.118 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:72205c70-2f15-45ef-a673-c73efae9c5ae
22:52:16.118 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d932d9dd-f6cb-44c0-82df-523bd39b9ee0
22:52:16.118 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:16.119 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:16.119 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:16.119 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:16.119 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:16.119 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d932d9dd-f6cb-44c0-82df-523bd39b9ee0,_:72205c70-2f15-45ef-a673-c73efae9c5ae,_:8df6fd54-3c58-4f8f-b260-95e841229366,_:bc1efbdf-ee93-49e7-a05a-347b2bf45647,_:cadbd282-41f1-4d5c-83d1-70a514f3df3d,_:58c4205d-8d5c-49da-9ced-87842bfac3ef,_:a372f2f9-28b6-48b3-b548-1f04fa3dacbd,_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3)
22:52:16.119 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d932d9dd-f6cb-44c0-82df-523bd39b9ee0)
22:52:16.119 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:72205c70-2f15-45ef-a673-c73efae9c5ae)
22:52:16.119 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8df6fd54-3c58-4f8f-b260-95e841229366)
22:52:16.119 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bc1efbdf-ee93-49e7-a05a-347b2bf45647)
22:52:16.119 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cadbd282-41f1-4d5c-83d1-70a514f3df3d)
22:52:16.119 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:58c4205d-8d5c-49da-9ced-87842bfac3ef)
22:52:16.180 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a372f2f9-28b6-48b3-b548-1f04fa3dacbd)
22:52:16.180 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3)
22:52:16.181 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.181 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.181 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.181 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.181 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d932d9dd-f6cb-44c0-82df-523bd39b9ee0=ShapeTyping(TypingMap(Map()))
22:52:16.181 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.181 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.182 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.182 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.182 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:16.095Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:72205c70-2f15-45ef-a673-c73efae9c5ae],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:16.183 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:72205c70-2f15-45ef-a673-c73efae9c5ae=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d932d9dd-f6cb-44c0-82df-523bd39b9ee0), ShapeRef(_:72205c70-2f15-45ef-a673-c73efae9c5ae), ShapeRef(_:8df6fd54-3c58-4f8f-b260-95e841229366), ShapeRef(_:bc1efbdf-ee93-49e7-a05a-347b2bf45647), ShapeRef(_:cadbd282-41f1-4d5c-83d1-70a514f3df3d), ShapeRef(_:58c4205d-8d5c-49da-9ced-87842bfac3ef), ShapeRef(_:a372f2f9-28b6-48b3-b548-1f04fa3dacbd), ShapeRef(_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:72205c70-2f15-45ef-a673-c73efae9c5ae,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.183 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.183 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.184 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.184 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.184 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.184 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.184 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.184 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.185 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8df6fd54-3c58-4f8f-b260-95e841229366],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:16.185 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8df6fd54-3c58-4f8f-b260-95e841229366=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d932d9dd-f6cb-44c0-82df-523bd39b9ee0), ShapeRef(_:72205c70-2f15-45ef-a673-c73efae9c5ae), ShapeRef(_:8df6fd54-3c58-4f8f-b260-95e841229366), ShapeRef(_:bc1efbdf-ee93-49e7-a05a-347b2bf45647), ShapeRef(_:cadbd282-41f1-4d5c-83d1-70a514f3df3d), ShapeRef(_:58c4205d-8d5c-49da-9ced-87842bfac3ef), ShapeRef(_:a372f2f9-28b6-48b3-b548-1f04fa3dacbd), ShapeRef(_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8df6fd54-3c58-4f8f-b260-95e841229366,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.186 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bc1efbdf-ee93-49e7-a05a-347b2bf45647=ShapeTyping(TypingMap(Map()))
22:52:16.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.187 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:cadbd282-41f1-4d5c-83d1-70a514f3df3d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:16.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.187 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cadbd282-41f1-4d5c-83d1-70a514f3df3d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d932d9dd-f6cb-44c0-82df-523bd39b9ee0), ShapeRef(_:72205c70-2f15-45ef-a673-c73efae9c5ae), ShapeRef(_:8df6fd54-3c58-4f8f-b260-95e841229366), ShapeRef(_:bc1efbdf-ee93-49e7-a05a-347b2bf45647), ShapeRef(_:cadbd282-41f1-4d5c-83d1-70a514f3df3d), ShapeRef(_:58c4205d-8d5c-49da-9ced-87842bfac3ef), ShapeRef(_:a372f2f9-28b6-48b3-b548-1f04fa3dacbd), ShapeRef(_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cadbd282-41f1-4d5c-83d1-70a514f3df3d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.188 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:58c4205d-8d5c-49da-9ced-87842bfac3ef=ShapeTyping(TypingMap(Map()))
22:52:16.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.188 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a372f2f9-28b6-48b3-b548-1f04fa3dacbd=ShapeTyping(TypingMap(Map()))
22:52:16.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.189 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:16.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.190 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d932d9dd-f6cb-44c0-82df-523bd39b9ee0), ShapeRef(_:72205c70-2f15-45ef-a673-c73efae9c5ae), ShapeRef(_:8df6fd54-3c58-4f8f-b260-95e841229366), ShapeRef(_:bc1efbdf-ee93-49e7-a05a-347b2bf45647), ShapeRef(_:cadbd282-41f1-4d5c-83d1-70a514f3df3d), ShapeRef(_:58c4205d-8d5c-49da-9ced-87842bfac3ef), ShapeRef(_:a372f2f9-28b6-48b3-b548-1f04fa3dacbd), ShapeRef(_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.190 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d932d9dd-f6cb-44c0-82df-523bd39b9ee0,_:72205c70-2f15-45ef-a673-c73efae9c5ae,_:8df6fd54-3c58-4f8f-b260-95e841229366,_:bc1efbdf-ee93-49e7-a05a-347b2bf45647,_:cadbd282-41f1-4d5c-83d1-70a514f3df3d,_:58c4205d-8d5c-49da-9ced-87842bfac3ef,_:a372f2f9-28b6-48b3-b548-1f04fa3dacbd,_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:72205c70-2f15-45ef-a673-c73efae9c5ae,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:cadbd282-41f1-4d5c-83d1-70a514f3df3d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:d932d9dd-f6cb-44c0-82df-523bd39b9ee0), ShapeRef(_:72205c70-2f15-45ef-a673-c73efae9c5ae), ShapeRef(_:8df6fd54-3c58-4f8f-b260-95e841229366), ShapeRef(_:bc1efbdf-ee93-49e7-a05a-347b2bf45647), ShapeRef(_:cadbd282-41f1-4d5c-83d1-70a514f3df3d), ShapeRef(_:58c4205d-8d5c-49da-9ced-87842bfac3ef), ShapeRef(_:a372f2f9-28b6-48b3-b548-1f04fa3dacbd), ShapeRef(_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8df6fd54-3c58-4f8f-b260-95e841229366,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.191 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:72205c70-2f15-45ef-a673-c73efae9c5ae,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:cadbd282-41f1-4d5c-83d1-70a514f3df3d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:d932d9dd-f6cb-44c0-82df-523bd39b9ee0), ShapeRef(_:72205c70-2f15-45ef-a673-c73efae9c5ae), ShapeRef(_:8df6fd54-3c58-4f8f-b260-95e841229366), ShapeRef(_:bc1efbdf-ee93-49e7-a05a-347b2bf45647), ShapeRef(_:cadbd282-41f1-4d5c-83d1-70a514f3df3d), ShapeRef(_:58c4205d-8d5c-49da-9ced-87842bfac3ef), ShapeRef(_:a372f2f9-28b6-48b3-b548-1f04fa3dacbd), ShapeRef(_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8df6fd54-3c58-4f8f-b260-95e841229366,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.191 [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(_:72205c70-2f15-45ef-a673-c73efae9c5ae,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:cadbd282-41f1-4d5c-83d1-70a514f3df3d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:d932d9dd-f6cb-44c0-82df-523bd39b9ee0), ShapeRef(_:72205c70-2f15-45ef-a673-c73efae9c5ae), ShapeRef(_:8df6fd54-3c58-4f8f-b260-95e841229366), ShapeRef(_:bc1efbdf-ee93-49e7-a05a-347b2bf45647), ShapeRef(_:cadbd282-41f1-4d5c-83d1-70a514f3df3d), ShapeRef(_:58c4205d-8d5c-49da-9ced-87842bfac3ef), ShapeRef(_:a372f2f9-28b6-48b3-b548-1f04fa3dacbd), ShapeRef(_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8df6fd54-3c58-4f8f-b260-95e841229366,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3c0ad435-a770-42ea-9b2e-0ad713faf2f3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.191 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3c0ad435-a770-42ea-9b2e-0ad713faf2f3 = 
22:52:16.191 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3c0ad435-a770-42ea-9b2e-0ad713faf2f3 = 
22:52:16.191 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3c0ad435-a770-42ea-9b2e-0ad713faf2f3: 
22:52:16.191 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a372f2f9-28b6-48b3-b548-1f04fa3dacbd = 
22:52:16.191 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a372f2f9-28b6-48b3-b548-1f04fa3dacbd = 
22:52:16.191 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a372f2f9-28b6-48b3-b548-1f04fa3dacbd: 
22:52:16.191 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:58c4205d-8d5c-49da-9ced-87842bfac3ef = 
22:52:16.191 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:58c4205d-8d5c-49da-9ced-87842bfac3ef = 
22:52:16.191 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:58c4205d-8d5c-49da-9ced-87842bfac3ef: 
22:52:16.191 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cadbd282-41f1-4d5c-83d1-70a514f3df3d = 
22:52:16.191 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cadbd282-41f1-4d5c-83d1-70a514f3df3d = 
22:52:16.191 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cadbd282-41f1-4d5c-83d1-70a514f3df3d: 
22:52:16.191 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bc1efbdf-ee93-49e7-a05a-347b2bf45647 = 
22:52:16.191 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bc1efbdf-ee93-49e7-a05a-347b2bf45647 = 
22:52:16.191 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bc1efbdf-ee93-49e7-a05a-347b2bf45647: 
22:52:16.192 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8df6fd54-3c58-4f8f-b260-95e841229366 = 
22:52:16.192 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8df6fd54-3c58-4f8f-b260-95e841229366 = 
22:52:16.192 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8df6fd54-3c58-4f8f-b260-95e841229366: 
22:52:16.192 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:72205c70-2f15-45ef-a673-c73efae9c5ae = 
22:52:16.192 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:72205c70-2f15-45ef-a673-c73efae9c5ae = 
22:52:16.192 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:72205c70-2f15-45ef-a673-c73efae9c5ae: 
22:52:16.192 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d932d9dd-f6cb-44c0-82df-523bd39b9ee0 = 
22:52:16.192 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d932d9dd-f6cb-44c0-82df-523bd39b9ee0 = 
22:52:16.192 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d932d9dd-f6cb-44c0-82df-523bd39b9ee0: 
22:52:16.193 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

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

22:52:16.195 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:16.195 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.195 [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-07T22:52:16.195Z"^^<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 .
22:52:16.203 [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-07T22:52:16.195Z"^^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-07T22:52:16.195Z"^^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:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
22:52:16.204 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {f07604c5-6fc2-470a-bae1-95ecd9b6ba22 @rdf:rest 7044dd12-03a6-4873-b75e-da1a621c4e2c; f07604c5-6fc2-470a-bae1-95ecd9b6ba22 @rdf:first "B"; 7044dd12-03a6-4873-b75e-da1a621c4e2c @rdf:rest rdf:nil; 7044dd12-03a6-4873-b75e-da1a621c4e2c @rdf:first "C"; 05ac81d3-b153-4461-a80a-b9313b26b48b @sh:path http://www.sampledomain.org/sam#integerProperty3; 05ac81d3-b153-4461-a80a-b9313b26b48b @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 05ac81d3-b153-4461-a80a-b9313b26b48b @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 05ac81d3-b153-4461-a80a-b9313b26b48b @rdf:type sh:Property; fceca95c-cb7b-4691-93dd-0da1447044d0 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; fceca95c-cb7b-4691-93dd-0da1447044d0 @sh:in 0e413627-56ab-498e-bbb2-e6d21d36678b; fceca95c-cb7b-4691-93dd-0da1447044d0 @rdf:type sh:Property; 0832e17f-a78b-4122-962f-91d0c97c1127 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 0832e17f-a78b-4122-962f-91d0c97c1127 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 0832e17f-a78b-4122-962f-91d0c97c1127 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 0832e17f-a78b-4122-962f-91d0c97c1127 @rdf:type sh:Property; 0cd3092c-7423-45c8-afc3-ae82eb5c1a27 @sh:path http://www.sampledomain.org/sam#integerProperty2; 0cd3092c-7423-45c8-afc3-ae82eb5c1a27 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer...} |  [f07604c5-6fc2-470a-bae1-95ecd9b6ba22, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 7044dd12-03a6-4873-b75e-da1a621c4e2c] [f07604c5-6fc2-470a-bae1-95ecd9b6ba22, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [7044dd12-03a6-4873-b75e-da1a621c4e2c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [7044dd12-03a6-4873-b75e-da1a621c4e2c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [05ac81d3-b153-4461-a80a-b9313b26b48b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [05ac81d3-b153-4461-a80a-b9313b26b48b, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [05ac81d3-b153-4461-a80a-b9313b26b48b, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [05ac81d3-b153-4461-a80a-b9313b26b48b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fceca95c-cb7b-4691-93dd-0da1447044d0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [fceca95c-cb7b-4691-93dd-0da1447044d0, http://www.w3.org/ns/shacl#in, 0e413627-56ab-498e-bbb2-e6d21d36678b] [fceca95c-cb7b-4691-93dd-0da1447044d0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0832e17f-a78b-4122-962f-91d0c97c1127, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [0832e17f-a78b-4122-962f-91d0c97c1127, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0832e17f-a78b-4122-962f-91d0c97c1127, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0832e17f-a78b-4122-962f-91d0c97c1127, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0cd3092c-7423-45c8-afc3-ae82eb5c1a27, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [0cd3092c-7423-45c8-afc3-ae82eb5c1a27, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [0cd3092c-7423-45c8-afc3-ae82eb5c1a27, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [0cd3092c-7423-45c8-afc3-ae82eb5c1a27, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0e413627-56ab-498e-bbb2-e6d21d36678b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f07604c5-6fc2-470a-bae1-95ecd9b6ba22] [0e413627-56ab-498e-bbb2-e6d21d36678b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [e67d063f-1c48-44a3-b40c-f67482de3051, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [e67d063f-1c48-44a3-b40c-f67482de3051, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [e67d063f-1c48-44a3-b40c-f67482de3051, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [884b741b-808a-489e-8063-9a1310695149, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [884b741b-808a-489e-8063-9a1310695149, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [884b741b-808a-489e-8063-9a1310695149, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [884b741b-808a-489e-8063-9a1310695149, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [884b741b-808a-489e-8063-9a1310695149, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [884b741b-808a-489e-8063-9a1310695149, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [884b741b-808a-489e-8063-9a1310695149, 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, 05ac81d3-b153-4461-a80a-b9313b26b48b] [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, fceca95c-cb7b-4691-93dd-0da1447044d0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0832e17f-a78b-4122-962f-91d0c97c1127] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0cd3092c-7423-45c8-afc3-ae82eb5c1a27] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a856f378-7d64-4804-b099-d9ac609b5627] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e67d063f-1c48-44a3-b40c-f67482de3051] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 884b741b-808a-489e-8063-9a1310695149] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "true"^^http://www.w3.org/2001/XMLSchema#boolean] [a856f378-7d64-4804-b099-d9ac609b5627, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [a856f378-7d64-4804-b099-d9ac609b5627, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a856f378-7d64-4804-b099-d9ac609b5627, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a856f378-7d64-4804-b099-d9ac609b5627, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [a856f378-7d64-4804-b099-d9ac609b5627, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [a856f378-7d64-4804-b099-d9ac609b5627, http://www.w3.org/ns/shacl#pattern, "^B"] [a856f378-7d64-4804-b099-d9ac609b5627, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [a856f378-7d64-4804-b099-d9ac609b5627, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
22:52:16.204 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:16.205 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:16.207 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:0cd3092c-7423-45c8-afc3-ae82eb5c1a27,_:05ac81d3-b153-4461-a80a-b9313b26b48b,_:a856f378-7d64-4804-b099-d9ac609b5627,_:884b741b-808a-489e-8063-9a1310695149,_:e67d063f-1c48-44a3-b40c-f67482de3051,_:0832e17f-a78b-4122-962f-91d0c97c1127,_:fceca95c-cb7b-4691-93dd-0da1447044d0. Pending nodes: 
22:52:16.207 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0cd3092c-7423-45c8-afc3-ae82eb5c1a27
22:52:16.208 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:05ac81d3-b153-4461-a80a-b9313b26b48b
22:52:16.209 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a856f378-7d64-4804-b099-d9ac609b5627
22:52:16.210 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:884b741b-808a-489e-8063-9a1310695149
22:52:16.212 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e67d063f-1c48-44a3-b40c-f67482de3051
22:52:16.212 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0832e17f-a78b-4122-962f-91d0c97c1127
22:52:16.213 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fceca95c-cb7b-4691-93dd-0da1447044d0
22:52:16.214 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fceca95c-cb7b-4691-93dd-0da1447044d0
22:52:16.214 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:16.214 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0832e17f-a78b-4122-962f-91d0c97c1127
22:52:16.214 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e67d063f-1c48-44a3-b40c-f67482de3051
22:52:16.214 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:884b741b-808a-489e-8063-9a1310695149
22:52:16.214 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a856f378-7d64-4804-b099-d9ac609b5627
22:52:16.214 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:05ac81d3-b153-4461-a80a-b9313b26b48b
22:52:16.214 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0cd3092c-7423-45c8-afc3-ae82eb5c1a27
22:52:16.214 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fceca95c-cb7b-4691-93dd-0da1447044d0 = 
22:52:16.214 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fceca95c-cb7b-4691-93dd-0da1447044d0 = 
22:52:16.214 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fceca95c-cb7b-4691-93dd-0da1447044d0: 
22:52:16.214 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:16.215 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:16.215 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:16.215 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:16.215 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:16.215 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0cd3092c-7423-45c8-afc3-ae82eb5c1a27,_:05ac81d3-b153-4461-a80a-b9313b26b48b,_:a856f378-7d64-4804-b099-d9ac609b5627,_:884b741b-808a-489e-8063-9a1310695149,_:e67d063f-1c48-44a3-b40c-f67482de3051,_:0832e17f-a78b-4122-962f-91d0c97c1127,_:fceca95c-cb7b-4691-93dd-0da1447044d0)
22:52:16.215 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0cd3092c-7423-45c8-afc3-ae82eb5c1a27)
22:52:16.215 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:05ac81d3-b153-4461-a80a-b9313b26b48b)
22:52:16.215 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a856f378-7d64-4804-b099-d9ac609b5627)
22:52:16.215 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:884b741b-808a-489e-8063-9a1310695149)
22:52:16.215 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e67d063f-1c48-44a3-b40c-f67482de3051)
22:52:16.215 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0832e17f-a78b-4122-962f-91d0c97c1127)
22:52:16.215 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fceca95c-cb7b-4691-93dd-0da1447044d0)
22:52:16.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.216 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0cd3092c-7423-45c8-afc3-ae82eb5c1a27=ShapeTyping(TypingMap(Map()))
22:52:16.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.216 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:05ac81d3-b153-4461-a80a-b9313b26b48b=ShapeTyping(TypingMap(Map()))
22:52:16.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.218 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a856f378-7d64-4804-b099-d9ac609b5627],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:16.219 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a856f378-7d64-4804-b099-d9ac609b5627=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0cd3092c-7423-45c8-afc3-ae82eb5c1a27), ShapeRef(_:05ac81d3-b153-4461-a80a-b9313b26b48b), ShapeRef(_:a856f378-7d64-4804-b099-d9ac609b5627), ShapeRef(_:884b741b-808a-489e-8063-9a1310695149), ShapeRef(_:e67d063f-1c48-44a3-b40c-f67482de3051), ShapeRef(_:0832e17f-a78b-4122-962f-91d0c97c1127), ShapeRef(_:fceca95c-cb7b-4691-93dd-0da1447044d0)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:a856f378-7d64-4804-b099-d9ac609b5627,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.220 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:884b741b-808a-489e-8063-9a1310695149],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:16.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.221 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:884b741b-808a-489e-8063-9a1310695149=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0cd3092c-7423-45c8-afc3-ae82eb5c1a27), ShapeRef(_:05ac81d3-b153-4461-a80a-b9313b26b48b), ShapeRef(_:a856f378-7d64-4804-b099-d9ac609b5627), ShapeRef(_:884b741b-808a-489e-8063-9a1310695149), ShapeRef(_:e67d063f-1c48-44a3-b40c-f67482de3051), ShapeRef(_:0832e17f-a78b-4122-962f-91d0c97c1127), ShapeRef(_:fceca95c-cb7b-4691-93dd-0da1447044d0)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:884b741b-808a-489e-8063-9a1310695149,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.221 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e67d063f-1c48-44a3-b40c-f67482de3051=ShapeTyping(TypingMap(Map()))
22:52:16.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.222 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:16.195Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0832e17f-a78b-4122-962f-91d0c97c1127],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:16.222 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0832e17f-a78b-4122-962f-91d0c97c1127=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0cd3092c-7423-45c8-afc3-ae82eb5c1a27), ShapeRef(_:05ac81d3-b153-4461-a80a-b9313b26b48b), ShapeRef(_:a856f378-7d64-4804-b099-d9ac609b5627), ShapeRef(_:884b741b-808a-489e-8063-9a1310695149), ShapeRef(_:e67d063f-1c48-44a3-b40c-f67482de3051), ShapeRef(_:0832e17f-a78b-4122-962f-91d0c97c1127), ShapeRef(_:fceca95c-cb7b-4691-93dd-0da1447044d0)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:0832e17f-a78b-4122-962f-91d0c97c1127,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.223 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fceca95c-cb7b-4691-93dd-0da1447044d0=ShapeTyping(TypingMap(Map()))
22:52:16.223 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0cd3092c-7423-45c8-afc3-ae82eb5c1a27,_:05ac81d3-b153-4461-a80a-b9313b26b48b,_:a856f378-7d64-4804-b099-d9ac609b5627,_:884b741b-808a-489e-8063-9a1310695149,_:e67d063f-1c48-44a3-b40c-f67482de3051,_:0832e17f-a78b-4122-962f-91d0c97c1127,_:fceca95c-cb7b-4691-93dd-0da1447044d0)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0cd3092c-7423-45c8-afc3-ae82eb5c1a27), ShapeRef(_:05ac81d3-b153-4461-a80a-b9313b26b48b), ShapeRef(_:a856f378-7d64-4804-b099-d9ac609b5627), ShapeRef(_:884b741b-808a-489e-8063-9a1310695149), ShapeRef(_:e67d063f-1c48-44a3-b40c-f67482de3051), ShapeRef(_:0832e17f-a78b-4122-962f-91d0c97c1127), ShapeRef(_:fceca95c-cb7b-4691-93dd-0da1447044d0)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:884b741b-808a-489e-8063-9a1310695149,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:a856f378-7d64-4804-b099-d9ac609b5627,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:0832e17f-a78b-4122-962f-91d0c97c1127,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.282 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0cd3092c-7423-45c8-afc3-ae82eb5c1a27), ShapeRef(_:05ac81d3-b153-4461-a80a-b9313b26b48b), ShapeRef(_:a856f378-7d64-4804-b099-d9ac609b5627), ShapeRef(_:884b741b-808a-489e-8063-9a1310695149), ShapeRef(_:e67d063f-1c48-44a3-b40c-f67482de3051), ShapeRef(_:0832e17f-a78b-4122-962f-91d0c97c1127), ShapeRef(_:fceca95c-cb7b-4691-93dd-0da1447044d0)),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#integerProperty3>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#anotherStringProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
22:52:16.282 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0cd3092c-7423-45c8-afc3-ae82eb5c1a27), ShapeRef(_:05ac81d3-b153-4461-a80a-b9313b26b48b), ShapeRef(_:a856f378-7d64-4804-b099-d9ac609b5627), ShapeRef(_:884b741b-808a-489e-8063-9a1310695149), ShapeRef(_:e67d063f-1c48-44a3-b40c-f67482de3051), ShapeRef(_:0832e17f-a78b-4122-962f-91d0c97c1127), ShapeRef(_:fceca95c-cb7b-4691-93dd-0da1447044d0)),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#integerProperty3>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#anotherStringProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
22:52:16.282 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0832e17f-a78b-4122-962f-91d0c97c1127 = 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0832e17f-a78b-4122-962f-91d0c97c1127 = 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0832e17f-a78b-4122-962f-91d0c97c1127: 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e67d063f-1c48-44a3-b40c-f67482de3051 = 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e67d063f-1c48-44a3-b40c-f67482de3051 = 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e67d063f-1c48-44a3-b40c-f67482de3051: 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:884b741b-808a-489e-8063-9a1310695149 = 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:884b741b-808a-489e-8063-9a1310695149 = 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:884b741b-808a-489e-8063-9a1310695149: 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a856f378-7d64-4804-b099-d9ac609b5627 = 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a856f378-7d64-4804-b099-d9ac609b5627 = 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a856f378-7d64-4804-b099-d9ac609b5627: 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:05ac81d3-b153-4461-a80a-b9313b26b48b = 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:05ac81d3-b153-4461-a80a-b9313b26b48b = 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:05ac81d3-b153-4461-a80a-b9313b26b48b: 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0cd3092c-7423-45c8-afc3-ae82eb5c1a27 = 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0cd3092c-7423-45c8-afc3-ae82eb5c1a27 = 
22:52:16.283 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0cd3092c-7423-45c8-afc3-ae82eb5c1a27: 
22:52:16.287 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

22:52:16.290 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:16.290 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.290 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
22:52:16.291 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.291 [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.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-07T22:52:16.291Z"^^<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 .
22:52:16.302 [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-07T22:52:16.291Z"^^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-07T22:52:16.291Z"^^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:class     <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:datatype  oslc:Resource ;
                          sh:maxCount  1 ;
                          sh:minCount  0 ;
                          sh:name      "aReferenceProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:datatype     <http://www.w3.org/2001/XMLSchema#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#dateTime> ;
                          sh:minCount  1 ;
                          sh:name      "aSetOfDates" ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty3" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:minCount  0 ;
                          sh:name      "anotherIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
22:52:16.302 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {cf878755-91d6-49d2-aa4a-0ee47b9d4f98 @sh:path http://www.sampledomain.org/sam#integerProperty2; cf878755-91d6-49d2-aa4a-0ee47b9d4f98 @sh:name "integerProperty2"; cf878755-91d6-49d2-aa4a-0ee47b9d4f98 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cf878755-91d6-49d2-aa4a-0ee47b9d4f98 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cf878755-91d6-49d2-aa4a-0ee47b9d4f98 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; cf878755-91d6-49d2-aa4a-0ee47b9d4f98 @rdf:type sh:Property; cc71d709-b057-4d10-a973-10af21645cb5 @sh:path http://www.sampledomain.org/sam#aStringProperty; cc71d709-b057-4d10-a973-10af21645cb5 @sh:name "aStringProperty"; cc71d709-b057-4d10-a973-10af21645cb5 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cc71d709-b057-4d10-a973-10af21645cb5 @sh:datatype http://www.w3.org/2001/XMLSchema#string; cc71d709-b057-4d10-a973-10af21645cb5 @sh:description "a Simple Single String Property"; cc71d709-b057-4d10-a973-10af21645cb5 @rdf:type sh:Property; 64a8d3de-13c4-477a-87de-36261f78595d @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 64a8d3de-13c4-477a-87de-36261f78595d @sh:name "anIntegerProperty"; 64a8d3de-13c4-477a-87de-36261f78595d @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 64a8d3de-13c4-477a-87de-36261f78595d @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 64a8d3de-13c4-477a-87de-36261f78595d @sh:datatype http://www.w3.org/2001/XMLSchema#integer...} |  [cf878755-91d6-49d2-aa4a-0ee47b9d4f98, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [cf878755-91d6-49d2-aa4a-0ee47b9d4f98, http://www.w3.org/ns/shacl#name, "integerProperty2"] [cf878755-91d6-49d2-aa4a-0ee47b9d4f98, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cf878755-91d6-49d2-aa4a-0ee47b9d4f98, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cf878755-91d6-49d2-aa4a-0ee47b9d4f98, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [cf878755-91d6-49d2-aa4a-0ee47b9d4f98, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cc71d709-b057-4d10-a973-10af21645cb5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [cc71d709-b057-4d10-a973-10af21645cb5, http://www.w3.org/ns/shacl#name, "aStringProperty"] [cc71d709-b057-4d10-a973-10af21645cb5, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cc71d709-b057-4d10-a973-10af21645cb5, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [cc71d709-b057-4d10-a973-10af21645cb5, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [cc71d709-b057-4d10-a973-10af21645cb5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [64a8d3de-13c4-477a-87de-36261f78595d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [64a8d3de-13c4-477a-87de-36261f78595d, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [64a8d3de-13c4-477a-87de-36261f78595d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [64a8d3de-13c4-477a-87de-36261f78595d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [64a8d3de-13c4-477a-87de-36261f78595d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [64a8d3de-13c4-477a-87de-36261f78595d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8c826c5d-f056-4812-b6e8-3c6f2c02b77c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [8c826c5d-f056-4812-b6e8-3c6f2c02b77c, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [8c826c5d-f056-4812-b6e8-3c6f2c02b77c, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [8c826c5d-f056-4812-b6e8-3c6f2c02b77c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8c826c5d-f056-4812-b6e8-3c6f2c02b77c, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8c826c5d-f056-4812-b6e8-3c6f2c02b77c, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [8c826c5d-f056-4812-b6e8-3c6f2c02b77c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f01d0d68-482b-4011-b740-4f50afb70cb7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [f01d0d68-482b-4011-b740-4f50afb70cb7, http://www.w3.org/ns/shacl#name, "integerProperty3"] [f01d0d68-482b-4011-b740-4f50afb70cb7, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f01d0d68-482b-4011-b740-4f50afb70cb7, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f01d0d68-482b-4011-b740-4f50afb70cb7, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f01d0d68-482b-4011-b740-4f50afb70cb7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [12b9d466-1f54-4a6e-bd6e-97c40e987c34, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [12b9d466-1f54-4a6e-bd6e-97c40e987c34, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [12b9d466-1f54-4a6e-bd6e-97c40e987c34, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [12b9d466-1f54-4a6e-bd6e-97c40e987c34, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [12b9d466-1f54-4a6e-bd6e-97c40e987c34, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [35b40e48-7ca6-4f30-a023-89f765659a54, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [35b40e48-7ca6-4f30-a023-89f765659a54, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [35b40e48-7ca6-4f30-a023-89f765659a54, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [35b40e48-7ca6-4f30-a023-89f765659a54, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [35b40e48-7ca6-4f30-a023-89f765659a54, 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, 8c826c5d-f056-4812-b6e8-3c6f2c02b77c] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, cf878755-91d6-49d2-aa4a-0ee47b9d4f98] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, cc71d709-b057-4d10-a973-10af21645cb5] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 64a8d3de-13c4-477a-87de-36261f78595d] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 12b9d466-1f54-4a6e-bd6e-97c40e987c34] [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, f01d0d68-482b-4011-b740-4f50afb70cb7] [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, 35b40e48-7ca6-4f30-a023-89f765659a54]>
22:52:16.303 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
22:52:16.304 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
22:52:16.306 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:35b40e48-7ca6-4f30-a023-89f765659a54,_:64a8d3de-13c4-477a-87de-36261f78595d,_:f01d0d68-482b-4011-b740-4f50afb70cb7,_:cc71d709-b057-4d10-a973-10af21645cb5,_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98,_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c,_:12b9d466-1f54-4a6e-bd6e-97c40e987c34. Pending nodes: 
22:52:16.306 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:35b40e48-7ca6-4f30-a023-89f765659a54
22:52:16.307 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:64a8d3de-13c4-477a-87de-36261f78595d
22:52:16.308 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f01d0d68-482b-4011-b740-4f50afb70cb7
22:52:16.309 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cc71d709-b057-4d10-a973-10af21645cb5
22:52:16.311 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cf878755-91d6-49d2-aa4a-0ee47b9d4f98
22:52:16.312 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8c826c5d-f056-4812-b6e8-3c6f2c02b77c
22:52:16.313 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:12b9d466-1f54-4a6e-bd6e-97c40e987c34
22:52:16.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:12b9d466-1f54-4a6e-bd6e-97c40e987c34
22:52:16.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8c826c5d-f056-4812-b6e8-3c6f2c02b77c
22:52:16.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cf878755-91d6-49d2-aa4a-0ee47b9d4f98
22:52:16.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cc71d709-b057-4d10-a973-10af21645cb5
22:52:16.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f01d0d68-482b-4011-b740-4f50afb70cb7
22:52:16.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
22:52:16.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:64a8d3de-13c4-477a-87de-36261f78595d
22:52:16.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:35b40e48-7ca6-4f30-a023-89f765659a54
22:52:16.314 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:12b9d466-1f54-4a6e-bd6e-97c40e987c34 = 
22:52:16.314 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:12b9d466-1f54-4a6e-bd6e-97c40e987c34 = 
22:52:16.315 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:12b9d466-1f54-4a6e-bd6e-97c40e987c34: 
22:52:16.315 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8c826c5d-f056-4812-b6e8-3c6f2c02b77c = 
22:52:16.315 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8c826c5d-f056-4812-b6e8-3c6f2c02b77c = 
22:52:16.315 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8c826c5d-f056-4812-b6e8-3c6f2c02b77c: 
22:52:16.315 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cf878755-91d6-49d2-aa4a-0ee47b9d4f98 = 
22:52:16.315 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cf878755-91d6-49d2-aa4a-0ee47b9d4f98 = 
22:52:16.315 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cf878755-91d6-49d2-aa4a-0ee47b9d4f98: 
22:52:16.315 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cc71d709-b057-4d10-a973-10af21645cb5 = 
22:52:16.315 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cc71d709-b057-4d10-a973-10af21645cb5 = 
22:52:16.315 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cc71d709-b057-4d10-a973-10af21645cb5: 
22:52:16.315 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f01d0d68-482b-4011-b740-4f50afb70cb7 = 
22:52:16.315 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f01d0d68-482b-4011-b740-4f50afb70cb7 = 
22:52:16.315 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f01d0d68-482b-4011-b740-4f50afb70cb7: 
22:52:16.315 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
22:52:16.315 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
22:52:16.316 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#anOslcResource>
22:52:16.316 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#anOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
22:52:16.316 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#anOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
22:52:16.316 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:35b40e48-7ca6-4f30-a023-89f765659a54,_:64a8d3de-13c4-477a-87de-36261f78595d,_:f01d0d68-482b-4011-b740-4f50afb70cb7,_:cc71d709-b057-4d10-a973-10af21645cb5,_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98,_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c,_:12b9d466-1f54-4a6e-bd6e-97c40e987c34)
22:52:16.316 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:35b40e48-7ca6-4f30-a023-89f765659a54)
22:52:16.316 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:64a8d3de-13c4-477a-87de-36261f78595d)
22:52:16.316 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:f01d0d68-482b-4011-b740-4f50afb70cb7)
22:52:16.316 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:cc71d709-b057-4d10-a973-10af21645cb5)
22:52:16.316 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98)
22:52:16.316 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c)
22:52:16.316 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:12b9d466-1f54-4a6e-bd6e-97c40e987c34)
22:52:16.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.316 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:35b40e48-7ca6-4f30-a023-89f765659a54],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:16.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.317 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:35b40e48-7ca6-4f30-a023-89f765659a54=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(_:35b40e48-7ca6-4f30-a023-89f765659a54), ShapeRef(_:64a8d3de-13c4-477a-87de-36261f78595d), ShapeRef(_:f01d0d68-482b-4011-b740-4f50afb70cb7), ShapeRef(_:cc71d709-b057-4d10-a973-10af21645cb5), ShapeRef(_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98), ShapeRef(_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c), ShapeRef(_:12b9d466-1f54-4a6e-bd6e-97c40e987c34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:35b40e48-7ca6-4f30-a023-89f765659a54,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>)))))))
22:52:16.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.318 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:64a8d3de-13c4-477a-87de-36261f78595d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:16.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.319 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:64a8d3de-13c4-477a-87de-36261f78595d=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(_:35b40e48-7ca6-4f30-a023-89f765659a54), ShapeRef(_:64a8d3de-13c4-477a-87de-36261f78595d), ShapeRef(_:f01d0d68-482b-4011-b740-4f50afb70cb7), ShapeRef(_:cc71d709-b057-4d10-a973-10af21645cb5), ShapeRef(_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98), ShapeRef(_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c), ShapeRef(_:12b9d466-1f54-4a6e-bd6e-97c40e987c34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:64a8d3de-13c4-477a-87de-36261f78595d,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>)))))))
22:52:16.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.319 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:f01d0d68-482b-4011-b740-4f50afb70cb7],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
22:52:16.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.320 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:f01d0d68-482b-4011-b740-4f50afb70cb7=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(_:35b40e48-7ca6-4f30-a023-89f765659a54), ShapeRef(_:64a8d3de-13c4-477a-87de-36261f78595d), ShapeRef(_:f01d0d68-482b-4011-b740-4f50afb70cb7), ShapeRef(_:cc71d709-b057-4d10-a973-10af21645cb5), ShapeRef(_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98), ShapeRef(_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c), ShapeRef(_:12b9d466-1f54-4a6e-bd6e-97c40e987c34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f01d0d68-482b-4011-b740-4f50afb70cb7,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>)))))))
22:52:16.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.321 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:cc71d709-b057-4d10-a973-10af21645cb5],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:16.321 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.321 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.321 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:cc71d709-b057-4d10-a973-10af21645cb5=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(_:35b40e48-7ca6-4f30-a023-89f765659a54), ShapeRef(_:64a8d3de-13c4-477a-87de-36261f78595d), ShapeRef(_:f01d0d68-482b-4011-b740-4f50afb70cb7), ShapeRef(_:cc71d709-b057-4d10-a973-10af21645cb5), ShapeRef(_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98), ShapeRef(_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c), ShapeRef(_:12b9d466-1f54-4a6e-bd6e-97c40e987c34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cc71d709-b057-4d10-a973-10af21645cb5,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>)))))))
22:52:16.321 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.321 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.322 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
22:52:16.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.323 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98=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(_:35b40e48-7ca6-4f30-a023-89f765659a54), ShapeRef(_:64a8d3de-13c4-477a-87de-36261f78595d), ShapeRef(_:f01d0d68-482b-4011-b740-4f50afb70cb7), ShapeRef(_:cc71d709-b057-4d10-a973-10af21645cb5), ShapeRef(_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98), ShapeRef(_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c), ShapeRef(_:12b9d466-1f54-4a6e-bd6e-97c40e987c34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98,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>)))))))
22:52:16.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.323 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
22:52:16.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.324 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c=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(_:35b40e48-7ca6-4f30-a023-89f765659a54), ShapeRef(_:64a8d3de-13c4-477a-87de-36261f78595d), ShapeRef(_:f01d0d68-482b-4011-b740-4f50afb70cb7), ShapeRef(_:cc71d709-b057-4d10-a973-10af21645cb5), ShapeRef(_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98), ShapeRef(_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c), ShapeRef(_:12b9d466-1f54-4a6e-bd6e-97c40e987c34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c,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>)))))))
22:52:16.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.324 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-11-07T22:52:16.291Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:12b9d466-1f54-4a6e-bd6e-97c40e987c34],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:16.325 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.325 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.325 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:12b9d466-1f54-4a6e-bd6e-97c40e987c34=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(_:35b40e48-7ca6-4f30-a023-89f765659a54), ShapeRef(_:64a8d3de-13c4-477a-87de-36261f78595d), ShapeRef(_:f01d0d68-482b-4011-b740-4f50afb70cb7), ShapeRef(_:cc71d709-b057-4d10-a973-10af21645cb5), ShapeRef(_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98), ShapeRef(_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c), ShapeRef(_:12b9d466-1f54-4a6e-bd6e-97c40e987c34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:12b9d466-1f54-4a6e-bd6e-97c40e987c34,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-07T22:52:16.291Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
22:52:16.325 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:35b40e48-7ca6-4f30-a023-89f765659a54,_:64a8d3de-13c4-477a-87de-36261f78595d,_:f01d0d68-482b-4011-b740-4f50afb70cb7,_:cc71d709-b057-4d10-a973-10af21645cb5,_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98,_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c,_:12b9d466-1f54-4a6e-bd6e-97c40e987c34)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(PropertyShape(_:f01d0d68-482b-4011-b740-4f50afb70cb7,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(_:12b9d466-1f54-4a6e-bd6e-97c40e987c34,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-07T22:52:16.291Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:35b40e48-7ca6-4f30-a023-89f765659a54,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(_:cc71d709-b057-4d10-a973-10af21645cb5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#string>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "Cat" has datatype <http://www.w3.org/2001/XMLSchema#string>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:35b40e48-7ca6-4f30-a023-89f765659a54), ShapeRef(_:64a8d3de-13c4-477a-87de-36261f78595d), ShapeRef(_:f01d0d68-482b-4011-b740-4f50afb70cb7), ShapeRef(_:cc71d709-b057-4d10-a973-10af21645cb5), ShapeRef(_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98), ShapeRef(_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c), ShapeRef(_:12b9d466-1f54-4a6e-bd6e-97c40e987c34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c,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(_:64a8d3de-13c4-477a-87de-36261f78595d,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>)))))))
22:52:16.326 [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(_:f01d0d68-482b-4011-b740-4f50afb70cb7,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(_:12b9d466-1f54-4a6e-bd6e-97c40e987c34,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-07T22:52:16.291Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:35b40e48-7ca6-4f30-a023-89f765659a54,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(_:cc71d709-b057-4d10-a973-10af21645cb5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#string>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "Cat" has datatype <http://www.w3.org/2001/XMLSchema#string>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:35b40e48-7ca6-4f30-a023-89f765659a54), ShapeRef(_:64a8d3de-13c4-477a-87de-36261f78595d), ShapeRef(_:f01d0d68-482b-4011-b740-4f50afb70cb7), ShapeRef(_:cc71d709-b057-4d10-a973-10af21645cb5), ShapeRef(_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98), ShapeRef(_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c), ShapeRef(_:12b9d466-1f54-4a6e-bd6e-97c40e987c34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c,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(_:64a8d3de-13c4-477a-87de-36261f78595d,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>)))))))
22:52:16.326 [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(_:f01d0d68-482b-4011-b740-4f50afb70cb7,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(_:12b9d466-1f54-4a6e-bd6e-97c40e987c34,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-07T22:52:16.291Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:35b40e48-7ca6-4f30-a023-89f765659a54,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(_:cc71d709-b057-4d10-a973-10af21645cb5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#string>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "Cat" has datatype <http://www.w3.org/2001/XMLSchema#string>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:35b40e48-7ca6-4f30-a023-89f765659a54), ShapeRef(_:64a8d3de-13c4-477a-87de-36261f78595d), ShapeRef(_:f01d0d68-482b-4011-b740-4f50afb70cb7), ShapeRef(_:cc71d709-b057-4d10-a973-10af21645cb5), ShapeRef(_:cf878755-91d6-49d2-aa4a-0ee47b9d4f98), ShapeRef(_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c), ShapeRef(_:12b9d466-1f54-4a6e-bd6e-97c40e987c34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8c826c5d-f056-4812-b6e8-3c6f2c02b77c,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(_:64a8d3de-13c4-477a-87de-36261f78595d,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>)))))))
22:52:16.326 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:64a8d3de-13c4-477a-87de-36261f78595d = 
22:52:16.326 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:64a8d3de-13c4-477a-87de-36261f78595d = 
22:52:16.326 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:64a8d3de-13c4-477a-87de-36261f78595d: 
22:52:16.326 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:35b40e48-7ca6-4f30-a023-89f765659a54 = 
22:52:16.326 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:35b40e48-7ca6-4f30-a023-89f765659a54 = 
22:52:16.326 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:35b40e48-7ca6-4f30-a023-89f765659a54: 
22:52:16.327 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

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

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

22:52:16.329 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:16.329 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.329 [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-07T22:52:16.329Z"^^<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 .
22:52:16.388 [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-07T22:52:16.329Z"^^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-07T22:52:16.329Z"^^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:class     <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:datatype  oslc:Resource ;
                          sh:maxCount  1 ;
                          sh:minCount  0 ;
                          sh:name      "aReferenceProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "anIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty3" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#dateTime> ;
                          sh:minCount  1 ;
                          sh:name      "aSetOfDates" ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:minCount  0 ;
                          sh:name      "anotherIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:datatype     <http://www.w3.org/2001/XMLSchema#string> ;
                          sh:description  "a Simple Single String Property" ;
                          sh:minCount     1 ;
                          sh:name         "aStringProperty" ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
22:52:16.389 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {bb1e341d-c2fc-4667-b428-e7780b68bf1e @sh:path http://www.sampledomain.org/sam#aReferenceProperty; bb1e341d-c2fc-4667-b428-e7780b68bf1e @sh:name "aReferenceProperty"; bb1e341d-c2fc-4667-b428-e7780b68bf1e @sh:class http://www.sampledomain.org/sam#AnotherResource; bb1e341d-c2fc-4667-b428-e7780b68bf1e @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; bb1e341d-c2fc-4667-b428-e7780b68bf1e @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; bb1e341d-c2fc-4667-b428-e7780b68bf1e @sh:datatype oslc:Resource; bb1e341d-c2fc-4667-b428-e7780b68bf1e @rdf:type sh:Property; 8fea1632-45b2-410b-b60c-419f66329722 @sh:path http://www.sampledomain.org/sam#aStringProperty; 8fea1632-45b2-410b-b60c-419f66329722 @sh:name "aStringProperty"; 8fea1632-45b2-410b-b60c-419f66329722 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 8fea1632-45b2-410b-b60c-419f66329722 @sh:datatype http://www.w3.org/2001/XMLSchema#string; 8fea1632-45b2-410b-b60c-419f66329722 @sh:description "a Simple Single String Property"; 8fea1632-45b2-410b-b60c-419f66329722 @rdf:type sh:Property; d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f @sh:path http://www.sampledomain.org/sam#integerProperty2; d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f @sh:name "integerProperty2"; d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [bb1e341d-c2fc-4667-b428-e7780b68bf1e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [bb1e341d-c2fc-4667-b428-e7780b68bf1e, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [bb1e341d-c2fc-4667-b428-e7780b68bf1e, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [bb1e341d-c2fc-4667-b428-e7780b68bf1e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bb1e341d-c2fc-4667-b428-e7780b68bf1e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [bb1e341d-c2fc-4667-b428-e7780b68bf1e, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [bb1e341d-c2fc-4667-b428-e7780b68bf1e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8fea1632-45b2-410b-b60c-419f66329722, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [8fea1632-45b2-410b-b60c-419f66329722, http://www.w3.org/ns/shacl#name, "aStringProperty"] [8fea1632-45b2-410b-b60c-419f66329722, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8fea1632-45b2-410b-b60c-419f66329722, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [8fea1632-45b2-410b-b60c-419f66329722, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [8fea1632-45b2-410b-b60c-419f66329722, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f, http://www.w3.org/ns/shacl#name, "integerProperty2"] [d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bffcff3d-76cc-46c4-8633-8d49d290bf41, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [bffcff3d-76cc-46c4-8633-8d49d290bf41, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [bffcff3d-76cc-46c4-8633-8d49d290bf41, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [bffcff3d-76cc-46c4-8633-8d49d290bf41, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [bffcff3d-76cc-46c4-8633-8d49d290bf41, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6754508f-a978-4b9f-acdc-9b50481491e5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [6754508f-a978-4b9f-acdc-9b50481491e5, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [6754508f-a978-4b9f-acdc-9b50481491e5, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6754508f-a978-4b9f-acdc-9b50481491e5, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6754508f-a978-4b9f-acdc-9b50481491e5, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6754508f-a978-4b9f-acdc-9b50481491e5, 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, bb1e341d-c2fc-4667-b428-e7780b68bf1e] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 6754508f-a978-4b9f-acdc-9b50481491e5] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, b52a1085-8e20-46ea-8895-6022e0f2acc9] [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, d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, bffcff3d-76cc-46c4-8633-8d49d290bf41] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 8fea1632-45b2-410b-b60c-419f66329722] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AnOslcResource] [b52a1085-8e20-46ea-8895-6022e0f2acc9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [b52a1085-8e20-46ea-8895-6022e0f2acc9, http://www.w3.org/ns/shacl#name, "integerProperty3"] [b52a1085-8e20-46ea-8895-6022e0f2acc9, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b52a1085-8e20-46ea-8895-6022e0f2acc9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b52a1085-8e20-46ea-8895-6022e0f2acc9, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b52a1085-8e20-46ea-8895-6022e0f2acc9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
22:52:16.390 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
22:52:16.391 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
22:52:16.392 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:b52a1085-8e20-46ea-8895-6022e0f2acc9,_:bb1e341d-c2fc-4667-b428-e7780b68bf1e,_:6754508f-a978-4b9f-acdc-9b50481491e5,_:bffcff3d-76cc-46c4-8633-8d49d290bf41,_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464,_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f,_:8fea1632-45b2-410b-b60c-419f66329722. Pending nodes: 
22:52:16.393 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b52a1085-8e20-46ea-8895-6022e0f2acc9
22:52:16.394 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bb1e341d-c2fc-4667-b428-e7780b68bf1e
22:52:16.395 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6754508f-a978-4b9f-acdc-9b50481491e5
22:52:16.396 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bffcff3d-76cc-46c4-8633-8d49d290bf41
22:52:16.397 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464
22:52:16.398 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f
22:52:16.399 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8fea1632-45b2-410b-b60c-419f66329722
22:52:16.400 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8fea1632-45b2-410b-b60c-419f66329722
22:52:16.400 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f
22:52:16.400 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464
22:52:16.400 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bffcff3d-76cc-46c4-8633-8d49d290bf41
22:52:16.400 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
22:52:16.400 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6754508f-a978-4b9f-acdc-9b50481491e5
22:52:16.400 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bb1e341d-c2fc-4667-b428-e7780b68bf1e
22:52:16.400 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b52a1085-8e20-46ea-8895-6022e0f2acc9
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8fea1632-45b2-410b-b60c-419f66329722 = 
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8fea1632-45b2-410b-b60c-419f66329722 = 
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8fea1632-45b2-410b-b60c-419f66329722: 
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f = 
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f = 
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f: 
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464 = 
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464 = 
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464: 
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bffcff3d-76cc-46c4-8633-8d49d290bf41 = 
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bffcff3d-76cc-46c4-8633-8d49d290bf41 = 
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bffcff3d-76cc-46c4-8633-8d49d290bf41: 
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#AnOslcResource>
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AnOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
22:52:16.401 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:b52a1085-8e20-46ea-8895-6022e0f2acc9,_:bb1e341d-c2fc-4667-b428-e7780b68bf1e,_:6754508f-a978-4b9f-acdc-9b50481491e5,_:bffcff3d-76cc-46c4-8633-8d49d290bf41,_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464,_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f,_:8fea1632-45b2-410b-b60c-419f66329722)
22:52:16.402 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:b52a1085-8e20-46ea-8895-6022e0f2acc9)
22:52:16.402 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:bb1e341d-c2fc-4667-b428-e7780b68bf1e)
22:52:16.402 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:6754508f-a978-4b9f-acdc-9b50481491e5)
22:52:16.402 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:bffcff3d-76cc-46c4-8633-8d49d290bf41)
22:52:16.402 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464)
22:52:16.402 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f)
22:52:16.402 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:8fea1632-45b2-410b-b60c-419f66329722)
22:52:16.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.403 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:b52a1085-8e20-46ea-8895-6022e0f2acc9],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
22:52:16.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.403 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:b52a1085-8e20-46ea-8895-6022e0f2acc9=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(_:b52a1085-8e20-46ea-8895-6022e0f2acc9), ShapeRef(_:bb1e341d-c2fc-4667-b428-e7780b68bf1e), ShapeRef(_:6754508f-a978-4b9f-acdc-9b50481491e5), ShapeRef(_:bffcff3d-76cc-46c4-8633-8d49d290bf41), ShapeRef(_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464), ShapeRef(_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f), ShapeRef(_:8fea1632-45b2-410b-b60c-419f66329722)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b52a1085-8e20-46ea-8895-6022e0f2acc9,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>)))))))
22:52:16.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.404 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:bb1e341d-c2fc-4667-b428-e7780b68bf1e],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
22:52:16.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.405 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:bb1e341d-c2fc-4667-b428-e7780b68bf1e=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(_:b52a1085-8e20-46ea-8895-6022e0f2acc9), ShapeRef(_:bb1e341d-c2fc-4667-b428-e7780b68bf1e), ShapeRef(_:6754508f-a978-4b9f-acdc-9b50481491e5), ShapeRef(_:bffcff3d-76cc-46c4-8633-8d49d290bf41), ShapeRef(_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464), ShapeRef(_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f), ShapeRef(_:8fea1632-45b2-410b-b60c-419f66329722)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bb1e341d-c2fc-4667-b428-e7780b68bf1e,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>)))))))
22:52:16.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.406 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:6754508f-a978-4b9f-acdc-9b50481491e5],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:16.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.406 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:6754508f-a978-4b9f-acdc-9b50481491e5=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(_:b52a1085-8e20-46ea-8895-6022e0f2acc9), ShapeRef(_:bb1e341d-c2fc-4667-b428-e7780b68bf1e), ShapeRef(_:6754508f-a978-4b9f-acdc-9b50481491e5), ShapeRef(_:bffcff3d-76cc-46c4-8633-8d49d290bf41), ShapeRef(_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464), ShapeRef(_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f), ShapeRef(_:8fea1632-45b2-410b-b60c-419f66329722)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6754508f-a978-4b9f-acdc-9b50481491e5,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>)))))))
22:52:16.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.407 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:bffcff3d-76cc-46c4-8633-8d49d290bf41],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:16.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.408 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:bffcff3d-76cc-46c4-8633-8d49d290bf41=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(_:b52a1085-8e20-46ea-8895-6022e0f2acc9), ShapeRef(_:bb1e341d-c2fc-4667-b428-e7780b68bf1e), ShapeRef(_:6754508f-a978-4b9f-acdc-9b50481491e5), ShapeRef(_:bffcff3d-76cc-46c4-8633-8d49d290bf41), ShapeRef(_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464), ShapeRef(_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f), ShapeRef(_:8fea1632-45b2-410b-b60c-419f66329722)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bffcff3d-76cc-46c4-8633-8d49d290bf41,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>)))))))
22:52:16.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.409 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-11-07T22:52:16.329Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:16.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.409 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464=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(_:b52a1085-8e20-46ea-8895-6022e0f2acc9), ShapeRef(_:bb1e341d-c2fc-4667-b428-e7780b68bf1e), ShapeRef(_:6754508f-a978-4b9f-acdc-9b50481491e5), ShapeRef(_:bffcff3d-76cc-46c4-8633-8d49d290bf41), ShapeRef(_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464), ShapeRef(_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f), ShapeRef(_:8fea1632-45b2-410b-b60c-419f66329722)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464,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-07T22:52:16.329Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
22:52:16.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.410 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
22:52:16.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.411 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f=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(_:b52a1085-8e20-46ea-8895-6022e0f2acc9), ShapeRef(_:bb1e341d-c2fc-4667-b428-e7780b68bf1e), ShapeRef(_:6754508f-a978-4b9f-acdc-9b50481491e5), ShapeRef(_:bffcff3d-76cc-46c4-8633-8d49d290bf41), ShapeRef(_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464), ShapeRef(_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f), ShapeRef(_:8fea1632-45b2-410b-b60c-419f66329722)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f,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"))))))))
22:52:16.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.411 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:8fea1632-45b2-410b-b60c-419f66329722],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:16.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.412 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:8fea1632-45b2-410b-b60c-419f66329722=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(_:b52a1085-8e20-46ea-8895-6022e0f2acc9), ShapeRef(_:bb1e341d-c2fc-4667-b428-e7780b68bf1e), ShapeRef(_:6754508f-a978-4b9f-acdc-9b50481491e5), ShapeRef(_:bffcff3d-76cc-46c4-8633-8d49d290bf41), ShapeRef(_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464), ShapeRef(_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f), ShapeRef(_:8fea1632-45b2-410b-b60c-419f66329722)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8fea1632-45b2-410b-b60c-419f66329722,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>)))))))
22:52:16.412 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:b52a1085-8e20-46ea-8895-6022e0f2acc9,_:bb1e341d-c2fc-4667-b428-e7780b68bf1e,_:6754508f-a978-4b9f-acdc-9b50481491e5,_:bffcff3d-76cc-46c4-8633-8d49d290bf41,_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464,_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f,_:8fea1632-45b2-410b-b60c-419f66329722)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(PropertyShape(_:8fea1632-45b2-410b-b60c-419f66329722,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(_:6754508f-a978-4b9f-acdc-9b50481491e5,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(_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464,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-07T22:52:16.329Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:bb1e341d-c2fc-4667-b428-e7780b68bf1e,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(_:b52a1085-8e20-46ea-8895-6022e0f2acc9), ShapeRef(_:bb1e341d-c2fc-4667-b428-e7780b68bf1e), ShapeRef(_:6754508f-a978-4b9f-acdc-9b50481491e5), ShapeRef(_:bffcff3d-76cc-46c4-8633-8d49d290bf41), ShapeRef(_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464), ShapeRef(_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f), ShapeRef(_:8fea1632-45b2-410b-b60c-419f66329722)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f,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(_:b52a1085-8e20-46ea-8895-6022e0f2acc9,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(_:bffcff3d-76cc-46c4-8633-8d49d290bf41,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>)))))))
22:52:16.413 [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(_:8fea1632-45b2-410b-b60c-419f66329722,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(_:6754508f-a978-4b9f-acdc-9b50481491e5,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(_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464,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-07T22:52:16.329Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:bb1e341d-c2fc-4667-b428-e7780b68bf1e,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(_:b52a1085-8e20-46ea-8895-6022e0f2acc9), ShapeRef(_:bb1e341d-c2fc-4667-b428-e7780b68bf1e), ShapeRef(_:6754508f-a978-4b9f-acdc-9b50481491e5), ShapeRef(_:bffcff3d-76cc-46c4-8633-8d49d290bf41), ShapeRef(_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464), ShapeRef(_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f), ShapeRef(_:8fea1632-45b2-410b-b60c-419f66329722)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f,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(_:b52a1085-8e20-46ea-8895-6022e0f2acc9,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(_:bffcff3d-76cc-46c4-8633-8d49d290bf41,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>)))))))
22:52:16.413 [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(_:8fea1632-45b2-410b-b60c-419f66329722,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(_:6754508f-a978-4b9f-acdc-9b50481491e5,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(_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464,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-07T22:52:16.329Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:bb1e341d-c2fc-4667-b428-e7780b68bf1e,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(_:b52a1085-8e20-46ea-8895-6022e0f2acc9), ShapeRef(_:bb1e341d-c2fc-4667-b428-e7780b68bf1e), ShapeRef(_:6754508f-a978-4b9f-acdc-9b50481491e5), ShapeRef(_:bffcff3d-76cc-46c4-8633-8d49d290bf41), ShapeRef(_:e79d8e3b-fdad-4ec3-9f3b-7ab1edbb8464), ShapeRef(_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f), ShapeRef(_:8fea1632-45b2-410b-b60c-419f66329722)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d6c5c47f-bfa6-46d6-97ab-5edb7fdb492f,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(_:b52a1085-8e20-46ea-8895-6022e0f2acc9,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(_:bffcff3d-76cc-46c4-8633-8d49d290bf41,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>)))))))
22:52:16.413 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6754508f-a978-4b9f-acdc-9b50481491e5 = 
22:52:16.413 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6754508f-a978-4b9f-acdc-9b50481491e5 = 
22:52:16.413 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6754508f-a978-4b9f-acdc-9b50481491e5: 
22:52:16.413 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bb1e341d-c2fc-4667-b428-e7780b68bf1e = 
22:52:16.413 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bb1e341d-c2fc-4667-b428-e7780b68bf1e = 
22:52:16.413 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bb1e341d-c2fc-4667-b428-e7780b68bf1e: 
22:52:16.413 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b52a1085-8e20-46ea-8895-6022e0f2acc9 = 
22:52:16.413 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b52a1085-8e20-46ea-8895-6022e0f2acc9 = 
22:52:16.413 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b52a1085-8e20-46ea-8895-6022e0f2acc9: 
22:52:16.415 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

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

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  <http://www.sampledomain.org/sam#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
               ]
] .

22:52:16.418 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:16.418 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.418 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
22:52:16.418 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.418 [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.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-07T22:52:16.419Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty3>
                15 .
22:52:16.483 [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-07T22:52:16.419Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.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-07T22:52:16.419Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
22:52:16.483 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {8b24b8a6-9865-4e39-a7da-358f3a72c333 @sh:path http://www.sampledomain.org/sam#integerProperty2; 8b24b8a6-9865-4e39-a7da-358f3a72c333 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 8b24b8a6-9865-4e39-a7da-358f3a72c333 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 8b24b8a6-9865-4e39-a7da-358f3a72c333 @rdf:type sh:Property; 4db3b4e7-0103-4358-9ce3-188d03c8f9de @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 4db3b4e7-0103-4358-9ce3-188d03c8f9de @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4db3b4e7-0103-4358-9ce3-188d03c8f9de @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4db3b4e7-0103-4358-9ce3-188d03c8f9de @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 4db3b4e7-0103-4358-9ce3-188d03c8f9de @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 4db3b4e7-0103-4358-9ce3-188d03c8f9de @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 4db3b4e7-0103-4358-9ce3-188d03c8f9de @rdf:type sh:Property; 431545c8-dccb-4d96-8cff-e1e7d6d63d0c @rdf:rest rdf:nil; 431545c8-dccb-4d96-8cff-e1e7d6d63d0c @rdf:first "C"; 261d704a-1fcb-49df-b5c7-b48cd4406bc8 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 261d704a-1fcb-49df-b5c7-b48cd4406bc8 @sh:class http://www.sampledomain.org/sam#AnotherResource; 261d704a-1fcb-49df-b5c7-b48cd4406bc8 @rdf:type sh:Property; 75a38764-67e3-4078-a909-ac7c6c2542ce @rdf:rest 01946d6e-8ebf-4e00-ae28-2e526ac2dd18...} |  [8b24b8a6-9865-4e39-a7da-358f3a72c333, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [8b24b8a6-9865-4e39-a7da-358f3a72c333, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [8b24b8a6-9865-4e39-a7da-358f3a72c333, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [8b24b8a6-9865-4e39-a7da-358f3a72c333, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4db3b4e7-0103-4358-9ce3-188d03c8f9de, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [4db3b4e7-0103-4358-9ce3-188d03c8f9de, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4db3b4e7-0103-4358-9ce3-188d03c8f9de, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4db3b4e7-0103-4358-9ce3-188d03c8f9de, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4db3b4e7-0103-4358-9ce3-188d03c8f9de, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4db3b4e7-0103-4358-9ce3-188d03c8f9de, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4db3b4e7-0103-4358-9ce3-188d03c8f9de, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [431545c8-dccb-4d96-8cff-e1e7d6d63d0c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [431545c8-dccb-4d96-8cff-e1e7d6d63d0c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [261d704a-1fcb-49df-b5c7-b48cd4406bc8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [261d704a-1fcb-49df-b5c7-b48cd4406bc8, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [261d704a-1fcb-49df-b5c7-b48cd4406bc8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [75a38764-67e3-4078-a909-ac7c6c2542ce, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 01946d6e-8ebf-4e00-ae28-2e526ac2dd18] [75a38764-67e3-4078-a909-ac7c6c2542ce, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [a4718fad-5825-471f-9447-b51b66f93fd4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [a4718fad-5825-471f-9447-b51b66f93fd4, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a4718fad-5825-471f-9447-b51b66f93fd4, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a4718fad-5825-471f-9447-b51b66f93fd4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bc9725c5-1bce-4701-85f8-6be9048fa995, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [bc9725c5-1bce-4701-85f8-6be9048fa995, http://www.w3.org/ns/shacl#in, 75a38764-67e3-4078-a909-ac7c6c2542ce] [bc9725c5-1bce-4701-85f8-6be9048fa995, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [01946d6e-8ebf-4e00-ae28-2e526ac2dd18, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 431545c8-dccb-4d96-8cff-e1e7d6d63d0c] [01946d6e-8ebf-4e00-ae28-2e526ac2dd18, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [b7787801-21ad-448f-8da8-9f0a2ffc629d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [b7787801-21ad-448f-8da8-9f0a2ffc629d, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b7787801-21ad-448f-8da8-9f0a2ffc629d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b7787801-21ad-448f-8da8-9f0a2ffc629d, 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, 261d704a-1fcb-49df-b5c7-b48cd4406bc8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, afcd7026-5e16-4ab3-9b03-272bfc18d24e] [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, 4db3b4e7-0103-4358-9ce3-188d03c8f9de] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a4718fad-5825-471f-9447-b51b66f93fd4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bc9725c5-1bce-4701-85f8-6be9048fa995] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b7787801-21ad-448f-8da8-9f0a2ffc629d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8b24b8a6-9865-4e39-a7da-358f3a72c333] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e] [afcd7026-5e16-4ab3-9b03-272bfc18d24e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [afcd7026-5e16-4ab3-9b03-272bfc18d24e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [afcd7026-5e16-4ab3-9b03-272bfc18d24e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [afcd7026-5e16-4ab3-9b03-272bfc18d24e, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [afcd7026-5e16-4ab3-9b03-272bfc18d24e, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [afcd7026-5e16-4ab3-9b03-272bfc18d24e, http://www.w3.org/ns/shacl#pattern, "^B"] [afcd7026-5e16-4ab3-9b03-272bfc18d24e, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [afcd7026-5e16-4ab3-9b03-272bfc18d24e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
22:52:16.484 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:16.485 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:16.487 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:8b24b8a6-9865-4e39-a7da-358f3a72c333,_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e,_:261d704a-1fcb-49df-b5c7-b48cd4406bc8,_:4db3b4e7-0103-4358-9ce3-188d03c8f9de,_:afcd7026-5e16-4ab3-9b03-272bfc18d24e,_:a4718fad-5825-471f-9447-b51b66f93fd4,_:b7787801-21ad-448f-8da8-9f0a2ffc629d,_:bc9725c5-1bce-4701-85f8-6be9048fa995. Pending nodes: 
22:52:16.487 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8b24b8a6-9865-4e39-a7da-358f3a72c333
22:52:16.488 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e
22:52:16.490 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:261d704a-1fcb-49df-b5c7-b48cd4406bc8
22:52:16.490 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4db3b4e7-0103-4358-9ce3-188d03c8f9de
22:52:16.492 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:afcd7026-5e16-4ab3-9b03-272bfc18d24e
22:52:16.493 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a4718fad-5825-471f-9447-b51b66f93fd4
22:52:16.494 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b7787801-21ad-448f-8da8-9f0a2ffc629d
22:52:16.494 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bc9725c5-1bce-4701-85f8-6be9048fa995
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bc9725c5-1bce-4701-85f8-6be9048fa995
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b7787801-21ad-448f-8da8-9f0a2ffc629d
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a4718fad-5825-471f-9447-b51b66f93fd4
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:afcd7026-5e16-4ab3-9b03-272bfc18d24e
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4db3b4e7-0103-4358-9ce3-188d03c8f9de
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:261d704a-1fcb-49df-b5c7-b48cd4406bc8
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8b24b8a6-9865-4e39-a7da-358f3a72c333
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bc9725c5-1bce-4701-85f8-6be9048fa995 = 
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bc9725c5-1bce-4701-85f8-6be9048fa995 = 
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bc9725c5-1bce-4701-85f8-6be9048fa995: 
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b7787801-21ad-448f-8da8-9f0a2ffc629d = 
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b7787801-21ad-448f-8da8-9f0a2ffc629d = 
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b7787801-21ad-448f-8da8-9f0a2ffc629d: 
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a4718fad-5825-471f-9447-b51b66f93fd4 = 
22:52:16.495 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a4718fad-5825-471f-9447-b51b66f93fd4 = 
22:52:16.496 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a4718fad-5825-471f-9447-b51b66f93fd4: 
22:52:16.496 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:16.496 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:16.496 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:16.496 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:16.496 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:16.496 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:8b24b8a6-9865-4e39-a7da-358f3a72c333,_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e,_:261d704a-1fcb-49df-b5c7-b48cd4406bc8,_:4db3b4e7-0103-4358-9ce3-188d03c8f9de,_:afcd7026-5e16-4ab3-9b03-272bfc18d24e,_:a4718fad-5825-471f-9447-b51b66f93fd4,_:b7787801-21ad-448f-8da8-9f0a2ffc629d,_:bc9725c5-1bce-4701-85f8-6be9048fa995)
22:52:16.496 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8b24b8a6-9865-4e39-a7da-358f3a72c333)
22:52:16.496 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e)
22:52:16.496 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:261d704a-1fcb-49df-b5c7-b48cd4406bc8)
22:52:16.496 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4db3b4e7-0103-4358-9ce3-188d03c8f9de)
22:52:16.496 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:afcd7026-5e16-4ab3-9b03-272bfc18d24e)
22:52:16.496 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a4718fad-5825-471f-9447-b51b66f93fd4)
22:52:16.496 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b7787801-21ad-448f-8da8-9f0a2ffc629d)
22:52:16.496 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bc9725c5-1bce-4701-85f8-6be9048fa995)
22:52:16.497 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.497 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.497 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.497 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.497 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8b24b8a6-9865-4e39-a7da-358f3a72c333=ShapeTyping(TypingMap(Map()))
22:52:16.497 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.497 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.497 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.497 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.498 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:16.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.499 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8b24b8a6-9865-4e39-a7da-358f3a72c333), ShapeRef(_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e), ShapeRef(_:261d704a-1fcb-49df-b5c7-b48cd4406bc8), ShapeRef(_:4db3b4e7-0103-4358-9ce3-188d03c8f9de), ShapeRef(_:afcd7026-5e16-4ab3-9b03-272bfc18d24e), ShapeRef(_:a4718fad-5825-471f-9447-b51b66f93fd4), ShapeRef(_:b7787801-21ad-448f-8da8-9f0a2ffc629d), ShapeRef(_:bc9725c5-1bce-4701-85f8-6be9048fa995)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.499 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:261d704a-1fcb-49df-b5c7-b48cd4406bc8=ShapeTyping(TypingMap(Map()))
22:52:16.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.500 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.500 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.500 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.500 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.501 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4db3b4e7-0103-4358-9ce3-188d03c8f9de],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:16.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.502 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4db3b4e7-0103-4358-9ce3-188d03c8f9de=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8b24b8a6-9865-4e39-a7da-358f3a72c333), ShapeRef(_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e), ShapeRef(_:261d704a-1fcb-49df-b5c7-b48cd4406bc8), ShapeRef(_:4db3b4e7-0103-4358-9ce3-188d03c8f9de), ShapeRef(_:afcd7026-5e16-4ab3-9b03-272bfc18d24e), ShapeRef(_:a4718fad-5825-471f-9447-b51b66f93fd4), ShapeRef(_:b7787801-21ad-448f-8da8-9f0a2ffc629d), ShapeRef(_:bc9725c5-1bce-4701-85f8-6be9048fa995)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4db3b4e7-0103-4358-9ce3-188d03c8f9de,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.504 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:afcd7026-5e16-4ab3-9b03-272bfc18d24e],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:16.504 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:afcd7026-5e16-4ab3-9b03-272bfc18d24e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8b24b8a6-9865-4e39-a7da-358f3a72c333), ShapeRef(_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e), ShapeRef(_:261d704a-1fcb-49df-b5c7-b48cd4406bc8), ShapeRef(_:4db3b4e7-0103-4358-9ce3-188d03c8f9de), ShapeRef(_:afcd7026-5e16-4ab3-9b03-272bfc18d24e), ShapeRef(_:a4718fad-5825-471f-9447-b51b66f93fd4), ShapeRef(_:b7787801-21ad-448f-8da8-9f0a2ffc629d), ShapeRef(_:bc9725c5-1bce-4701-85f8-6be9048fa995)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:afcd7026-5e16-4ab3-9b03-272bfc18d24e,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.505 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.505 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.506 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a4718fad-5825-471f-9447-b51b66f93fd4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8b24b8a6-9865-4e39-a7da-358f3a72c333), ShapeRef(_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e), ShapeRef(_:261d704a-1fcb-49df-b5c7-b48cd4406bc8), ShapeRef(_:4db3b4e7-0103-4358-9ce3-188d03c8f9de), ShapeRef(_:afcd7026-5e16-4ab3-9b03-272bfc18d24e), ShapeRef(_:a4718fad-5825-471f-9447-b51b66f93fd4), ShapeRef(_:b7787801-21ad-448f-8da8-9f0a2ffc629d), ShapeRef(_:bc9725c5-1bce-4701-85f8-6be9048fa995)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a4718fad-5825-471f-9447-b51b66f93fd4,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))))))))
22:52:16.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.507 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:16.419Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b7787801-21ad-448f-8da8-9f0a2ffc629d],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:16.507 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b7787801-21ad-448f-8da8-9f0a2ffc629d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8b24b8a6-9865-4e39-a7da-358f3a72c333), ShapeRef(_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e), ShapeRef(_:261d704a-1fcb-49df-b5c7-b48cd4406bc8), ShapeRef(_:4db3b4e7-0103-4358-9ce3-188d03c8f9de), ShapeRef(_:afcd7026-5e16-4ab3-9b03-272bfc18d24e), ShapeRef(_:a4718fad-5825-471f-9447-b51b66f93fd4), ShapeRef(_:b7787801-21ad-448f-8da8-9f0a2ffc629d), ShapeRef(_:bc9725c5-1bce-4701-85f8-6be9048fa995)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b7787801-21ad-448f-8da8-9f0a2ffc629d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.508 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bc9725c5-1bce-4701-85f8-6be9048fa995=ShapeTyping(TypingMap(Map()))
22:52:16.508 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:8b24b8a6-9865-4e39-a7da-358f3a72c333,_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e,_:261d704a-1fcb-49df-b5c7-b48cd4406bc8,_:4db3b4e7-0103-4358-9ce3-188d03c8f9de,_:afcd7026-5e16-4ab3-9b03-272bfc18d24e,_:a4718fad-5825-471f-9447-b51b66f93fd4,_:b7787801-21ad-448f-8da8-9f0a2ffc629d,_:bc9725c5-1bce-4701-85f8-6be9048fa995)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b7787801-21ad-448f-8da8-9f0a2ffc629d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:afcd7026-5e16-4ab3-9b03-272bfc18d24e,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4db3b4e7-0103-4358-9ce3-188d03c8f9de,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:8b24b8a6-9865-4e39-a7da-358f3a72c333), ShapeRef(_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e), ShapeRef(_:261d704a-1fcb-49df-b5c7-b48cd4406bc8), ShapeRef(_:4db3b4e7-0103-4358-9ce3-188d03c8f9de), ShapeRef(_:afcd7026-5e16-4ab3-9b03-272bfc18d24e), ShapeRef(_:a4718fad-5825-471f-9447-b51b66f93fd4), ShapeRef(_:b7787801-21ad-448f-8da8-9f0a2ffc629d), ShapeRef(_:bc9725c5-1bce-4701-85f8-6be9048fa995)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a4718fad-5825-471f-9447-b51b66f93fd4,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))))))))
22:52:16.508 [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(_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b7787801-21ad-448f-8da8-9f0a2ffc629d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:afcd7026-5e16-4ab3-9b03-272bfc18d24e,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4db3b4e7-0103-4358-9ce3-188d03c8f9de,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:8b24b8a6-9865-4e39-a7da-358f3a72c333), ShapeRef(_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e), ShapeRef(_:261d704a-1fcb-49df-b5c7-b48cd4406bc8), ShapeRef(_:4db3b4e7-0103-4358-9ce3-188d03c8f9de), ShapeRef(_:afcd7026-5e16-4ab3-9b03-272bfc18d24e), ShapeRef(_:a4718fad-5825-471f-9447-b51b66f93fd4), ShapeRef(_:b7787801-21ad-448f-8da8-9f0a2ffc629d), ShapeRef(_:bc9725c5-1bce-4701-85f8-6be9048fa995)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a4718fad-5825-471f-9447-b51b66f93fd4,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))))))))
22:52:16.508 [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(_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b7787801-21ad-448f-8da8-9f0a2ffc629d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:afcd7026-5e16-4ab3-9b03-272bfc18d24e,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:4db3b4e7-0103-4358-9ce3-188d03c8f9de,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:8b24b8a6-9865-4e39-a7da-358f3a72c333), ShapeRef(_:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e), ShapeRef(_:261d704a-1fcb-49df-b5c7-b48cd4406bc8), ShapeRef(_:4db3b4e7-0103-4358-9ce3-188d03c8f9de), ShapeRef(_:afcd7026-5e16-4ab3-9b03-272bfc18d24e), ShapeRef(_:a4718fad-5825-471f-9447-b51b66f93fd4), ShapeRef(_:b7787801-21ad-448f-8da8-9f0a2ffc629d), ShapeRef(_:bc9725c5-1bce-4701-85f8-6be9048fa995)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a4718fad-5825-471f-9447-b51b66f93fd4,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))))))))
22:52:16.509 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:afcd7026-5e16-4ab3-9b03-272bfc18d24e = 
22:52:16.509 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:afcd7026-5e16-4ab3-9b03-272bfc18d24e = 
22:52:16.509 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:afcd7026-5e16-4ab3-9b03-272bfc18d24e: 
22:52:16.509 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4db3b4e7-0103-4358-9ce3-188d03c8f9de = 
22:52:16.509 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4db3b4e7-0103-4358-9ce3-188d03c8f9de = 
22:52:16.509 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4db3b4e7-0103-4358-9ce3-188d03c8f9de: 
22:52:16.509 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:261d704a-1fcb-49df-b5c7-b48cd4406bc8 = 
22:52:16.509 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:261d704a-1fcb-49df-b5c7-b48cd4406bc8 = 
22:52:16.509 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:261d704a-1fcb-49df-b5c7-b48cd4406bc8: 
22:52:16.509 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e = 
22:52:16.509 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e = 
22:52:16.509 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:be443ad1-7dd3-4d9b-8cf9-8b8ef85c0f6e: 
22:52:16.509 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8b24b8a6-9865-4e39-a7da-358f3a72c333 = 
22:52:16.509 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8b24b8a6-9865-4e39-a7da-358f3a72c333 = 
22:52:16.509 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8b24b8a6-9865-4e39-a7da-358f3a72c333: 
22:52:16.510 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

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

22:52:16.512 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:16.512 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.512 [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-07T22:52:16.512Z"^^<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 .
22:52:16.519 [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-07T22:52:16.512Z"^^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-07T22:52:16.512Z"^^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:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
22:52:16.520 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {d20f8799-3913-4988-8247-dcf3016801ea @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; d20f8799-3913-4988-8247-dcf3016801ea @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; d20f8799-3913-4988-8247-dcf3016801ea @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; d20f8799-3913-4988-8247-dcf3016801ea @sh:datatype http://www.w3.org/2001/XMLSchema#integer; d20f8799-3913-4988-8247-dcf3016801ea @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; d20f8799-3913-4988-8247-dcf3016801ea @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; d20f8799-3913-4988-8247-dcf3016801ea @rdf:type sh:Property; 58ec2595-24ed-4ef5-99bf-d082a1e55b1d @sh:path http://www.sampledomain.org/sam#integerProperty2; 58ec2595-24ed-4ef5-99bf-d082a1e55b1d @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 58ec2595-24ed-4ef5-99bf-d082a1e55b1d @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 58ec2595-24ed-4ef5-99bf-d082a1e55b1d @rdf:type sh:Property; ae011347-27dc-4621-8d93-3c1868288246 @sh:path http://www.sampledomain.org/sam#aStringProperty; ae011347-27dc-4621-8d93-3c1868288246 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ae011347-27dc-4621-8d93-3c1868288246 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ae011347-27dc-4621-8d93-3c1868288246 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; ae011347-27dc-4621-8d93-3c1868288246 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; ae011347-27dc-4621-8d93-3c1868288246 @sh:pattern "^B"...} |  [d20f8799-3913-4988-8247-dcf3016801ea, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [d20f8799-3913-4988-8247-dcf3016801ea, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d20f8799-3913-4988-8247-dcf3016801ea, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d20f8799-3913-4988-8247-dcf3016801ea, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d20f8799-3913-4988-8247-dcf3016801ea, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d20f8799-3913-4988-8247-dcf3016801ea, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d20f8799-3913-4988-8247-dcf3016801ea, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [58ec2595-24ed-4ef5-99bf-d082a1e55b1d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [58ec2595-24ed-4ef5-99bf-d082a1e55b1d, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [58ec2595-24ed-4ef5-99bf-d082a1e55b1d, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [58ec2595-24ed-4ef5-99bf-d082a1e55b1d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ae011347-27dc-4621-8d93-3c1868288246, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [ae011347-27dc-4621-8d93-3c1868288246, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ae011347-27dc-4621-8d93-3c1868288246, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ae011347-27dc-4621-8d93-3c1868288246, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [ae011347-27dc-4621-8d93-3c1868288246, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [ae011347-27dc-4621-8d93-3c1868288246, http://www.w3.org/ns/shacl#pattern, "^B"] [ae011347-27dc-4621-8d93-3c1868288246, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [ae011347-27dc-4621-8d93-3c1868288246, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [875ddbd1-4e66-40cf-be9a-2cc109721633, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5cfbaaea-4197-4311-89f4-53c257896bbf] [875ddbd1-4e66-40cf-be9a-2cc109721633, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [416cd6a5-e3bd-438d-84c7-7aef8ec5fa39, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [416cd6a5-e3bd-438d-84c7-7aef8ec5fa39, http://www.w3.org/ns/shacl#in, 875ddbd1-4e66-40cf-be9a-2cc109721633] [416cd6a5-e3bd-438d-84c7-7aef8ec5fa39, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0a0ac5e0-ef66-47e8-8156-6ed0099c23ba, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [0a0ac5e0-ef66-47e8-8156-6ed0099c23ba, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0a0ac5e0-ef66-47e8-8156-6ed0099c23ba, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0a0ac5e0-ef66-47e8-8156-6ed0099c23ba, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9da5ef07-90b5-47b1-9f4f-9855945643f4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [9da5ef07-90b5-47b1-9f4f-9855945643f4, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [acee7a9c-48e6-4272-9262-1790a79db62e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [acee7a9c-48e6-4272-9262-1790a79db62e, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [acee7a9c-48e6-4272-9262-1790a79db62e, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [acee7a9c-48e6-4272-9262-1790a79db62e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5cfbaaea-4197-4311-89f4-53c257896bbf, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 9da5ef07-90b5-47b1-9f4f-9855945643f4] [5cfbaaea-4197-4311-89f4-53c257896bbf, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [1844e841-3ca5-449a-86da-3c5785566a5e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [1844e841-3ca5-449a-86da-3c5785566a5e, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1844e841-3ca5-449a-86da-3c5785566a5e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1844e841-3ca5-449a-86da-3c5785566a5e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1844e841-3ca5-449a-86da-3c5785566a5e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1844e841-3ca5-449a-86da-3c5785566a5e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1844e841-3ca5-449a-86da-3c5785566a5e, 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, d20f8799-3913-4988-8247-dcf3016801ea] [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, ae011347-27dc-4621-8d93-3c1868288246] [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, 1844e841-3ca5-449a-86da-3c5785566a5e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 557b7400-32c8-44f2-8dc4-1874d1868678] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, acee7a9c-48e6-4272-9262-1790a79db62e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 58ec2595-24ed-4ef5-99bf-d082a1e55b1d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 416cd6a5-e3bd-438d-84c7-7aef8ec5fa39] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0a0ac5e0-ef66-47e8-8156-6ed0099c23ba] [557b7400-32c8-44f2-8dc4-1874d1868678, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [557b7400-32c8-44f2-8dc4-1874d1868678, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [557b7400-32c8-44f2-8dc4-1874d1868678, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
22:52:16.521 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:16.522 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:16.523 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:58ec2595-24ed-4ef5-99bf-d082a1e55b1d,_:acee7a9c-48e6-4272-9262-1790a79db62e,_:557b7400-32c8-44f2-8dc4-1874d1868678,_:ae011347-27dc-4621-8d93-3c1868288246,_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba,_:1844e841-3ca5-449a-86da-3c5785566a5e,_:d20f8799-3913-4988-8247-dcf3016801ea,_:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39. Pending nodes: 
22:52:16.523 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:58ec2595-24ed-4ef5-99bf-d082a1e55b1d
22:52:16.523 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:acee7a9c-48e6-4272-9262-1790a79db62e
22:52:16.524 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:557b7400-32c8-44f2-8dc4-1874d1868678
22:52:16.582 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ae011347-27dc-4621-8d93-3c1868288246
22:52:16.583 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba
22:52:16.584 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1844e841-3ca5-449a-86da-3c5785566a5e
22:52:16.585 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d20f8799-3913-4988-8247-dcf3016801ea
22:52:16.592 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39
22:52:16.593 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39
22:52:16.593 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:16.593 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d20f8799-3913-4988-8247-dcf3016801ea
22:52:16.593 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1844e841-3ca5-449a-86da-3c5785566a5e
22:52:16.593 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba
22:52:16.593 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ae011347-27dc-4621-8d93-3c1868288246
22:52:16.593 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:557b7400-32c8-44f2-8dc4-1874d1868678
22:52:16.593 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:acee7a9c-48e6-4272-9262-1790a79db62e
22:52:16.593 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:58ec2595-24ed-4ef5-99bf-d082a1e55b1d
22:52:16.593 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39 = 
22:52:16.593 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39 = 
22:52:16.593 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39: 
22:52:16.593 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:16.593 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:16.594 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:16.594 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:16.594 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:16.594 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:58ec2595-24ed-4ef5-99bf-d082a1e55b1d,_:acee7a9c-48e6-4272-9262-1790a79db62e,_:557b7400-32c8-44f2-8dc4-1874d1868678,_:ae011347-27dc-4621-8d93-3c1868288246,_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba,_:1844e841-3ca5-449a-86da-3c5785566a5e,_:d20f8799-3913-4988-8247-dcf3016801ea,_:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39)
22:52:16.594 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:58ec2595-24ed-4ef5-99bf-d082a1e55b1d)
22:52:16.594 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:acee7a9c-48e6-4272-9262-1790a79db62e)
22:52:16.594 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:557b7400-32c8-44f2-8dc4-1874d1868678)
22:52:16.594 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ae011347-27dc-4621-8d93-3c1868288246)
22:52:16.594 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba)
22:52:16.594 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1844e841-3ca5-449a-86da-3c5785566a5e)
22:52:16.594 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d20f8799-3913-4988-8247-dcf3016801ea)
22:52:16.594 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39)
22:52:16.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.595 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:58ec2595-24ed-4ef5-99bf-d082a1e55b1d=ShapeTyping(TypingMap(Map()))
22:52:16.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.596 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:acee7a9c-48e6-4272-9262-1790a79db62e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:58ec2595-24ed-4ef5-99bf-d082a1e55b1d), ShapeRef(_:acee7a9c-48e6-4272-9262-1790a79db62e), ShapeRef(_:557b7400-32c8-44f2-8dc4-1874d1868678), ShapeRef(_:ae011347-27dc-4621-8d93-3c1868288246), ShapeRef(_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba), ShapeRef(_:1844e841-3ca5-449a-86da-3c5785566a5e), ShapeRef(_:d20f8799-3913-4988-8247-dcf3016801ea), ShapeRef(_:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:acee7a9c-48e6-4272-9262-1790a79db62e,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"))))))))
22:52:16.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.596 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:557b7400-32c8-44f2-8dc4-1874d1868678=ShapeTyping(TypingMap(Map()))
22:52:16.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.598 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ae011347-27dc-4621-8d93-3c1868288246],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:16.598 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ae011347-27dc-4621-8d93-3c1868288246=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:58ec2595-24ed-4ef5-99bf-d082a1e55b1d), ShapeRef(_:acee7a9c-48e6-4272-9262-1790a79db62e), ShapeRef(_:557b7400-32c8-44f2-8dc4-1874d1868678), ShapeRef(_:ae011347-27dc-4621-8d93-3c1868288246), ShapeRef(_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba), ShapeRef(_:1844e841-3ca5-449a-86da-3c5785566a5e), ShapeRef(_:d20f8799-3913-4988-8247-dcf3016801ea), ShapeRef(_:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ae011347-27dc-4621-8d93-3c1868288246,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.599 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:16.512Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:16.599 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:58ec2595-24ed-4ef5-99bf-d082a1e55b1d), ShapeRef(_:acee7a9c-48e6-4272-9262-1790a79db62e), ShapeRef(_:557b7400-32c8-44f2-8dc4-1874d1868678), ShapeRef(_:ae011347-27dc-4621-8d93-3c1868288246), ShapeRef(_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba), ShapeRef(_:1844e841-3ca5-449a-86da-3c5785566a5e), ShapeRef(_:d20f8799-3913-4988-8247-dcf3016801ea), ShapeRef(_:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.600 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1844e841-3ca5-449a-86da-3c5785566a5e],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:16.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.600 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1844e841-3ca5-449a-86da-3c5785566a5e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:58ec2595-24ed-4ef5-99bf-d082a1e55b1d), ShapeRef(_:acee7a9c-48e6-4272-9262-1790a79db62e), ShapeRef(_:557b7400-32c8-44f2-8dc4-1874d1868678), ShapeRef(_:ae011347-27dc-4621-8d93-3c1868288246), ShapeRef(_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba), ShapeRef(_:1844e841-3ca5-449a-86da-3c5785566a5e), ShapeRef(_:d20f8799-3913-4988-8247-dcf3016801ea), ShapeRef(_:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1844e841-3ca5-449a-86da-3c5785566a5e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.602 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d20f8799-3913-4988-8247-dcf3016801ea],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:16.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.602 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d20f8799-3913-4988-8247-dcf3016801ea=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:58ec2595-24ed-4ef5-99bf-d082a1e55b1d), ShapeRef(_:acee7a9c-48e6-4272-9262-1790a79db62e), ShapeRef(_:557b7400-32c8-44f2-8dc4-1874d1868678), ShapeRef(_:ae011347-27dc-4621-8d93-3c1868288246), ShapeRef(_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba), ShapeRef(_:1844e841-3ca5-449a-86da-3c5785566a5e), ShapeRef(_:d20f8799-3913-4988-8247-dcf3016801ea), ShapeRef(_:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d20f8799-3913-4988-8247-dcf3016801ea,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.603 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39=ShapeTyping(TypingMap(Map()))
22:52:16.603 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:58ec2595-24ed-4ef5-99bf-d082a1e55b1d,_:acee7a9c-48e6-4272-9262-1790a79db62e,_:557b7400-32c8-44f2-8dc4-1874d1868678,_:ae011347-27dc-4621-8d93-3c1868288246,_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba,_:1844e841-3ca5-449a-86da-3c5785566a5e,_:d20f8799-3913-4988-8247-dcf3016801ea,_:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:1844e841-3ca5-449a-86da-3c5785566a5e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:d20f8799-3913-4988-8247-dcf3016801ea,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:58ec2595-24ed-4ef5-99bf-d082a1e55b1d), ShapeRef(_:acee7a9c-48e6-4272-9262-1790a79db62e), ShapeRef(_:557b7400-32c8-44f2-8dc4-1874d1868678), ShapeRef(_:ae011347-27dc-4621-8d93-3c1868288246), ShapeRef(_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba), ShapeRef(_:1844e841-3ca5-449a-86da-3c5785566a5e), ShapeRef(_:d20f8799-3913-4988-8247-dcf3016801ea), ShapeRef(_:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:acee7a9c-48e6-4272-9262-1790a79db62e,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(_:ae011347-27dc-4621-8d93-3c1868288246,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.604 [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(_:1844e841-3ca5-449a-86da-3c5785566a5e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:d20f8799-3913-4988-8247-dcf3016801ea,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:58ec2595-24ed-4ef5-99bf-d082a1e55b1d), ShapeRef(_:acee7a9c-48e6-4272-9262-1790a79db62e), ShapeRef(_:557b7400-32c8-44f2-8dc4-1874d1868678), ShapeRef(_:ae011347-27dc-4621-8d93-3c1868288246), ShapeRef(_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba), ShapeRef(_:1844e841-3ca5-449a-86da-3c5785566a5e), ShapeRef(_:d20f8799-3913-4988-8247-dcf3016801ea), ShapeRef(_:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:acee7a9c-48e6-4272-9262-1790a79db62e,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(_:ae011347-27dc-4621-8d93-3c1868288246,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.604 [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(_:1844e841-3ca5-449a-86da-3c5785566a5e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:d20f8799-3913-4988-8247-dcf3016801ea,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:58ec2595-24ed-4ef5-99bf-d082a1e55b1d), ShapeRef(_:acee7a9c-48e6-4272-9262-1790a79db62e), ShapeRef(_:557b7400-32c8-44f2-8dc4-1874d1868678), ShapeRef(_:ae011347-27dc-4621-8d93-3c1868288246), ShapeRef(_:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba), ShapeRef(_:1844e841-3ca5-449a-86da-3c5785566a5e), ShapeRef(_:d20f8799-3913-4988-8247-dcf3016801ea), ShapeRef(_:416cd6a5-e3bd-438d-84c7-7aef8ec5fa39)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:acee7a9c-48e6-4272-9262-1790a79db62e,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(_:ae011347-27dc-4621-8d93-3c1868288246,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.604 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d20f8799-3913-4988-8247-dcf3016801ea = 
22:52:16.604 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d20f8799-3913-4988-8247-dcf3016801ea = 
22:52:16.604 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d20f8799-3913-4988-8247-dcf3016801ea: 
22:52:16.604 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1844e841-3ca5-449a-86da-3c5785566a5e = 
22:52:16.604 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1844e841-3ca5-449a-86da-3c5785566a5e = 
22:52:16.604 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1844e841-3ca5-449a-86da-3c5785566a5e: 
22:52:16.604 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba = 
22:52:16.604 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba = 
22:52:16.604 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0a0ac5e0-ef66-47e8-8156-6ed0099c23ba: 
22:52:16.604 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ae011347-27dc-4621-8d93-3c1868288246 = 
22:52:16.604 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ae011347-27dc-4621-8d93-3c1868288246 = 
22:52:16.604 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ae011347-27dc-4621-8d93-3c1868288246: 
22:52:16.605 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:557b7400-32c8-44f2-8dc4-1874d1868678 = 
22:52:16.605 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:557b7400-32c8-44f2-8dc4-1874d1868678 = 
22:52:16.605 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:557b7400-32c8-44f2-8dc4-1874d1868678: 
22:52:16.605 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:acee7a9c-48e6-4272-9262-1790a79db62e = 
22:52:16.605 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:acee7a9c-48e6-4272-9262-1790a79db62e = 
22:52:16.605 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:acee7a9c-48e6-4272-9262-1790a79db62e: 
22:52:16.605 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:58ec2595-24ed-4ef5-99bf-d082a1e55b1d = 
22:52:16.605 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:58ec2595-24ed-4ef5-99bf-d082a1e55b1d = 
22:52:16.605 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:58ec2595-24ed-4ef5-99bf-d082a1e55b1d: 
22:52:16.606 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
22:52:16.617 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a @rdf:type sh:Property; 2f628b44-dab3-40c1-b0e1-a45628dc9291 @rdf:rest rdf:nil; 2f628b44-dab3-40c1-b0e1-a45628dc9291 @rdf:first "C"; 6adcc80f-0bef-43cb-8693-5bed3d667d74 @rdf:rest 21d37157-2929-4265-b7e3-9880a5d62aa2; 6adcc80f-0bef-43cb-8693-5bed3d667d74 @rdf:first "A"; f87c4d90-b624-4ab7-8527-f6877791069a @sh:path http://www.sampledomain.org/sam#integerProperty3; f87c4d90-b624-4ab7-8527-f6877791069a @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; f87c4d90-b624-4ab7-8527-f6877791069a @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; f87c4d90-b624-4ab7-8527-f6877791069a @rdf:type sh:Property; 5a8233b6-2fcb-4e83-bf05-39108733754f @sh:path http://www.sampledomain.org/sam#aSetOfDates; 5a8233b6-2fcb-4e83-bf05-39108733754f @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer...} |  [2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2f628b44-dab3-40c1-b0e1-a45628dc9291, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [2f628b44-dab3-40c1-b0e1-a45628dc9291, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [6adcc80f-0bef-43cb-8693-5bed3d667d74, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 21d37157-2929-4265-b7e3-9880a5d62aa2] [6adcc80f-0bef-43cb-8693-5bed3d667d74, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [f87c4d90-b624-4ab7-8527-f6877791069a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [f87c4d90-b624-4ab7-8527-f6877791069a, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f87c4d90-b624-4ab7-8527-f6877791069a, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f87c4d90-b624-4ab7-8527-f6877791069a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5a8233b6-2fcb-4e83-bf05-39108733754f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [5a8233b6-2fcb-4e83-bf05-39108733754f, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5a8233b6-2fcb-4e83-bf05-39108733754f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5a8233b6-2fcb-4e83-bf05-39108733754f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f313d905-273e-4126-9cd9-a296bf57e921, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [f313d905-273e-4126-9cd9-a296bf57e921, http://www.w3.org/ns/shacl#in, 6adcc80f-0bef-43cb-8693-5bed3d667d74] [f313d905-273e-4126-9cd9-a296bf57e921, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7bbab0d8-054e-47e7-a6f2-95ce8d266ece, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [7bbab0d8-054e-47e7-a6f2-95ce8d266ece, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [7bbab0d8-054e-47e7-a6f2-95ce8d266ece, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [7bbab0d8-054e-47e7-a6f2-95ce8d266ece, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [826a1f78-f915-4dc8-9b12-a1564144d3d3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [826a1f78-f915-4dc8-9b12-a1564144d3d3, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [826a1f78-f915-4dc8-9b12-a1564144d3d3, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [826a1f78-f915-4dc8-9b12-a1564144d3d3, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [826a1f78-f915-4dc8-9b12-a1564144d3d3, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [826a1f78-f915-4dc8-9b12-a1564144d3d3, http://www.w3.org/ns/shacl#pattern, "^B"] [826a1f78-f915-4dc8-9b12-a1564144d3d3, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [826a1f78-f915-4dc8-9b12-a1564144d3d3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [21d37157-2929-4265-b7e3-9880a5d62aa2, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2f628b44-dab3-40c1-b0e1-a45628dc9291] [21d37157-2929-4265-b7e3-9880a5d62aa2, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [38b68035-93da-463e-8742-c22d959390ea, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [38b68035-93da-463e-8742-c22d959390ea, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [38b68035-93da-463e-8742-c22d959390ea, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [38b68035-93da-463e-8742-c22d959390ea, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [38b68035-93da-463e-8742-c22d959390ea, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [38b68035-93da-463e-8742-c22d959390ea, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [38b68035-93da-463e-8742-c22d959390ea, 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, 7bbab0d8-054e-47e7-a6f2-95ce8d266ece] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5a8233b6-2fcb-4e83-bf05-39108733754f] [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, 826a1f78-f915-4dc8-9b12-a1564144d3d3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 38b68035-93da-463e-8742-c22d959390ea] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f87c4d90-b624-4ab7-8527-f6877791069a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f313d905-273e-4126-9cd9-a296bf57e921] [0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
22:52:16.618 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:16.619 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:16.620 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:7bbab0d8-054e-47e7-a6f2-95ce8d266ece,_:38b68035-93da-463e-8742-c22d959390ea,_:5a8233b6-2fcb-4e83-bf05-39108733754f,_:f313d905-273e-4126-9cd9-a296bf57e921,_:f87c4d90-b624-4ab7-8527-f6877791069a,_:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa,_:826a1f78-f915-4dc8-9b12-a1564144d3d3,_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a. Pending nodes: 
22:52:16.621 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7bbab0d8-054e-47e7-a6f2-95ce8d266ece
22:52:16.621 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:38b68035-93da-463e-8742-c22d959390ea
22:52:16.623 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5a8233b6-2fcb-4e83-bf05-39108733754f
22:52:16.624 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f313d905-273e-4126-9cd9-a296bf57e921
22:52:16.624 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f87c4d90-b624-4ab7-8527-f6877791069a
22:52:16.625 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa
22:52:16.681 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:826a1f78-f915-4dc8-9b12-a1564144d3d3
22:52:16.682 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a
22:52:16.683 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a
22:52:16.683 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:16.683 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:826a1f78-f915-4dc8-9b12-a1564144d3d3
22:52:16.683 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa
22:52:16.683 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f87c4d90-b624-4ab7-8527-f6877791069a
22:52:16.683 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f313d905-273e-4126-9cd9-a296bf57e921
22:52:16.683 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5a8233b6-2fcb-4e83-bf05-39108733754f
22:52:16.683 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:38b68035-93da-463e-8742-c22d959390ea
22:52:16.683 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7bbab0d8-054e-47e7-a6f2-95ce8d266ece
22:52:16.683 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a = 
22:52:16.683 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a = 
22:52:16.683 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a: 
22:52:16.683 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:16.683 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:16.684 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:16.684 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:16.684 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:16.684 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:7bbab0d8-054e-47e7-a6f2-95ce8d266ece,_:38b68035-93da-463e-8742-c22d959390ea,_:5a8233b6-2fcb-4e83-bf05-39108733754f,_:f313d905-273e-4126-9cd9-a296bf57e921,_:f87c4d90-b624-4ab7-8527-f6877791069a,_:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa,_:826a1f78-f915-4dc8-9b12-a1564144d3d3,_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a)
22:52:16.684 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7bbab0d8-054e-47e7-a6f2-95ce8d266ece)
22:52:16.684 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38b68035-93da-463e-8742-c22d959390ea)
22:52:16.684 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5a8233b6-2fcb-4e83-bf05-39108733754f)
22:52:16.684 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f313d905-273e-4126-9cd9-a296bf57e921)
22:52:16.684 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f87c4d90-b624-4ab7-8527-f6877791069a)
22:52:16.684 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa)
22:52:16.684 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:826a1f78-f915-4dc8-9b12-a1564144d3d3)
22:52:16.684 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a)
22:52:16.684 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.684 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.684 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.684 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.684 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7bbab0d8-054e-47e7-a6f2-95ce8d266ece=ShapeTyping(TypingMap(Map()))
22:52:16.684 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.684 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.685 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.685 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.685 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.685 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.685 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.685 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.686 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:38b68035-93da-463e-8742-c22d959390ea],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:16.686 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.686 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.686 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38b68035-93da-463e-8742-c22d959390ea=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7bbab0d8-054e-47e7-a6f2-95ce8d266ece), ShapeRef(_:38b68035-93da-463e-8742-c22d959390ea), ShapeRef(_:5a8233b6-2fcb-4e83-bf05-39108733754f), ShapeRef(_:f313d905-273e-4126-9cd9-a296bf57e921), ShapeRef(_:f87c4d90-b624-4ab7-8527-f6877791069a), ShapeRef(_:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa), ShapeRef(_:826a1f78-f915-4dc8-9b12-a1564144d3d3), ShapeRef(_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:38b68035-93da-463e-8742-c22d959390ea,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.686 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.686 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.687 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.687 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.687 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:16.61Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5a8233b6-2fcb-4e83-bf05-39108733754f],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:16.687 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5a8233b6-2fcb-4e83-bf05-39108733754f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7bbab0d8-054e-47e7-a6f2-95ce8d266ece), ShapeRef(_:38b68035-93da-463e-8742-c22d959390ea), ShapeRef(_:5a8233b6-2fcb-4e83-bf05-39108733754f), ShapeRef(_:f313d905-273e-4126-9cd9-a296bf57e921), ShapeRef(_:f87c4d90-b624-4ab7-8527-f6877791069a), ShapeRef(_:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa), ShapeRef(_:826a1f78-f915-4dc8-9b12-a1564144d3d3), ShapeRef(_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5a8233b6-2fcb-4e83-bf05-39108733754f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.687 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.687 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.687 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f313d905-273e-4126-9cd9-a296bf57e921=ShapeTyping(TypingMap(Map()))
22:52:16.687 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.687 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.688 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f87c4d90-b624-4ab7-8527-f6877791069a=ShapeTyping(TypingMap(Map()))
22:52:16.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.688 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa=ShapeTyping(TypingMap(Map()))
22:52:16.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.690 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:826a1f78-f915-4dc8-9b12-a1564144d3d3],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:16.690 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:826a1f78-f915-4dc8-9b12-a1564144d3d3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7bbab0d8-054e-47e7-a6f2-95ce8d266ece), ShapeRef(_:38b68035-93da-463e-8742-c22d959390ea), ShapeRef(_:5a8233b6-2fcb-4e83-bf05-39108733754f), ShapeRef(_:f313d905-273e-4126-9cd9-a296bf57e921), ShapeRef(_:f87c4d90-b624-4ab7-8527-f6877791069a), ShapeRef(_:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa), ShapeRef(_:826a1f78-f915-4dc8-9b12-a1564144d3d3), ShapeRef(_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:826a1f78-f915-4dc8-9b12-a1564144d3d3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.691 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.691 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.691 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:16.691 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.691 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.691 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7bbab0d8-054e-47e7-a6f2-95ce8d266ece), ShapeRef(_:38b68035-93da-463e-8742-c22d959390ea), ShapeRef(_:5a8233b6-2fcb-4e83-bf05-39108733754f), ShapeRef(_:f313d905-273e-4126-9cd9-a296bf57e921), ShapeRef(_:f87c4d90-b624-4ab7-8527-f6877791069a), ShapeRef(_:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa), ShapeRef(_:826a1f78-f915-4dc8-9b12-a1564144d3d3), ShapeRef(_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.691 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:7bbab0d8-054e-47e7-a6f2-95ce8d266ece,_:38b68035-93da-463e-8742-c22d959390ea,_:5a8233b6-2fcb-4e83-bf05-39108733754f,_:f313d905-273e-4126-9cd9-a296bf57e921,_:f87c4d90-b624-4ab7-8527-f6877791069a,_:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa,_:826a1f78-f915-4dc8-9b12-a1564144d3d3,_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:5a8233b6-2fcb-4e83-bf05-39108733754f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:826a1f78-f915-4dc8-9b12-a1564144d3d3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:7bbab0d8-054e-47e7-a6f2-95ce8d266ece), ShapeRef(_:38b68035-93da-463e-8742-c22d959390ea), ShapeRef(_:5a8233b6-2fcb-4e83-bf05-39108733754f), ShapeRef(_:f313d905-273e-4126-9cd9-a296bf57e921), ShapeRef(_:f87c4d90-b624-4ab7-8527-f6877791069a), ShapeRef(_:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa), ShapeRef(_:826a1f78-f915-4dc8-9b12-a1564144d3d3), ShapeRef(_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:38b68035-93da-463e-8742-c22d959390ea,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.692 [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(_:5a8233b6-2fcb-4e83-bf05-39108733754f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:826a1f78-f915-4dc8-9b12-a1564144d3d3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:7bbab0d8-054e-47e7-a6f2-95ce8d266ece), ShapeRef(_:38b68035-93da-463e-8742-c22d959390ea), ShapeRef(_:5a8233b6-2fcb-4e83-bf05-39108733754f), ShapeRef(_:f313d905-273e-4126-9cd9-a296bf57e921), ShapeRef(_:f87c4d90-b624-4ab7-8527-f6877791069a), ShapeRef(_:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa), ShapeRef(_:826a1f78-f915-4dc8-9b12-a1564144d3d3), ShapeRef(_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:38b68035-93da-463e-8742-c22d959390ea,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.692 [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(_:5a8233b6-2fcb-4e83-bf05-39108733754f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:826a1f78-f915-4dc8-9b12-a1564144d3d3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:7bbab0d8-054e-47e7-a6f2-95ce8d266ece), ShapeRef(_:38b68035-93da-463e-8742-c22d959390ea), ShapeRef(_:5a8233b6-2fcb-4e83-bf05-39108733754f), ShapeRef(_:f313d905-273e-4126-9cd9-a296bf57e921), ShapeRef(_:f87c4d90-b624-4ab7-8527-f6877791069a), ShapeRef(_:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa), ShapeRef(_:826a1f78-f915-4dc8-9b12-a1564144d3d3), ShapeRef(_:2e0ab761-3ef5-4385-8f7f-7942c3c6ba0a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:38b68035-93da-463e-8742-c22d959390ea,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.692 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:826a1f78-f915-4dc8-9b12-a1564144d3d3 = 
22:52:16.692 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:826a1f78-f915-4dc8-9b12-a1564144d3d3 = 
22:52:16.692 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:826a1f78-f915-4dc8-9b12-a1564144d3d3: 
22:52:16.692 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa = 
22:52:16.692 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa = 
22:52:16.692 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0ed5b4bb-72ec-4ecb-8f40-03d453a3abaa: 
22:52:16.692 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f87c4d90-b624-4ab7-8527-f6877791069a = 
22:52:16.692 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f87c4d90-b624-4ab7-8527-f6877791069a = 
22:52:16.692 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f87c4d90-b624-4ab7-8527-f6877791069a: 
22:52:16.692 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f313d905-273e-4126-9cd9-a296bf57e921 = 
22:52:16.692 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f313d905-273e-4126-9cd9-a296bf57e921 = 
22:52:16.692 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f313d905-273e-4126-9cd9-a296bf57e921: 
22:52:16.693 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5a8233b6-2fcb-4e83-bf05-39108733754f = 
22:52:16.693 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5a8233b6-2fcb-4e83-bf05-39108733754f = 
22:52:16.693 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5a8233b6-2fcb-4e83-bf05-39108733754f: 
22:52:16.693 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:38b68035-93da-463e-8742-c22d959390ea = 
22:52:16.693 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:38b68035-93da-463e-8742-c22d959390ea = 
22:52:16.693 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:38b68035-93da-463e-8742-c22d959390ea: 
22:52:16.693 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7bbab0d8-054e-47e7-a6f2-95ce8d266ece = 
22:52:16.693 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7bbab0d8-054e-47e7-a6f2-95ce8d266ece = 
22:52:16.693 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7bbab0d8-054e-47e7-a6f2-95ce8d266ece: 
22:52:16.694 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

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

22:52:16.695 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:16.695 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.695 [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-07T22:52:16.695Z"^^<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 .
22:52:16.703 [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-07T22:52:16.695Z"^^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-07T22:52:16.695Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
22:52:16.704 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {4a053db6-ecf7-40c3-b854-2750c52a9a0b @sh:path http://www.sampledomain.org/sam#aStringProperty; 4a053db6-ecf7-40c3-b854-2750c52a9a0b @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4a053db6-ecf7-40c3-b854-2750c52a9a0b @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4a053db6-ecf7-40c3-b854-2750c52a9a0b @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 4a053db6-ecf7-40c3-b854-2750c52a9a0b @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 4a053db6-ecf7-40c3-b854-2750c52a9a0b @sh:pattern "^B"; 4a053db6-ecf7-40c3-b854-2750c52a9a0b @sh:description "a Simple Single String Property"; 4a053db6-ecf7-40c3-b854-2750c52a9a0b @rdf:type sh:Property; 3410fa1c-be03-4d7b-83c6-e4a00a560bd3 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 3410fa1c-be03-4d7b-83c6-e4a00a560bd3 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 3410fa1c-be03-4d7b-83c6-e4a00a560bd3 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 3410fa1c-be03-4d7b-83c6-e4a00a560bd3 @rdf:type sh:Property; e54c1db1-8252-4319-84f6-9bee0bdbb584 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; e54c1db1-8252-4319-84f6-9bee0bdbb584 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; e54c1db1-8252-4319-84f6-9bee0bdbb584 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; e54c1db1-8252-4319-84f6-9bee0bdbb584 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; e54c1db1-8252-4319-84f6-9bee0bdbb584 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer...} |  [4a053db6-ecf7-40c3-b854-2750c52a9a0b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [4a053db6-ecf7-40c3-b854-2750c52a9a0b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4a053db6-ecf7-40c3-b854-2750c52a9a0b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4a053db6-ecf7-40c3-b854-2750c52a9a0b, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [4a053db6-ecf7-40c3-b854-2750c52a9a0b, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [4a053db6-ecf7-40c3-b854-2750c52a9a0b, http://www.w3.org/ns/shacl#pattern, "^B"] [4a053db6-ecf7-40c3-b854-2750c52a9a0b, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [4a053db6-ecf7-40c3-b854-2750c52a9a0b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3410fa1c-be03-4d7b-83c6-e4a00a560bd3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [3410fa1c-be03-4d7b-83c6-e4a00a560bd3, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3410fa1c-be03-4d7b-83c6-e4a00a560bd3, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3410fa1c-be03-4d7b-83c6-e4a00a560bd3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e54c1db1-8252-4319-84f6-9bee0bdbb584, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [e54c1db1-8252-4319-84f6-9bee0bdbb584, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e54c1db1-8252-4319-84f6-9bee0bdbb584, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e54c1db1-8252-4319-84f6-9bee0bdbb584, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e54c1db1-8252-4319-84f6-9bee0bdbb584, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e54c1db1-8252-4319-84f6-9bee0bdbb584, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e54c1db1-8252-4319-84f6-9bee0bdbb584, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4f048c01-80ba-47e6-b63e-e37617c7fc69, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [4f048c01-80ba-47e6-b63e-e37617c7fc69, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4f048c01-80ba-47e6-b63e-e37617c7fc69, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4f048c01-80ba-47e6-b63e-e37617c7fc69, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4f048c01-80ba-47e6-b63e-e37617c7fc69, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4f048c01-80ba-47e6-b63e-e37617c7fc69, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4f048c01-80ba-47e6-b63e-e37617c7fc69, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d520fbd2-e008-40b6-a59c-6133b56295df, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f4c1fe04-4fad-4d57-a0f3-219e1f46cf38] [d520fbd2-e008-40b6-a59c-6133b56295df, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9f8df0f2-2642-4479-a44e-aa90fc695141, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [9f8df0f2-2642-4479-a44e-aa90fc695141, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9f8df0f2-2642-4479-a44e-aa90fc695141, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9f8df0f2-2642-4479-a44e-aa90fc695141, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f4c1fe04-4fad-4d57-a0f3-219e1f46cf38, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [f4c1fe04-4fad-4d57-a0f3-219e1f46cf38, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [b20f0292-65c8-4850-bc0a-c581db3a12e3, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, d520fbd2-e008-40b6-a59c-6133b56295df] [b20f0292-65c8-4850-bc0a-c581db3a12e3, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [1003ab1f-4e95-4cef-afd0-e73c27317e40, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [1003ab1f-4e95-4cef-afd0-e73c27317e40, http://www.w3.org/ns/shacl#in, b20f0292-65c8-4850-bc0a-c581db3a12e3] [1003ab1f-4e95-4cef-afd0-e73c27317e40, 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, 4f048c01-80ba-47e6-b63e-e37617c7fc69] [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, 9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4] [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, 3410fa1c-be03-4d7b-83c6-e4a00a560bd3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e54c1db1-8252-4319-84f6-9bee0bdbb584] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9f8df0f2-2642-4479-a44e-aa90fc695141] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1003ab1f-4e95-4cef-afd0-e73c27317e40] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4a053db6-ecf7-40c3-b854-2750c52a9a0b] [9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
22:52:16.704 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:16.705 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:16.707 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4,_:1003ab1f-4e95-4cef-afd0-e73c27317e40,_:9f8df0f2-2642-4479-a44e-aa90fc695141,_:4f048c01-80ba-47e6-b63e-e37617c7fc69,_:e54c1db1-8252-4319-84f6-9bee0bdbb584,_:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b,_:4a053db6-ecf7-40c3-b854-2750c52a9a0b,_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3. Pending nodes: 
22:52:16.707 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4
22:52:16.707 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1003ab1f-4e95-4cef-afd0-e73c27317e40
22:52:16.708 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9f8df0f2-2642-4479-a44e-aa90fc695141
22:52:16.709 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4f048c01-80ba-47e6-b63e-e37617c7fc69
22:52:16.710 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e54c1db1-8252-4319-84f6-9bee0bdbb584
22:52:16.711 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b
22:52:16.712 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4a053db6-ecf7-40c3-b854-2750c52a9a0b
22:52:16.713 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3410fa1c-be03-4d7b-83c6-e4a00a560bd3
22:52:16.713 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3410fa1c-be03-4d7b-83c6-e4a00a560bd3
22:52:16.713 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:16.713 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4a053db6-ecf7-40c3-b854-2750c52a9a0b
22:52:16.713 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b
22:52:16.713 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e54c1db1-8252-4319-84f6-9bee0bdbb584
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4f048c01-80ba-47e6-b63e-e37617c7fc69
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9f8df0f2-2642-4479-a44e-aa90fc695141
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1003ab1f-4e95-4cef-afd0-e73c27317e40
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3410fa1c-be03-4d7b-83c6-e4a00a560bd3 = 
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3410fa1c-be03-4d7b-83c6-e4a00a560bd3 = 
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3410fa1c-be03-4d7b-83c6-e4a00a560bd3: 
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4,_:1003ab1f-4e95-4cef-afd0-e73c27317e40,_:9f8df0f2-2642-4479-a44e-aa90fc695141,_:4f048c01-80ba-47e6-b63e-e37617c7fc69,_:e54c1db1-8252-4319-84f6-9bee0bdbb584,_:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b,_:4a053db6-ecf7-40c3-b854-2750c52a9a0b,_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3)
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4)
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1003ab1f-4e95-4cef-afd0-e73c27317e40)
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9f8df0f2-2642-4479-a44e-aa90fc695141)
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4f048c01-80ba-47e6-b63e-e37617c7fc69)
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e54c1db1-8252-4319-84f6-9bee0bdbb584)
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b)
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4a053db6-ecf7-40c3-b854-2750c52a9a0b)
22:52:16.714 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3)
22:52:16.714 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.714 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.715 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4=ShapeTyping(TypingMap(Map()))
22:52:16.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.715 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1003ab1f-4e95-4cef-afd0-e73c27317e40=ShapeTyping(TypingMap(Map()))
22:52:16.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.716 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9f8df0f2-2642-4479-a44e-aa90fc695141=ShapeTyping(TypingMap(Map()))
22:52:16.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.717 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4f048c01-80ba-47e6-b63e-e37617c7fc69],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:16.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.717 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4f048c01-80ba-47e6-b63e-e37617c7fc69=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4), ShapeRef(_:1003ab1f-4e95-4cef-afd0-e73c27317e40), ShapeRef(_:9f8df0f2-2642-4479-a44e-aa90fc695141), ShapeRef(_:4f048c01-80ba-47e6-b63e-e37617c7fc69), ShapeRef(_:e54c1db1-8252-4319-84f6-9bee0bdbb584), ShapeRef(_:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b), ShapeRef(_:4a053db6-ecf7-40c3-b854-2750c52a9a0b), ShapeRef(_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4f048c01-80ba-47e6-b63e-e37617c7fc69,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.719 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(1), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e54c1db1-8252-4319-84f6-9bee0bdbb584],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:16.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.720 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e54c1db1-8252-4319-84f6-9bee0bdbb584=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4), ShapeRef(_:1003ab1f-4e95-4cef-afd0-e73c27317e40), ShapeRef(_:9f8df0f2-2642-4479-a44e-aa90fc695141), ShapeRef(_:4f048c01-80ba-47e6-b63e-e37617c7fc69), ShapeRef(_:e54c1db1-8252-4319-84f6-9bee0bdbb584), ShapeRef(_:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b), ShapeRef(_:4a053db6-ecf7-40c3-b854-2750c52a9a0b), ShapeRef(_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e54c1db1-8252-4319-84f6-9bee0bdbb584,PredicatePath(<http://www.sampledomain.org/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"))))))))
22:52:16.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.720 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b=ShapeTyping(TypingMap(Map()))
22:52:16.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.722 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4a053db6-ecf7-40c3-b854-2750c52a9a0b],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:16.722 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4a053db6-ecf7-40c3-b854-2750c52a9a0b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4), ShapeRef(_:1003ab1f-4e95-4cef-afd0-e73c27317e40), ShapeRef(_:9f8df0f2-2642-4479-a44e-aa90fc695141), ShapeRef(_:4f048c01-80ba-47e6-b63e-e37617c7fc69), ShapeRef(_:e54c1db1-8252-4319-84f6-9bee0bdbb584), ShapeRef(_:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b), ShapeRef(_:4a053db6-ecf7-40c3-b854-2750c52a9a0b), ShapeRef(_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4a053db6-ecf7-40c3-b854-2750c52a9a0b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.723 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:16.695Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:16.723 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4), ShapeRef(_:1003ab1f-4e95-4cef-afd0-e73c27317e40), ShapeRef(_:9f8df0f2-2642-4479-a44e-aa90fc695141), ShapeRef(_:4f048c01-80ba-47e6-b63e-e37617c7fc69), ShapeRef(_:e54c1db1-8252-4319-84f6-9bee0bdbb584), ShapeRef(_:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b), ShapeRef(_:4a053db6-ecf7-40c3-b854-2750c52a9a0b), ShapeRef(_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.723 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4,_:1003ab1f-4e95-4cef-afd0-e73c27317e40,_:9f8df0f2-2642-4479-a44e-aa90fc695141,_:4f048c01-80ba-47e6-b63e-e37617c7fc69,_:e54c1db1-8252-4319-84f6-9bee0bdbb584,_:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b,_:4a053db6-ecf7-40c3-b854-2750c52a9a0b,_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:4f048c01-80ba-47e6-b63e-e37617c7fc69,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:4a053db6-ecf7-40c3-b854-2750c52a9a0b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4), ShapeRef(_:1003ab1f-4e95-4cef-afd0-e73c27317e40), ShapeRef(_:9f8df0f2-2642-4479-a44e-aa90fc695141), ShapeRef(_:4f048c01-80ba-47e6-b63e-e37617c7fc69), ShapeRef(_:e54c1db1-8252-4319-84f6-9bee0bdbb584), ShapeRef(_:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b), ShapeRef(_:4a053db6-ecf7-40c3-b854-2750c52a9a0b), ShapeRef(_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:e54c1db1-8252-4319-84f6-9bee0bdbb584,PredicatePath(<http://www.sampledomain.org/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"))))))))
22:52:16.723 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:4f048c01-80ba-47e6-b63e-e37617c7fc69,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:4a053db6-ecf7-40c3-b854-2750c52a9a0b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4), ShapeRef(_:1003ab1f-4e95-4cef-afd0-e73c27317e40), ShapeRef(_:9f8df0f2-2642-4479-a44e-aa90fc695141), ShapeRef(_:4f048c01-80ba-47e6-b63e-e37617c7fc69), ShapeRef(_:e54c1db1-8252-4319-84f6-9bee0bdbb584), ShapeRef(_:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b), ShapeRef(_:4a053db6-ecf7-40c3-b854-2750c52a9a0b), ShapeRef(_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:e54c1db1-8252-4319-84f6-9bee0bdbb584,PredicatePath(<http://www.sampledomain.org/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"))))))))
22:52:16.724 [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(_:4f048c01-80ba-47e6-b63e-e37617c7fc69,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:4a053db6-ecf7-40c3-b854-2750c52a9a0b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4), ShapeRef(_:1003ab1f-4e95-4cef-afd0-e73c27317e40), ShapeRef(_:9f8df0f2-2642-4479-a44e-aa90fc695141), ShapeRef(_:4f048c01-80ba-47e6-b63e-e37617c7fc69), ShapeRef(_:e54c1db1-8252-4319-84f6-9bee0bdbb584), ShapeRef(_:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b), ShapeRef(_:4a053db6-ecf7-40c3-b854-2750c52a9a0b), ShapeRef(_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3410fa1c-be03-4d7b-83c6-e4a00a560bd3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:e54c1db1-8252-4319-84f6-9bee0bdbb584,PredicatePath(<http://www.sampledomain.org/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"))))))))
22:52:16.724 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4a053db6-ecf7-40c3-b854-2750c52a9a0b = 
22:52:16.724 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4a053db6-ecf7-40c3-b854-2750c52a9a0b = 
22:52:16.724 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4a053db6-ecf7-40c3-b854-2750c52a9a0b: 
22:52:16.724 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b = 
22:52:16.724 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b = 
22:52:16.724 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d3ea7b4a-9ef9-4824-bd46-0a8acd23d22b: 
22:52:16.724 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e54c1db1-8252-4319-84f6-9bee0bdbb584 = 
22:52:16.724 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e54c1db1-8252-4319-84f6-9bee0bdbb584 = 
22:52:16.724 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e54c1db1-8252-4319-84f6-9bee0bdbb584: 
22:52:16.780 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4f048c01-80ba-47e6-b63e-e37617c7fc69 = 
22:52:16.781 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4f048c01-80ba-47e6-b63e-e37617c7fc69 = 
22:52:16.781 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4f048c01-80ba-47e6-b63e-e37617c7fc69: 
22:52:16.781 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9f8df0f2-2642-4479-a44e-aa90fc695141 = 
22:52:16.781 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9f8df0f2-2642-4479-a44e-aa90fc695141 = 
22:52:16.781 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9f8df0f2-2642-4479-a44e-aa90fc695141: 
22:52:16.781 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1003ab1f-4e95-4cef-afd0-e73c27317e40 = 
22:52:16.781 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1003ab1f-4e95-4cef-afd0-e73c27317e40 = 
22:52:16.781 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1003ab1f-4e95-4cef-afd0-e73c27317e40: 
22:52:16.781 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4 = 
22:52:16.782 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4 = 
22:52:16.782 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9fa83fc8-b8b7-4b0f-b2bc-fa074b3d58f4: 
22:52:16.783 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

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

22:52:16.785 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:16.785 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.785 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
22:52:16.786 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.786 [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.177 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-07T22:52:16.787Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
22:52:16.794 [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-07T22:52:16.787Z"^^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-07T22:52:16.787Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
22:52:16.795 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {f17ea84a-385b-4d6f-91a9-f3cad0ae192f @sh:path http://www.sampledomain.org/sam#anIntegerProperty; f17ea84a-385b-4d6f-91a9-f3cad0ae192f @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; f17ea84a-385b-4d6f-91a9-f3cad0ae192f @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; f17ea84a-385b-4d6f-91a9-f3cad0ae192f @sh:datatype http://www.w3.org/2001/XMLSchema#integer; f17ea84a-385b-4d6f-91a9-f3cad0ae192f @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; f17ea84a-385b-4d6f-91a9-f3cad0ae192f @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; f17ea84a-385b-4d6f-91a9-f3cad0ae192f @rdf:type sh:Property; 9a424cb2-f63c-424d-91b6-0c530bc950f0 @rdf:rest 5cc51c42-30e4-4dfa-8525-80e5b21219ee; 9a424cb2-f63c-424d-91b6-0c530bc950f0 @rdf:first "B"; 613a0a4d-e7aa-478e-8641-cf979ef9cf34 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 613a0a4d-e7aa-478e-8641-cf979ef9cf34 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 613a0a4d-e7aa-478e-8641-cf979ef9cf34 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 613a0a4d-e7aa-478e-8641-cf979ef9cf34 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 613a0a4d-e7aa-478e-8641-cf979ef9cf34 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 613a0a4d-e7aa-478e-8641-cf979ef9cf34 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 613a0a4d-e7aa-478e-8641-cf979ef9cf34 @rdf:type sh:Property; e4f5072c-9f15-4d96-a6dd-acf96a08cd8f @sh:path http://www.sampledomain.org/sam#integerProperty2...} |  [f17ea84a-385b-4d6f-91a9-f3cad0ae192f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [f17ea84a-385b-4d6f-91a9-f3cad0ae192f, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f17ea84a-385b-4d6f-91a9-f3cad0ae192f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f17ea84a-385b-4d6f-91a9-f3cad0ae192f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f17ea84a-385b-4d6f-91a9-f3cad0ae192f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f17ea84a-385b-4d6f-91a9-f3cad0ae192f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f17ea84a-385b-4d6f-91a9-f3cad0ae192f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9a424cb2-f63c-424d-91b6-0c530bc950f0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5cc51c42-30e4-4dfa-8525-80e5b21219ee] [9a424cb2-f63c-424d-91b6-0c530bc950f0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [613a0a4d-e7aa-478e-8641-cf979ef9cf34, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [613a0a4d-e7aa-478e-8641-cf979ef9cf34, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [613a0a4d-e7aa-478e-8641-cf979ef9cf34, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [613a0a4d-e7aa-478e-8641-cf979ef9cf34, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [613a0a4d-e7aa-478e-8641-cf979ef9cf34, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [613a0a4d-e7aa-478e-8641-cf979ef9cf34, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [613a0a4d-e7aa-478e-8641-cf979ef9cf34, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e4f5072c-9f15-4d96-a6dd-acf96a08cd8f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [e4f5072c-9f15-4d96-a6dd-acf96a08cd8f, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [e4f5072c-9f15-4d96-a6dd-acf96a08cd8f, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [e4f5072c-9f15-4d96-a6dd-acf96a08cd8f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [45511957-c6b5-4f0c-a834-5252c9793641, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [45511957-c6b5-4f0c-a834-5252c9793641, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [45511957-c6b5-4f0c-a834-5252c9793641, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [45511957-c6b5-4f0c-a834-5252c9793641, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [45511957-c6b5-4f0c-a834-5252c9793641, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [45511957-c6b5-4f0c-a834-5252c9793641, http://www.w3.org/ns/shacl#pattern, "^B"] [45511957-c6b5-4f0c-a834-5252c9793641, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [45511957-c6b5-4f0c-a834-5252c9793641, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a3ab050d-6674-4e90-9f01-9fe278eda1ca, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 9a424cb2-f63c-424d-91b6-0c530bc950f0] [a3ab050d-6674-4e90-9f01-9fe278eda1ca, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [c8106fe3-df88-41da-801f-b774c639b560, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [c8106fe3-df88-41da-801f-b774c639b560, http://www.w3.org/ns/shacl#in, a3ab050d-6674-4e90-9f01-9fe278eda1ca] [c8106fe3-df88-41da-801f-b774c639b560, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a644406a-de1d-4403-bdc9-087d12774ba2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [a644406a-de1d-4403-bdc9-087d12774ba2, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a644406a-de1d-4403-bdc9-087d12774ba2, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a644406a-de1d-4403-bdc9-087d12774ba2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [99a2edcb-8489-461d-b699-4b381148e361, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [99a2edcb-8489-461d-b699-4b381148e361, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [99a2edcb-8489-461d-b699-4b381148e361, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b6aea9d3-fe27-4e31-b44a-9f36c0b33c42, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [b6aea9d3-fe27-4e31-b44a-9f36c0b33c42, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b6aea9d3-fe27-4e31-b44a-9f36c0b33c42, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b6aea9d3-fe27-4e31-b44a-9f36c0b33c42, 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, 45511957-c6b5-4f0c-a834-5252c9793641] [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, a644406a-de1d-4403-bdc9-087d12774ba2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c8106fe3-df88-41da-801f-b774c639b560] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f17ea84a-385b-4d6f-91a9-f3cad0ae192f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 613a0a4d-e7aa-478e-8641-cf979ef9cf34] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 99a2edcb-8489-461d-b699-4b381148e361] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b6aea9d3-fe27-4e31-b44a-9f36c0b33c42] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e4f5072c-9f15-4d96-a6dd-acf96a08cd8f] [5cc51c42-30e4-4dfa-8525-80e5b21219ee, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [5cc51c42-30e4-4dfa-8525-80e5b21219ee, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"]>
22:52:16.795 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:16.797 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:16.798 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:f17ea84a-385b-4d6f-91a9-f3cad0ae192f,_:a644406a-de1d-4403-bdc9-087d12774ba2,_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42,_:613a0a4d-e7aa-478e-8641-cf979ef9cf34,_:c8106fe3-df88-41da-801f-b774c639b560,_:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f,_:45511957-c6b5-4f0c-a834-5252c9793641,_:99a2edcb-8489-461d-b699-4b381148e361. Pending nodes: 
22:52:16.798 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f17ea84a-385b-4d6f-91a9-f3cad0ae192f
22:52:16.799 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a644406a-de1d-4403-bdc9-087d12774ba2
22:52:16.800 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42
22:52:16.801 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:613a0a4d-e7aa-478e-8641-cf979ef9cf34
22:52:16.802 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c8106fe3-df88-41da-801f-b774c639b560
22:52:16.802 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f
22:52:16.803 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:45511957-c6b5-4f0c-a834-5252c9793641
22:52:16.804 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:99a2edcb-8489-461d-b699-4b381148e361
22:52:16.805 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:16.805 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:99a2edcb-8489-461d-b699-4b381148e361
22:52:16.805 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:45511957-c6b5-4f0c-a834-5252c9793641
22:52:16.805 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f
22:52:16.805 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c8106fe3-df88-41da-801f-b774c639b560
22:52:16.805 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:613a0a4d-e7aa-478e-8641-cf979ef9cf34
22:52:16.805 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42
22:52:16.805 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a644406a-de1d-4403-bdc9-087d12774ba2
22:52:16.805 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f17ea84a-385b-4d6f-91a9-f3cad0ae192f
22:52:16.805 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:16.805 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:16.805 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:16.805 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:16.805 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:16.806 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f17ea84a-385b-4d6f-91a9-f3cad0ae192f,_:a644406a-de1d-4403-bdc9-087d12774ba2,_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42,_:613a0a4d-e7aa-478e-8641-cf979ef9cf34,_:c8106fe3-df88-41da-801f-b774c639b560,_:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f,_:45511957-c6b5-4f0c-a834-5252c9793641,_:99a2edcb-8489-461d-b699-4b381148e361)
22:52:16.806 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f17ea84a-385b-4d6f-91a9-f3cad0ae192f)
22:52:16.806 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a644406a-de1d-4403-bdc9-087d12774ba2)
22:52:16.806 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42)
22:52:16.806 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:613a0a4d-e7aa-478e-8641-cf979ef9cf34)
22:52:16.806 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c8106fe3-df88-41da-801f-b774c639b560)
22:52:16.806 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f)
22:52:16.806 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:45511957-c6b5-4f0c-a834-5252c9793641)
22:52:16.806 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:99a2edcb-8489-461d-b699-4b381148e361)
22:52:16.806 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.806 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.806 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.806 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.807 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f17ea84a-385b-4d6f-91a9-f3cad0ae192f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:16.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.808 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f17ea84a-385b-4d6f-91a9-f3cad0ae192f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f17ea84a-385b-4d6f-91a9-f3cad0ae192f), ShapeRef(_:a644406a-de1d-4403-bdc9-087d12774ba2), ShapeRef(_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42), ShapeRef(_:613a0a4d-e7aa-478e-8641-cf979ef9cf34), ShapeRef(_:c8106fe3-df88-41da-801f-b774c639b560), ShapeRef(_:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f), ShapeRef(_:45511957-c6b5-4f0c-a834-5252c9793641), ShapeRef(_:99a2edcb-8489-461d-b699-4b381148e361)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f17ea84a-385b-4d6f-91a9-f3cad0ae192f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.808 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a644406a-de1d-4403-bdc9-087d12774ba2=ShapeTyping(TypingMap(Map()))
22:52:16.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.809 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:16.787Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:16.809 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f17ea84a-385b-4d6f-91a9-f3cad0ae192f), ShapeRef(_:a644406a-de1d-4403-bdc9-087d12774ba2), ShapeRef(_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42), ShapeRef(_:613a0a4d-e7aa-478e-8641-cf979ef9cf34), ShapeRef(_:c8106fe3-df88-41da-801f-b774c639b560), ShapeRef(_:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f), ShapeRef(_:45511957-c6b5-4f0c-a834-5252c9793641), ShapeRef(_:99a2edcb-8489-461d-b699-4b381148e361)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.811 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:613a0a4d-e7aa-478e-8641-cf979ef9cf34],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:16.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.811 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:613a0a4d-e7aa-478e-8641-cf979ef9cf34=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f17ea84a-385b-4d6f-91a9-f3cad0ae192f), ShapeRef(_:a644406a-de1d-4403-bdc9-087d12774ba2), ShapeRef(_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42), ShapeRef(_:613a0a4d-e7aa-478e-8641-cf979ef9cf34), ShapeRef(_:c8106fe3-df88-41da-801f-b774c639b560), ShapeRef(_:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f), ShapeRef(_:45511957-c6b5-4f0c-a834-5252c9793641), ShapeRef(_:99a2edcb-8489-461d-b699-4b381148e361)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:613a0a4d-e7aa-478e-8641-cf979ef9cf34,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.812 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c8106fe3-df88-41da-801f-b774c639b560=ShapeTyping(TypingMap(Map()))
22:52:16.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.812 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f=ShapeTyping(TypingMap(Map()))
22:52:16.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.814 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:45511957-c6b5-4f0c-a834-5252c9793641],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:16.814 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:45511957-c6b5-4f0c-a834-5252c9793641=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f17ea84a-385b-4d6f-91a9-f3cad0ae192f), ShapeRef(_:a644406a-de1d-4403-bdc9-087d12774ba2), ShapeRef(_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42), ShapeRef(_:613a0a4d-e7aa-478e-8641-cf979ef9cf34), ShapeRef(_:c8106fe3-df88-41da-801f-b774c639b560), ShapeRef(_:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f), ShapeRef(_:45511957-c6b5-4f0c-a834-5252c9793641), ShapeRef(_:99a2edcb-8489-461d-b699-4b381148e361)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:45511957-c6b5-4f0c-a834-5252c9793641,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.814 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:99a2edcb-8489-461d-b699-4b381148e361=ShapeTyping(TypingMap(Map()))
22:52:16.814 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f17ea84a-385b-4d6f-91a9-f3cad0ae192f,_:a644406a-de1d-4403-bdc9-087d12774ba2,_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42,_:613a0a4d-e7aa-478e-8641-cf979ef9cf34,_:c8106fe3-df88-41da-801f-b774c639b560,_:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f,_:45511957-c6b5-4f0c-a834-5252c9793641,_:99a2edcb-8489-461d-b699-4b381148e361)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f17ea84a-385b-4d6f-91a9-f3cad0ae192f), ShapeRef(_:a644406a-de1d-4403-bdc9-087d12774ba2), ShapeRef(_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42), ShapeRef(_:613a0a4d-e7aa-478e-8641-cf979ef9cf34), ShapeRef(_:c8106fe3-df88-41da-801f-b774c639b560), ShapeRef(_:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f), ShapeRef(_:45511957-c6b5-4f0c-a834-5252c9793641), ShapeRef(_:99a2edcb-8489-461d-b699-4b381148e361)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f17ea84a-385b-4d6f-91a9-f3cad0ae192f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:45511957-c6b5-4f0c-a834-5252c9793641,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:613a0a4d-e7aa-478e-8641-cf979ef9cf34,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.815 [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(_:f17ea84a-385b-4d6f-91a9-f3cad0ae192f), ShapeRef(_:a644406a-de1d-4403-bdc9-087d12774ba2), ShapeRef(_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42), ShapeRef(_:613a0a4d-e7aa-478e-8641-cf979ef9cf34), ShapeRef(_:c8106fe3-df88-41da-801f-b774c639b560), ShapeRef(_:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f), ShapeRef(_:45511957-c6b5-4f0c-a834-5252c9793641), ShapeRef(_:99a2edcb-8489-461d-b699-4b381148e361)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f17ea84a-385b-4d6f-91a9-f3cad0ae192f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:45511957-c6b5-4f0c-a834-5252c9793641,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:613a0a4d-e7aa-478e-8641-cf979ef9cf34,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.815 [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(_:f17ea84a-385b-4d6f-91a9-f3cad0ae192f), ShapeRef(_:a644406a-de1d-4403-bdc9-087d12774ba2), ShapeRef(_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42), ShapeRef(_:613a0a4d-e7aa-478e-8641-cf979ef9cf34), ShapeRef(_:c8106fe3-df88-41da-801f-b774c639b560), ShapeRef(_:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f), ShapeRef(_:45511957-c6b5-4f0c-a834-5252c9793641), ShapeRef(_:99a2edcb-8489-461d-b699-4b381148e361)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f17ea84a-385b-4d6f-91a9-f3cad0ae192f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:45511957-c6b5-4f0c-a834-5252c9793641,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:613a0a4d-e7aa-478e-8641-cf979ef9cf34,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.815 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:99a2edcb-8489-461d-b699-4b381148e361 = 
22:52:16.815 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:99a2edcb-8489-461d-b699-4b381148e361 = 
22:52:16.815 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:99a2edcb-8489-461d-b699-4b381148e361: 
22:52:16.815 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:45511957-c6b5-4f0c-a834-5252c9793641 = 
22:52:16.815 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:45511957-c6b5-4f0c-a834-5252c9793641 = 
22:52:16.815 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:45511957-c6b5-4f0c-a834-5252c9793641: 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f = 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f = 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e4f5072c-9f15-4d96-a6dd-acf96a08cd8f: 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c8106fe3-df88-41da-801f-b774c639b560 = 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c8106fe3-df88-41da-801f-b774c639b560 = 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c8106fe3-df88-41da-801f-b774c639b560: 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:613a0a4d-e7aa-478e-8641-cf979ef9cf34 = 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:613a0a4d-e7aa-478e-8641-cf979ef9cf34 = 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:613a0a4d-e7aa-478e-8641-cf979ef9cf34: 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42 = 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42 = 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b6aea9d3-fe27-4e31-b44a-9f36c0b33c42: 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a644406a-de1d-4403-bdc9-087d12774ba2 = 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a644406a-de1d-4403-bdc9-087d12774ba2 = 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a644406a-de1d-4403-bdc9-087d12774ba2: 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f17ea84a-385b-4d6f-91a9-f3cad0ae192f = 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f17ea84a-385b-4d6f-91a9-f3cad0ae192f = 
22:52:16.816 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f17ea84a-385b-4d6f-91a9-f3cad0ae192f: 
22:52:16.817 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

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

22:52:16.818 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:16.819 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.819 [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-07T22:52:16.819Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between two and four" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
22:52:16.827 [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-07T22:52:16.819Z"^^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-07T22:52:16.819Z"^^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:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
22:52:16.881 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {3dce8f74-1e4a-4873-9c30-47f95bbbccbf @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 3dce8f74-1e4a-4873-9c30-47f95bbbccbf @sh:class http://www.sampledomain.org/sam#AnotherResource; 3dce8f74-1e4a-4873-9c30-47f95bbbccbf @rdf:type sh:Property; f7927cab-d499-4106-9e94-b5a6623e69cf @sh:path http://www.sampledomain.org/sam#integerProperty3; f7927cab-d499-4106-9e94-b5a6623e69cf @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; f7927cab-d499-4106-9e94-b5a6623e69cf @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; f7927cab-d499-4106-9e94-b5a6623e69cf @rdf:type sh:Property; 0378a710-a85d-4da3-9ad3-af3e6577564e @sh:path http://www.sampledomain.org/sam#aSetOfDates; 0378a710-a85d-4da3-9ad3-af3e6577564e @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 0378a710-a85d-4da3-9ad3-af3e6577564e @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 0378a710-a85d-4da3-9ad3-af3e6577564e @rdf:type sh:Property; f50c30d3-c520-45af-88da-44df0d00fd6f @sh:path http://www.sampledomain.org/sam#integerProperty2; f50c30d3-c520-45af-88da-44df0d00fd6f @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; f50c30d3-c520-45af-88da-44df0d00fd6f @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; f50c30d3-c520-45af-88da-44df0d00fd6f @rdf:type sh:Property; bf808582-6dc9-46d7-b9cb-14f9296da3e2 @rdf:rest d8f28125-a3da-43b2-b9de-9c3ccf997815; bf808582-6dc9-46d7-b9cb-14f9296da3e2 @rdf:first "A"...} |  [3dce8f74-1e4a-4873-9c30-47f95bbbccbf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [3dce8f74-1e4a-4873-9c30-47f95bbbccbf, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [3dce8f74-1e4a-4873-9c30-47f95bbbccbf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f7927cab-d499-4106-9e94-b5a6623e69cf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [f7927cab-d499-4106-9e94-b5a6623e69cf, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f7927cab-d499-4106-9e94-b5a6623e69cf, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f7927cab-d499-4106-9e94-b5a6623e69cf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0378a710-a85d-4da3-9ad3-af3e6577564e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [0378a710-a85d-4da3-9ad3-af3e6577564e, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0378a710-a85d-4da3-9ad3-af3e6577564e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0378a710-a85d-4da3-9ad3-af3e6577564e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f50c30d3-c520-45af-88da-44df0d00fd6f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f50c30d3-c520-45af-88da-44df0d00fd6f, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f50c30d3-c520-45af-88da-44df0d00fd6f, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f50c30d3-c520-45af-88da-44df0d00fd6f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bf808582-6dc9-46d7-b9cb-14f9296da3e2, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, d8f28125-a3da-43b2-b9de-9c3ccf997815] [bf808582-6dc9-46d7-b9cb-14f9296da3e2, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [51c60157-e650-4a0e-ae37-6e95d818e3f9, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [51c60157-e650-4a0e-ae37-6e95d818e3f9, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [7e2aca53-d094-4aa4-af17-9c7c1fabcc44, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [7e2aca53-d094-4aa4-af17-9c7c1fabcc44, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7e2aca53-d094-4aa4-af17-9c7c1fabcc44, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7e2aca53-d094-4aa4-af17-9c7c1fabcc44, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7e2aca53-d094-4aa4-af17-9c7c1fabcc44, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7e2aca53-d094-4aa4-af17-9c7c1fabcc44, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7e2aca53-d094-4aa4-af17-9c7c1fabcc44, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [091609a5-3801-467d-a803-4301cfcce54a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [091609a5-3801-467d-a803-4301cfcce54a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [091609a5-3801-467d-a803-4301cfcce54a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [091609a5-3801-467d-a803-4301cfcce54a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [091609a5-3801-467d-a803-4301cfcce54a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [091609a5-3801-467d-a803-4301cfcce54a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [091609a5-3801-467d-a803-4301cfcce54a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d8f28125-a3da-43b2-b9de-9c3ccf997815, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 51c60157-e650-4a0e-ae37-6e95d818e3f9] [d8f28125-a3da-43b2-b9de-9c3ccf997815, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [b1a32508-bd07-4bb1-81f5-8b9ba95273c8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [b1a32508-bd07-4bb1-81f5-8b9ba95273c8, http://www.w3.org/ns/shacl#in, bf808582-6dc9-46d7-b9cb-14f9296da3e2] [b1a32508-bd07-4bb1-81f5-8b9ba95273c8, 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, 0378a710-a85d-4da3-9ad3-af3e6577564e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f50c30d3-c520-45af-88da-44df0d00fd6f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 091609a5-3801-467d-a803-4301cfcce54a] [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, f7927cab-d499-4106-9e94-b5a6623e69cf] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 860913c3-d16d-4330-9a8e-a8f5b62e63c3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3dce8f74-1e4a-4873-9c30-47f95bbbccbf] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7e2aca53-d094-4aa4-af17-9c7c1fabcc44] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b1a32508-bd07-4bb1-81f5-8b9ba95273c8] [860913c3-d16d-4330-9a8e-a8f5b62e63c3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [860913c3-d16d-4330-9a8e-a8f5b62e63c3, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [860913c3-d16d-4330-9a8e-a8f5b62e63c3, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [860913c3-d16d-4330-9a8e-a8f5b62e63c3, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [860913c3-d16d-4330-9a8e-a8f5b62e63c3, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [860913c3-d16d-4330-9a8e-a8f5b62e63c3, http://www.w3.org/ns/shacl#pattern, "^B"] [860913c3-d16d-4330-9a8e-a8f5b62e63c3, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [860913c3-d16d-4330-9a8e-a8f5b62e63c3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
22:52:16.881 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:16.882 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:16.883 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:3dce8f74-1e4a-4873-9c30-47f95bbbccbf,_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44,_:f7927cab-d499-4106-9e94-b5a6623e69cf,_:091609a5-3801-467d-a803-4301cfcce54a,_:b1a32508-bd07-4bb1-81f5-8b9ba95273c8,_:f50c30d3-c520-45af-88da-44df0d00fd6f,_:0378a710-a85d-4da3-9ad3-af3e6577564e,_:860913c3-d16d-4330-9a8e-a8f5b62e63c3. Pending nodes: 
22:52:16.884 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3dce8f74-1e4a-4873-9c30-47f95bbbccbf
22:52:16.884 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7e2aca53-d094-4aa4-af17-9c7c1fabcc44
22:52:16.885 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f7927cab-d499-4106-9e94-b5a6623e69cf
22:52:16.886 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:091609a5-3801-467d-a803-4301cfcce54a
22:52:16.887 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b1a32508-bd07-4bb1-81f5-8b9ba95273c8
22:52:16.887 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f50c30d3-c520-45af-88da-44df0d00fd6f
22:52:16.888 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0378a710-a85d-4da3-9ad3-af3e6577564e
22:52:16.889 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:860913c3-d16d-4330-9a8e-a8f5b62e63c3
22:52:16.890 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:16.890 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:860913c3-d16d-4330-9a8e-a8f5b62e63c3
22:52:16.890 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0378a710-a85d-4da3-9ad3-af3e6577564e
22:52:16.890 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f50c30d3-c520-45af-88da-44df0d00fd6f
22:52:16.890 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b1a32508-bd07-4bb1-81f5-8b9ba95273c8
22:52:16.890 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:091609a5-3801-467d-a803-4301cfcce54a
22:52:16.890 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f7927cab-d499-4106-9e94-b5a6623e69cf
22:52:16.890 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7e2aca53-d094-4aa4-af17-9c7c1fabcc44
22:52:16.890 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3dce8f74-1e4a-4873-9c30-47f95bbbccbf
22:52:16.890 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:16.890 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:16.890 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:16.890 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:16.890 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:16.890 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:3dce8f74-1e4a-4873-9c30-47f95bbbccbf,_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44,_:f7927cab-d499-4106-9e94-b5a6623e69cf,_:091609a5-3801-467d-a803-4301cfcce54a,_:b1a32508-bd07-4bb1-81f5-8b9ba95273c8,_:f50c30d3-c520-45af-88da-44df0d00fd6f,_:0378a710-a85d-4da3-9ad3-af3e6577564e,_:860913c3-d16d-4330-9a8e-a8f5b62e63c3)
22:52:16.890 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3dce8f74-1e4a-4873-9c30-47f95bbbccbf)
22:52:16.891 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44)
22:52:16.891 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f7927cab-d499-4106-9e94-b5a6623e69cf)
22:52:16.891 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:091609a5-3801-467d-a803-4301cfcce54a)
22:52:16.891 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b1a32508-bd07-4bb1-81f5-8b9ba95273c8)
22:52:16.891 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f50c30d3-c520-45af-88da-44df0d00fd6f)
22:52:16.891 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0378a710-a85d-4da3-9ad3-af3e6577564e)
22:52:16.891 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:860913c3-d16d-4330-9a8e-a8f5b62e63c3)
22:52:16.891 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.891 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.891 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3dce8f74-1e4a-4873-9c30-47f95bbbccbf=ShapeTyping(TypingMap(Map()))
22:52:16.891 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.891 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.891 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.891 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.892 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.892 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.892 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.892 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.892 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:16.892 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.892 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.893 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3dce8f74-1e4a-4873-9c30-47f95bbbccbf), ShapeRef(_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44), ShapeRef(_:f7927cab-d499-4106-9e94-b5a6623e69cf), ShapeRef(_:091609a5-3801-467d-a803-4301cfcce54a), ShapeRef(_:b1a32508-bd07-4bb1-81f5-8b9ba95273c8), ShapeRef(_:f50c30d3-c520-45af-88da-44df0d00fd6f), ShapeRef(_:0378a710-a85d-4da3-9ad3-af3e6577564e), ShapeRef(_:860913c3-d16d-4330-9a8e-a8f5b62e63c3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.893 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.893 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.893 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.893 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.894 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f7927cab-d499-4106-9e94-b5a6623e69cf=ShapeTyping(TypingMap(Map()))
22:52:16.894 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.894 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.894 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.894 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.895 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.895 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.895 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.895 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.895 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:091609a5-3801-467d-a803-4301cfcce54a],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:16.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.896 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:091609a5-3801-467d-a803-4301cfcce54a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3dce8f74-1e4a-4873-9c30-47f95bbbccbf), ShapeRef(_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44), ShapeRef(_:f7927cab-d499-4106-9e94-b5a6623e69cf), ShapeRef(_:091609a5-3801-467d-a803-4301cfcce54a), ShapeRef(_:b1a32508-bd07-4bb1-81f5-8b9ba95273c8), ShapeRef(_:f50c30d3-c520-45af-88da-44df0d00fd6f), ShapeRef(_:0378a710-a85d-4da3-9ad3-af3e6577564e), ShapeRef(_:860913c3-d16d-4330-9a8e-a8f5b62e63c3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:091609a5-3801-467d-a803-4301cfcce54a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.897 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b1a32508-bd07-4bb1-81f5-8b9ba95273c8=ShapeTyping(TypingMap(Map()))
22:52:16.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.897 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f50c30d3-c520-45af-88da-44df0d00fd6f=ShapeTyping(TypingMap(Map()))
22:52:16.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.898 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:16.819Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0378a710-a85d-4da3-9ad3-af3e6577564e],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:16.898 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0378a710-a85d-4da3-9ad3-af3e6577564e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3dce8f74-1e4a-4873-9c30-47f95bbbccbf), ShapeRef(_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44), ShapeRef(_:f7927cab-d499-4106-9e94-b5a6623e69cf), ShapeRef(_:091609a5-3801-467d-a803-4301cfcce54a), ShapeRef(_:b1a32508-bd07-4bb1-81f5-8b9ba95273c8), ShapeRef(_:f50c30d3-c520-45af-88da-44df0d00fd6f), ShapeRef(_:0378a710-a85d-4da3-9ad3-af3e6577564e), ShapeRef(_:860913c3-d16d-4330-9a8e-a8f5b62e63c3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0378a710-a85d-4da3-9ad3-af3e6577564e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.900 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between two and four"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:860913c3-d16d-4330-9a8e-a8f5b62e63c3],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:16.900 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:860913c3-d16d-4330-9a8e-a8f5b62e63c3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3dce8f74-1e4a-4873-9c30-47f95bbbccbf), ShapeRef(_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44), ShapeRef(_:f7927cab-d499-4106-9e94-b5a6623e69cf), ShapeRef(_:091609a5-3801-467d-a803-4301cfcce54a), ShapeRef(_:b1a32508-bd07-4bb1-81f5-8b9ba95273c8), ShapeRef(_:f50c30d3-c520-45af-88da-44df0d00fd6f), ShapeRef(_:0378a710-a85d-4da3-9ad3-af3e6577564e), ShapeRef(_:860913c3-d16d-4330-9a8e-a8f5b62e63c3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:860913c3-d16d-4330-9a8e-a8f5b62e63c3,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"))))))))
22:52:16.900 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:3dce8f74-1e4a-4873-9c30-47f95bbbccbf,_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44,_:f7927cab-d499-4106-9e94-b5a6623e69cf,_:091609a5-3801-467d-a803-4301cfcce54a,_:b1a32508-bd07-4bb1-81f5-8b9ba95273c8,_:f50c30d3-c520-45af-88da-44df0d00fd6f,_:0378a710-a85d-4da3-9ad3-af3e6577564e,_:860913c3-d16d-4330-9a8e-a8f5b62e63c3)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:091609a5-3801-467d-a803-4301cfcce54a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:860913c3-d16d-4330-9a8e-a8f5b62e63c3,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(_:3dce8f74-1e4a-4873-9c30-47f95bbbccbf), ShapeRef(_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44), ShapeRef(_:f7927cab-d499-4106-9e94-b5a6623e69cf), ShapeRef(_:091609a5-3801-467d-a803-4301cfcce54a), ShapeRef(_:b1a32508-bd07-4bb1-81f5-8b9ba95273c8), ShapeRef(_:f50c30d3-c520-45af-88da-44df0d00fd6f), ShapeRef(_:0378a710-a85d-4da3-9ad3-af3e6577564e), ShapeRef(_:860913c3-d16d-4330-9a8e-a8f5b62e63c3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0378a710-a85d-4da3-9ad3-af3e6577564e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.901 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:091609a5-3801-467d-a803-4301cfcce54a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:860913c3-d16d-4330-9a8e-a8f5b62e63c3,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(_:3dce8f74-1e4a-4873-9c30-47f95bbbccbf), ShapeRef(_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44), ShapeRef(_:f7927cab-d499-4106-9e94-b5a6623e69cf), ShapeRef(_:091609a5-3801-467d-a803-4301cfcce54a), ShapeRef(_:b1a32508-bd07-4bb1-81f5-8b9ba95273c8), ShapeRef(_:f50c30d3-c520-45af-88da-44df0d00fd6f), ShapeRef(_:0378a710-a85d-4da3-9ad3-af3e6577564e), ShapeRef(_:860913c3-d16d-4330-9a8e-a8f5b62e63c3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0378a710-a85d-4da3-9ad3-af3e6577564e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.901 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:091609a5-3801-467d-a803-4301cfcce54a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:860913c3-d16d-4330-9a8e-a8f5b62e63c3,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(_:3dce8f74-1e4a-4873-9c30-47f95bbbccbf), ShapeRef(_:7e2aca53-d094-4aa4-af17-9c7c1fabcc44), ShapeRef(_:f7927cab-d499-4106-9e94-b5a6623e69cf), ShapeRef(_:091609a5-3801-467d-a803-4301cfcce54a), ShapeRef(_:b1a32508-bd07-4bb1-81f5-8b9ba95273c8), ShapeRef(_:f50c30d3-c520-45af-88da-44df0d00fd6f), ShapeRef(_:0378a710-a85d-4da3-9ad3-af3e6577564e), ShapeRef(_:860913c3-d16d-4330-9a8e-a8f5b62e63c3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0378a710-a85d-4da3-9ad3-af3e6577564e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.901 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:860913c3-d16d-4330-9a8e-a8f5b62e63c3 = 
22:52:16.901 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:860913c3-d16d-4330-9a8e-a8f5b62e63c3 = 
22:52:16.901 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:860913c3-d16d-4330-9a8e-a8f5b62e63c3: 
22:52:16.901 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0378a710-a85d-4da3-9ad3-af3e6577564e = 
22:52:16.901 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0378a710-a85d-4da3-9ad3-af3e6577564e = 
22:52:16.901 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0378a710-a85d-4da3-9ad3-af3e6577564e: 
22:52:16.901 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f50c30d3-c520-45af-88da-44df0d00fd6f = 
22:52:16.901 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f50c30d3-c520-45af-88da-44df0d00fd6f = 
22:52:16.901 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f50c30d3-c520-45af-88da-44df0d00fd6f: 
22:52:16.901 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b1a32508-bd07-4bb1-81f5-8b9ba95273c8 = 
22:52:16.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b1a32508-bd07-4bb1-81f5-8b9ba95273c8 = 
22:52:16.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b1a32508-bd07-4bb1-81f5-8b9ba95273c8: 
22:52:16.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:091609a5-3801-467d-a803-4301cfcce54a = 
22:52:16.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:091609a5-3801-467d-a803-4301cfcce54a = 
22:52:16.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:091609a5-3801-467d-a803-4301cfcce54a: 
22:52:16.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f7927cab-d499-4106-9e94-b5a6623e69cf = 
22:52:16.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f7927cab-d499-4106-9e94-b5a6623e69cf = 
22:52:16.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f7927cab-d499-4106-9e94-b5a6623e69cf: 
22:52:16.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7e2aca53-d094-4aa4-af17-9c7c1fabcc44 = 
22:52:16.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7e2aca53-d094-4aa4-af17-9c7c1fabcc44 = 
22:52:16.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7e2aca53-d094-4aa4-af17-9c7c1fabcc44: 
22:52:16.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3dce8f74-1e4a-4873-9c30-47f95bbbccbf = 
22:52:16.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3dce8f74-1e4a-4873-9c30-47f95bbbccbf = 
22:52:16.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3dce8f74-1e4a-4873-9c30-47f95bbbccbf: 
22:52:16.903 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

22:52:16.905 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:16.905 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.905 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
22:52:16.906 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.906 [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.119 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-07T22:52:16.906Z"^^<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 .
22:52:16.913 [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-07T22:52:16.906Z"^^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-07T22:52:16.906Z"^^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:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh: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> .
22:52:16.914 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {32ddcf1c-fcc8-470f-94fa-3a557d410a14 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 32ddcf1c-fcc8-470f-94fa-3a557d410a14 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 32ddcf1c-fcc8-470f-94fa-3a557d410a14 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 32ddcf1c-fcc8-470f-94fa-3a557d410a14 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 32ddcf1c-fcc8-470f-94fa-3a557d410a14 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 32ddcf1c-fcc8-470f-94fa-3a557d410a14 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 32ddcf1c-fcc8-470f-94fa-3a557d410a14 @rdf:type sh:Property; f535836e-e5e6-481c-90fc-51dea778c8f5 @rdf:rest 246d9b21-a74b-4f0e-9095-76c1b7a0de57; f535836e-e5e6-481c-90fc-51dea778c8f5 @rdf:first "A"; 74b6b82e-62eb-4286-b1d9-6a604fd5d1a9 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 74b6b82e-62eb-4286-b1d9-6a604fd5d1a9 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 74b6b82e-62eb-4286-b1d9-6a604fd5d1a9 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 74b6b82e-62eb-4286-b1d9-6a604fd5d1a9 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 74b6b82e-62eb-4286-b1d9-6a604fd5d1a9 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 74b6b82e-62eb-4286-b1d9-6a604fd5d1a9 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 74b6b82e-62eb-4286-b1d9-6a604fd5d1a9 @rdf:type sh:Property; 08b328f3-2f6b-4af9-bfb5-f58f029fe2d2 @sh:path http://www.sampledomain.org/sam#integerProperty2...} |  [32ddcf1c-fcc8-470f-94fa-3a557d410a14, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [32ddcf1c-fcc8-470f-94fa-3a557d410a14, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [32ddcf1c-fcc8-470f-94fa-3a557d410a14, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [32ddcf1c-fcc8-470f-94fa-3a557d410a14, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [32ddcf1c-fcc8-470f-94fa-3a557d410a14, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [32ddcf1c-fcc8-470f-94fa-3a557d410a14, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [32ddcf1c-fcc8-470f-94fa-3a557d410a14, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f535836e-e5e6-481c-90fc-51dea778c8f5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 246d9b21-a74b-4f0e-9095-76c1b7a0de57] [f535836e-e5e6-481c-90fc-51dea778c8f5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [74b6b82e-62eb-4286-b1d9-6a604fd5d1a9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [74b6b82e-62eb-4286-b1d9-6a604fd5d1a9, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [74b6b82e-62eb-4286-b1d9-6a604fd5d1a9, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [74b6b82e-62eb-4286-b1d9-6a604fd5d1a9, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [74b6b82e-62eb-4286-b1d9-6a604fd5d1a9, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [74b6b82e-62eb-4286-b1d9-6a604fd5d1a9, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [74b6b82e-62eb-4286-b1d9-6a604fd5d1a9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [08b328f3-2f6b-4af9-bfb5-f58f029fe2d2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [08b328f3-2f6b-4af9-bfb5-f58f029fe2d2, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [08b328f3-2f6b-4af9-bfb5-f58f029fe2d2, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [08b328f3-2f6b-4af9-bfb5-f58f029fe2d2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5421b1dd-a907-4233-82f8-ab0bfed4d23b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [5421b1dd-a907-4233-82f8-ab0bfed4d23b, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5421b1dd-a907-4233-82f8-ab0bfed4d23b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5421b1dd-a907-4233-82f8-ab0bfed4d23b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f3de83f2-8562-4462-b1b9-0071bb009654, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [f3de83f2-8562-4462-b1b9-0071bb009654, http://www.w3.org/ns/shacl#in, f535836e-e5e6-481c-90fc-51dea778c8f5] [f3de83f2-8562-4462-b1b9-0071bb009654, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c31c869f-32e5-44ad-bd37-6efdcf235bf0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [c31c869f-32e5-44ad-bd37-6efdcf235bf0, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c31c869f-32e5-44ad-bd37-6efdcf235bf0, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c31c869f-32e5-44ad-bd37-6efdcf235bf0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6b5c6a35-b8df-4236-b405-fb0afb79a2ca, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [6b5c6a35-b8df-4236-b405-fb0afb79a2ca, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [6b5c6a35-b8df-4236-b405-fb0afb79a2ca, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [246d9b21-a74b-4f0e-9095-76c1b7a0de57, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f5ee69d4-b672-4566-bb78-8163b39f2fe6] [246d9b21-a74b-4f0e-9095-76c1b7a0de57, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [aca530f1-1d74-4856-9903-70477d5b8f3a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [aca530f1-1d74-4856-9903-70477d5b8f3a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [aca530f1-1d74-4856-9903-70477d5b8f3a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [aca530f1-1d74-4856-9903-70477d5b8f3a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [aca530f1-1d74-4856-9903-70477d5b8f3a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [aca530f1-1d74-4856-9903-70477d5b8f3a, http://www.w3.org/ns/shacl#pattern, "^B"] [aca530f1-1d74-4856-9903-70477d5b8f3a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [aca530f1-1d74-4856-9903-70477d5b8f3a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f5ee69d4-b672-4566-bb78-8163b39f2fe6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [f5ee69d4-b672-4566-bb78-8163b39f2fe6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 74b6b82e-62eb-4286-b1d9-6a604fd5d1a9] [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, 6b5c6a35-b8df-4236-b405-fb0afb79a2ca] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 08b328f3-2f6b-4af9-bfb5-f58f029fe2d2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c31c869f-32e5-44ad-bd37-6efdcf235bf0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f3de83f2-8562-4462-b1b9-0071bb009654] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5421b1dd-a907-4233-82f8-ab0bfed4d23b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 32ddcf1c-fcc8-470f-94fa-3a557d410a14] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, aca530f1-1d74-4856-9903-70477d5b8f3a]>
22:52:16.914 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:16.915 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:16.916 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2,_:32ddcf1c-fcc8-470f-94fa-3a557d410a14,_:c31c869f-32e5-44ad-bd37-6efdcf235bf0,_:5421b1dd-a907-4233-82f8-ab0bfed4d23b,_:f3de83f2-8562-4462-b1b9-0071bb009654,_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9,_:6b5c6a35-b8df-4236-b405-fb0afb79a2ca,_:aca530f1-1d74-4856-9903-70477d5b8f3a. Pending nodes: 
22:52:16.917 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2
22:52:16.918 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:32ddcf1c-fcc8-470f-94fa-3a557d410a14
22:52:16.919 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c31c869f-32e5-44ad-bd37-6efdcf235bf0
22:52:16.919 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5421b1dd-a907-4233-82f8-ab0bfed4d23b
22:52:16.920 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f3de83f2-8562-4462-b1b9-0071bb009654
22:52:16.921 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9
22:52:16.922 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6b5c6a35-b8df-4236-b405-fb0afb79a2ca
22:52:16.922 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:aca530f1-1d74-4856-9903-70477d5b8f3a
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:aca530f1-1d74-4856-9903-70477d5b8f3a
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6b5c6a35-b8df-4236-b405-fb0afb79a2ca
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f3de83f2-8562-4462-b1b9-0071bb009654
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5421b1dd-a907-4233-82f8-ab0bfed4d23b
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c31c869f-32e5-44ad-bd37-6efdcf235bf0
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:32ddcf1c-fcc8-470f-94fa-3a557d410a14
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:aca530f1-1d74-4856-9903-70477d5b8f3a = 
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:aca530f1-1d74-4856-9903-70477d5b8f3a = 
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:aca530f1-1d74-4856-9903-70477d5b8f3a: 
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:16.924 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2,_:32ddcf1c-fcc8-470f-94fa-3a557d410a14,_:c31c869f-32e5-44ad-bd37-6efdcf235bf0,_:5421b1dd-a907-4233-82f8-ab0bfed4d23b,_:f3de83f2-8562-4462-b1b9-0071bb009654,_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9,_:6b5c6a35-b8df-4236-b405-fb0afb79a2ca,_:aca530f1-1d74-4856-9903-70477d5b8f3a)
22:52:16.925 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2)
22:52:16.925 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:32ddcf1c-fcc8-470f-94fa-3a557d410a14)
22:52:16.925 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c31c869f-32e5-44ad-bd37-6efdcf235bf0)
22:52:16.925 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5421b1dd-a907-4233-82f8-ab0bfed4d23b)
22:52:16.925 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f3de83f2-8562-4462-b1b9-0071bb009654)
22:52:16.925 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9)
22:52:16.925 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6b5c6a35-b8df-4236-b405-fb0afb79a2ca)
22:52:16.925 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aca530f1-1d74-4856-9903-70477d5b8f3a)
22:52:16.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.926 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2), ShapeRef(_:32ddcf1c-fcc8-470f-94fa-3a557d410a14), ShapeRef(_:c31c869f-32e5-44ad-bd37-6efdcf235bf0), ShapeRef(_:5421b1dd-a907-4233-82f8-ab0bfed4d23b), ShapeRef(_:f3de83f2-8562-4462-b1b9-0071bb009654), ShapeRef(_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9), ShapeRef(_:6b5c6a35-b8df-4236-b405-fb0afb79a2ca), ShapeRef(_:aca530f1-1d74-4856-9903-70477d5b8f3a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2,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))))))))
22:52:16.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.926 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:32ddcf1c-fcc8-470f-94fa-3a557d410a14],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:16.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.927 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:32ddcf1c-fcc8-470f-94fa-3a557d410a14=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2), ShapeRef(_:32ddcf1c-fcc8-470f-94fa-3a557d410a14), ShapeRef(_:c31c869f-32e5-44ad-bd37-6efdcf235bf0), ShapeRef(_:5421b1dd-a907-4233-82f8-ab0bfed4d23b), ShapeRef(_:f3de83f2-8562-4462-b1b9-0071bb009654), ShapeRef(_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9), ShapeRef(_:6b5c6a35-b8df-4236-b405-fb0afb79a2ca), ShapeRef(_:aca530f1-1d74-4856-9903-70477d5b8f3a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:32ddcf1c-fcc8-470f-94fa-3a557d410a14,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:16.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.980 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c31c869f-32e5-44ad-bd37-6efdcf235bf0=ShapeTyping(TypingMap(Map()))
22:52:16.980 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.980 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.981 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.981 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.981 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:16.906Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5421b1dd-a907-4233-82f8-ab0bfed4d23b],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:16.981 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5421b1dd-a907-4233-82f8-ab0bfed4d23b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2), ShapeRef(_:32ddcf1c-fcc8-470f-94fa-3a557d410a14), ShapeRef(_:c31c869f-32e5-44ad-bd37-6efdcf235bf0), ShapeRef(_:5421b1dd-a907-4233-82f8-ab0bfed4d23b), ShapeRef(_:f3de83f2-8562-4462-b1b9-0071bb009654), ShapeRef(_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9), ShapeRef(_:6b5c6a35-b8df-4236-b405-fb0afb79a2ca), ShapeRef(_:aca530f1-1d74-4856-9903-70477d5b8f3a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5421b1dd-a907-4233-82f8-ab0bfed4d23b,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.981 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.981 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.981 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f3de83f2-8562-4462-b1b9-0071bb009654=ShapeTyping(TypingMap(Map()))
22:52:16.981 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.981 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.982 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.982 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.982 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.982 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.982 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.982 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.982 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:16.982 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.982 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.983 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2), ShapeRef(_:32ddcf1c-fcc8-470f-94fa-3a557d410a14), ShapeRef(_:c31c869f-32e5-44ad-bd37-6efdcf235bf0), ShapeRef(_:5421b1dd-a907-4233-82f8-ab0bfed4d23b), ShapeRef(_:f3de83f2-8562-4462-b1b9-0071bb009654), ShapeRef(_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9), ShapeRef(_:6b5c6a35-b8df-4236-b405-fb0afb79a2ca), ShapeRef(_:aca530f1-1d74-4856-9903-70477d5b8f3a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.983 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.983 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.983 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6b5c6a35-b8df-4236-b405-fb0afb79a2ca=ShapeTyping(TypingMap(Map()))
22:52:16.983 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.983 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.984 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.984 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.984 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.984 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.984 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.984 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.984 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.984 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:16.985 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:aca530f1-1d74-4856-9903-70477d5b8f3a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:16.985 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aca530f1-1d74-4856-9903-70477d5b8f3a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2), ShapeRef(_:32ddcf1c-fcc8-470f-94fa-3a557d410a14), ShapeRef(_:c31c869f-32e5-44ad-bd37-6efdcf235bf0), ShapeRef(_:5421b1dd-a907-4233-82f8-ab0bfed4d23b), ShapeRef(_:f3de83f2-8562-4462-b1b9-0071bb009654), ShapeRef(_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9), ShapeRef(_:6b5c6a35-b8df-4236-b405-fb0afb79a2ca), ShapeRef(_:aca530f1-1d74-4856-9903-70477d5b8f3a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:aca530f1-1d74-4856-9903-70477d5b8f3a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:16.985 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2,_:32ddcf1c-fcc8-470f-94fa-3a557d410a14,_:c31c869f-32e5-44ad-bd37-6efdcf235bf0,_:5421b1dd-a907-4233-82f8-ab0bfed4d23b,_:f3de83f2-8562-4462-b1b9-0071bb009654,_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9,_:6b5c6a35-b8df-4236-b405-fb0afb79a2ca,_:aca530f1-1d74-4856-9903-70477d5b8f3a)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:5421b1dd-a907-4233-82f8-ab0bfed4d23b,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:32ddcf1c-fcc8-470f-94fa-3a557d410a14,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2,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(_:aca530f1-1d74-4856-9903-70477d5b8f3a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2), ShapeRef(_:32ddcf1c-fcc8-470f-94fa-3a557d410a14), ShapeRef(_:c31c869f-32e5-44ad-bd37-6efdcf235bf0), ShapeRef(_:5421b1dd-a907-4233-82f8-ab0bfed4d23b), ShapeRef(_:f3de83f2-8562-4462-b1b9-0071bb009654), ShapeRef(_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9), ShapeRef(_:6b5c6a35-b8df-4236-b405-fb0afb79a2ca), ShapeRef(_:aca530f1-1d74-4856-9903-70477d5b8f3a)),false,List()) -> TypingResult(Valid(List()))))))
22:52:16.985 [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(_:5421b1dd-a907-4233-82f8-ab0bfed4d23b,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:32ddcf1c-fcc8-470f-94fa-3a557d410a14,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2,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(_:aca530f1-1d74-4856-9903-70477d5b8f3a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2), ShapeRef(_:32ddcf1c-fcc8-470f-94fa-3a557d410a14), ShapeRef(_:c31c869f-32e5-44ad-bd37-6efdcf235bf0), ShapeRef(_:5421b1dd-a907-4233-82f8-ab0bfed4d23b), ShapeRef(_:f3de83f2-8562-4462-b1b9-0071bb009654), ShapeRef(_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9), ShapeRef(_:6b5c6a35-b8df-4236-b405-fb0afb79a2ca), ShapeRef(_:aca530f1-1d74-4856-9903-70477d5b8f3a)),false,List()) -> TypingResult(Valid(List()))))))
22:52:16.986 [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(_:5421b1dd-a907-4233-82f8-ab0bfed4d23b,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:32ddcf1c-fcc8-470f-94fa-3a557d410a14,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2,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(_:aca530f1-1d74-4856-9903-70477d5b8f3a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2), ShapeRef(_:32ddcf1c-fcc8-470f-94fa-3a557d410a14), ShapeRef(_:c31c869f-32e5-44ad-bd37-6efdcf235bf0), ShapeRef(_:5421b1dd-a907-4233-82f8-ab0bfed4d23b), ShapeRef(_:f3de83f2-8562-4462-b1b9-0071bb009654), ShapeRef(_:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9), ShapeRef(_:6b5c6a35-b8df-4236-b405-fb0afb79a2ca), ShapeRef(_:aca530f1-1d74-4856-9903-70477d5b8f3a)),false,List()) -> TypingResult(Valid(List()))))))
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6b5c6a35-b8df-4236-b405-fb0afb79a2ca = 
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6b5c6a35-b8df-4236-b405-fb0afb79a2ca = 
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6b5c6a35-b8df-4236-b405-fb0afb79a2ca: 
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9 = 
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9 = 
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:74b6b82e-62eb-4286-b1d9-6a604fd5d1a9: 
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f3de83f2-8562-4462-b1b9-0071bb009654 = 
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f3de83f2-8562-4462-b1b9-0071bb009654 = 
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f3de83f2-8562-4462-b1b9-0071bb009654: 
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5421b1dd-a907-4233-82f8-ab0bfed4d23b = 
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5421b1dd-a907-4233-82f8-ab0bfed4d23b = 
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5421b1dd-a907-4233-82f8-ab0bfed4d23b: 
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c31c869f-32e5-44ad-bd37-6efdcf235bf0 = 
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c31c869f-32e5-44ad-bd37-6efdcf235bf0 = 
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c31c869f-32e5-44ad-bd37-6efdcf235bf0: 
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:32ddcf1c-fcc8-470f-94fa-3a557d410a14 = 
22:52:16.986 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:32ddcf1c-fcc8-470f-94fa-3a557d410a14 = 
22:52:16.987 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:32ddcf1c-fcc8-470f-94fa-3a557d410a14: 
22:52:16.987 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2 = 
22:52:16.987 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2 = 
22:52:16.987 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:08b328f3-2f6b-4af9-bfb5-f58f029fe2d2: 
22:52:16.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
] .

22:52:16.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
] .

22:52:16.989 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:16.989 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:16.989 [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-07T22:52:16.989Z"^^<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 .
22:52:16.997 [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-07T22:52:16.989Z"^^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-07T22:52:16.989Z"^^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: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:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
22:52:16.997 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {92e81233-84a4-4977-baf2-6632ce203304 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 92e81233-84a4-4977-baf2-6632ce203304 @sh:in 3b252b8e-ab42-4b17-a09a-da30dbc3d93e; 92e81233-84a4-4977-baf2-6632ce203304 @rdf:type sh:Property; 6d6e06b5-d188-4ba1-8657-e3b4707d6132 @sh:path http://www.sampledomain.org/sam#aStringProperty; 6d6e06b5-d188-4ba1-8657-e3b4707d6132 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6d6e06b5-d188-4ba1-8657-e3b4707d6132 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6d6e06b5-d188-4ba1-8657-e3b4707d6132 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 6d6e06b5-d188-4ba1-8657-e3b4707d6132 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 6d6e06b5-d188-4ba1-8657-e3b4707d6132 @sh:pattern "^B"; 6d6e06b5-d188-4ba1-8657-e3b4707d6132 @sh:description "a Simple Single String Property"; 6d6e06b5-d188-4ba1-8657-e3b4707d6132 @rdf:type sh:Property; 087616c7-290b-465f-9f39-d2979a0217d1 @rdf:rest d384be4d-a0e0-494b-bc76-1192aa589e24; 087616c7-290b-465f-9f39-d2979a0217d1 @rdf:first "B"; 537673ac-4a56-4548-9de3-4d490ab6a98e @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 537673ac-4a56-4548-9de3-4d490ab6a98e @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 537673ac-4a56-4548-9de3-4d490ab6a98e @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 537673ac-4a56-4548-9de3-4d490ab6a98e @sh:datatype http://www.w3.org/2001/XMLSchema#integer...} |  [92e81233-84a4-4977-baf2-6632ce203304, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [92e81233-84a4-4977-baf2-6632ce203304, http://www.w3.org/ns/shacl#in, 3b252b8e-ab42-4b17-a09a-da30dbc3d93e] [92e81233-84a4-4977-baf2-6632ce203304, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6d6e06b5-d188-4ba1-8657-e3b4707d6132, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [6d6e06b5-d188-4ba1-8657-e3b4707d6132, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6d6e06b5-d188-4ba1-8657-e3b4707d6132, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6d6e06b5-d188-4ba1-8657-e3b4707d6132, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [6d6e06b5-d188-4ba1-8657-e3b4707d6132, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [6d6e06b5-d188-4ba1-8657-e3b4707d6132, http://www.w3.org/ns/shacl#pattern, "^B"] [6d6e06b5-d188-4ba1-8657-e3b4707d6132, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [6d6e06b5-d188-4ba1-8657-e3b4707d6132, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [087616c7-290b-465f-9f39-d2979a0217d1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, d384be4d-a0e0-494b-bc76-1192aa589e24] [087616c7-290b-465f-9f39-d2979a0217d1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [537673ac-4a56-4548-9de3-4d490ab6a98e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [537673ac-4a56-4548-9de3-4d490ab6a98e, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [537673ac-4a56-4548-9de3-4d490ab6a98e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [537673ac-4a56-4548-9de3-4d490ab6a98e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [537673ac-4a56-4548-9de3-4d490ab6a98e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [537673ac-4a56-4548-9de3-4d490ab6a98e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [537673ac-4a56-4548-9de3-4d490ab6a98e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a26ede68-d2de-419a-b504-59655c66949e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [a26ede68-d2de-419a-b504-59655c66949e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a26ede68-d2de-419a-b504-59655c66949e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a26ede68-d2de-419a-b504-59655c66949e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a26ede68-d2de-419a-b504-59655c66949e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a26ede68-d2de-419a-b504-59655c66949e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a26ede68-d2de-419a-b504-59655c66949e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d384be4d-a0e0-494b-bc76-1192aa589e24, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [d384be4d-a0e0-494b-bc76-1192aa589e24, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [f470f338-1355-45ef-ba3b-4d0cd5f84530, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [f470f338-1355-45ef-ba3b-4d0cd5f84530, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f470f338-1355-45ef-ba3b-4d0cd5f84530, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f470f338-1355-45ef-ba3b-4d0cd5f84530, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7bb23750-2356-4378-83d0-b7c39ecfbbbb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [7bb23750-2356-4378-83d0-b7c39ecfbbbb, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7bb23750-2356-4378-83d0-b7c39ecfbbbb, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7bb23750-2356-4378-83d0-b7c39ecfbbbb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0a653f3c-1b84-4d0d-b759-903d69f42cfa, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [0a653f3c-1b84-4d0d-b759-903d69f42cfa, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [0a653f3c-1b84-4d0d-b759-903d69f42cfa, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3b252b8e-ab42-4b17-a09a-da30dbc3d93e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 087616c7-290b-465f-9f39-d2979a0217d1] [3b252b8e-ab42-4b17-a09a-da30dbc3d93e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a26ede68-d2de-419a-b504-59655c66949e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7bb23750-2356-4378-83d0-b7c39ecfbbbb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 537673ac-4a56-4548-9de3-4d490ab6a98e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6d6e06b5-d188-4ba1-8657-e3b4707d6132] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 92e81233-84a4-4977-baf2-6632ce203304] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ade0d847-5e0e-45af-bbab-44d191e2ebdf] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f470f338-1355-45ef-ba3b-4d0cd5f84530] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0a653f3c-1b84-4d0d-b759-903d69f42cfa] [ade0d847-5e0e-45af-bbab-44d191e2ebdf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [ade0d847-5e0e-45af-bbab-44d191e2ebdf, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ade0d847-5e0e-45af-bbab-44d191e2ebdf, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ade0d847-5e0e-45af-bbab-44d191e2ebdf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
22:52:16.998 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:16.999 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:17.000 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:537673ac-4a56-4548-9de3-4d490ab6a98e,_:f470f338-1355-45ef-ba3b-4d0cd5f84530,_:7bb23750-2356-4378-83d0-b7c39ecfbbbb,_:a26ede68-d2de-419a-b504-59655c66949e,_:92e81233-84a4-4977-baf2-6632ce203304,_:ade0d847-5e0e-45af-bbab-44d191e2ebdf,_:6d6e06b5-d188-4ba1-8657-e3b4707d6132,_:0a653f3c-1b84-4d0d-b759-903d69f42cfa. Pending nodes: 
22:52:17.000 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:537673ac-4a56-4548-9de3-4d490ab6a98e
22:52:17.001 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f470f338-1355-45ef-ba3b-4d0cd5f84530
22:52:17.002 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7bb23750-2356-4378-83d0-b7c39ecfbbbb
22:52:17.003 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a26ede68-d2de-419a-b504-59655c66949e
22:52:17.004 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:92e81233-84a4-4977-baf2-6632ce203304
22:52:17.004 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ade0d847-5e0e-45af-bbab-44d191e2ebdf
22:52:17.005 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6d6e06b5-d188-4ba1-8657-e3b4707d6132
22:52:17.006 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0a653f3c-1b84-4d0d-b759-903d69f42cfa
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0a653f3c-1b84-4d0d-b759-903d69f42cfa
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6d6e06b5-d188-4ba1-8657-e3b4707d6132
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ade0d847-5e0e-45af-bbab-44d191e2ebdf
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:92e81233-84a4-4977-baf2-6632ce203304
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a26ede68-d2de-419a-b504-59655c66949e
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7bb23750-2356-4378-83d0-b7c39ecfbbbb
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f470f338-1355-45ef-ba3b-4d0cd5f84530
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:537673ac-4a56-4548-9de3-4d490ab6a98e
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0a653f3c-1b84-4d0d-b759-903d69f42cfa = 
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0a653f3c-1b84-4d0d-b759-903d69f42cfa = 
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0a653f3c-1b84-4d0d-b759-903d69f42cfa: 
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6d6e06b5-d188-4ba1-8657-e3b4707d6132 = 
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6d6e06b5-d188-4ba1-8657-e3b4707d6132 = 
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6d6e06b5-d188-4ba1-8657-e3b4707d6132: 
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ade0d847-5e0e-45af-bbab-44d191e2ebdf = 
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ade0d847-5e0e-45af-bbab-44d191e2ebdf = 
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ade0d847-5e0e-45af-bbab-44d191e2ebdf: 
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:92e81233-84a4-4977-baf2-6632ce203304 = 
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:92e81233-84a4-4977-baf2-6632ce203304 = 
22:52:17.007 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:92e81233-84a4-4977-baf2-6632ce203304: 
22:52:17.008 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:17.008 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:17.008 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:17.008 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:17.008 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:17.008 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:537673ac-4a56-4548-9de3-4d490ab6a98e,_:f470f338-1355-45ef-ba3b-4d0cd5f84530,_:7bb23750-2356-4378-83d0-b7c39ecfbbbb,_:a26ede68-d2de-419a-b504-59655c66949e,_:92e81233-84a4-4977-baf2-6632ce203304,_:ade0d847-5e0e-45af-bbab-44d191e2ebdf,_:6d6e06b5-d188-4ba1-8657-e3b4707d6132,_:0a653f3c-1b84-4d0d-b759-903d69f42cfa)
22:52:17.008 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:537673ac-4a56-4548-9de3-4d490ab6a98e)
22:52:17.008 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f470f338-1355-45ef-ba3b-4d0cd5f84530)
22:52:17.008 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7bb23750-2356-4378-83d0-b7c39ecfbbbb)
22:52:17.008 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a26ede68-d2de-419a-b504-59655c66949e)
22:52:17.008 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:92e81233-84a4-4977-baf2-6632ce203304)
22:52:17.008 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ade0d847-5e0e-45af-bbab-44d191e2ebdf)
22:52:17.008 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6d6e06b5-d188-4ba1-8657-e3b4707d6132)
22:52:17.008 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0a653f3c-1b84-4d0d-b759-903d69f42cfa)
22:52:17.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.009 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:537673ac-4a56-4548-9de3-4d490ab6a98e],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:17.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.009 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:537673ac-4a56-4548-9de3-4d490ab6a98e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:537673ac-4a56-4548-9de3-4d490ab6a98e), ShapeRef(_:f470f338-1355-45ef-ba3b-4d0cd5f84530), ShapeRef(_:7bb23750-2356-4378-83d0-b7c39ecfbbbb), ShapeRef(_:a26ede68-d2de-419a-b504-59655c66949e), ShapeRef(_:92e81233-84a4-4977-baf2-6632ce203304), ShapeRef(_:ade0d847-5e0e-45af-bbab-44d191e2ebdf), ShapeRef(_:6d6e06b5-d188-4ba1-8657-e3b4707d6132), ShapeRef(_:0a653f3c-1b84-4d0d-b759-903d69f42cfa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:537673ac-4a56-4548-9de3-4d490ab6a98e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.010 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f470f338-1355-45ef-ba3b-4d0cd5f84530=ShapeTyping(TypingMap(Map()))
22:52:17.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.010 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:16.989Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7bb23750-2356-4378-83d0-b7c39ecfbbbb],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:17.011 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7bb23750-2356-4378-83d0-b7c39ecfbbbb=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:537673ac-4a56-4548-9de3-4d490ab6a98e), ShapeRef(_:f470f338-1355-45ef-ba3b-4d0cd5f84530), ShapeRef(_:7bb23750-2356-4378-83d0-b7c39ecfbbbb), ShapeRef(_:a26ede68-d2de-419a-b504-59655c66949e), ShapeRef(_:92e81233-84a4-4977-baf2-6632ce203304), ShapeRef(_:ade0d847-5e0e-45af-bbab-44d191e2ebdf), ShapeRef(_:6d6e06b5-d188-4ba1-8657-e3b4707d6132), ShapeRef(_:0a653f3c-1b84-4d0d-b759-903d69f42cfa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7bb23750-2356-4378-83d0-b7c39ecfbbbb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.012 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a26ede68-d2de-419a-b504-59655c66949e],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:17.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.012 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a26ede68-d2de-419a-b504-59655c66949e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:537673ac-4a56-4548-9de3-4d490ab6a98e), ShapeRef(_:f470f338-1355-45ef-ba3b-4d0cd5f84530), ShapeRef(_:7bb23750-2356-4378-83d0-b7c39ecfbbbb), ShapeRef(_:a26ede68-d2de-419a-b504-59655c66949e), ShapeRef(_:92e81233-84a4-4977-baf2-6632ce203304), ShapeRef(_:ade0d847-5e0e-45af-bbab-44d191e2ebdf), ShapeRef(_:6d6e06b5-d188-4ba1-8657-e3b4707d6132), ShapeRef(_:0a653f3c-1b84-4d0d-b759-903d69f42cfa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a26ede68-d2de-419a-b504-59655c66949e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:17.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.012 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:92e81233-84a4-4977-baf2-6632ce203304=ShapeTyping(TypingMap(Map()))
22:52:17.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.013 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ade0d847-5e0e-45af-bbab-44d191e2ebdf=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:537673ac-4a56-4548-9de3-4d490ab6a98e), ShapeRef(_:f470f338-1355-45ef-ba3b-4d0cd5f84530), ShapeRef(_:7bb23750-2356-4378-83d0-b7c39ecfbbbb), ShapeRef(_:a26ede68-d2de-419a-b504-59655c66949e), ShapeRef(_:92e81233-84a4-4977-baf2-6632ce203304), ShapeRef(_:ade0d847-5e0e-45af-bbab-44d191e2ebdf), ShapeRef(_:6d6e06b5-d188-4ba1-8657-e3b4707d6132), ShapeRef(_:0a653f3c-1b84-4d0d-b759-903d69f42cfa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ade0d847-5e0e-45af-bbab-44d191e2ebdf,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"))))))))
22:52:17.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.015 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6d6e06b5-d188-4ba1-8657-e3b4707d6132],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:17.015 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6d6e06b5-d188-4ba1-8657-e3b4707d6132=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:537673ac-4a56-4548-9de3-4d490ab6a98e), ShapeRef(_:f470f338-1355-45ef-ba3b-4d0cd5f84530), ShapeRef(_:7bb23750-2356-4378-83d0-b7c39ecfbbbb), ShapeRef(_:a26ede68-d2de-419a-b504-59655c66949e), ShapeRef(_:92e81233-84a4-4977-baf2-6632ce203304), ShapeRef(_:ade0d847-5e0e-45af-bbab-44d191e2ebdf), ShapeRef(_:6d6e06b5-d188-4ba1-8657-e3b4707d6132), ShapeRef(_:0a653f3c-1b84-4d0d-b759-903d69f42cfa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6d6e06b5-d188-4ba1-8657-e3b4707d6132,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.015 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0a653f3c-1b84-4d0d-b759-903d69f42cfa=ShapeTyping(TypingMap(Map()))
22:52:17.015 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:537673ac-4a56-4548-9de3-4d490ab6a98e,_:f470f338-1355-45ef-ba3b-4d0cd5f84530,_:7bb23750-2356-4378-83d0-b7c39ecfbbbb,_:a26ede68-d2de-419a-b504-59655c66949e,_:92e81233-84a4-4977-baf2-6632ce203304,_:ade0d847-5e0e-45af-bbab-44d191e2ebdf,_:6d6e06b5-d188-4ba1-8657-e3b4707d6132,_:0a653f3c-1b84-4d0d-b759-903d69f42cfa)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:a26ede68-d2de-419a-b504-59655c66949e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:537673ac-4a56-4548-9de3-4d490ab6a98e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6d6e06b5-d188-4ba1-8657-e3b4707d6132,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:537673ac-4a56-4548-9de3-4d490ab6a98e), ShapeRef(_:f470f338-1355-45ef-ba3b-4d0cd5f84530), ShapeRef(_:7bb23750-2356-4378-83d0-b7c39ecfbbbb), ShapeRef(_:a26ede68-d2de-419a-b504-59655c66949e), ShapeRef(_:92e81233-84a4-4977-baf2-6632ce203304), ShapeRef(_:ade0d847-5e0e-45af-bbab-44d191e2ebdf), ShapeRef(_:6d6e06b5-d188-4ba1-8657-e3b4707d6132), ShapeRef(_:0a653f3c-1b84-4d0d-b759-903d69f42cfa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7bb23750-2356-4378-83d0-b7c39ecfbbbb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:ade0d847-5e0e-45af-bbab-44d191e2ebdf,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"))))))))
22:52:17.016 [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(_:a26ede68-d2de-419a-b504-59655c66949e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:537673ac-4a56-4548-9de3-4d490ab6a98e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6d6e06b5-d188-4ba1-8657-e3b4707d6132,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:537673ac-4a56-4548-9de3-4d490ab6a98e), ShapeRef(_:f470f338-1355-45ef-ba3b-4d0cd5f84530), ShapeRef(_:7bb23750-2356-4378-83d0-b7c39ecfbbbb), ShapeRef(_:a26ede68-d2de-419a-b504-59655c66949e), ShapeRef(_:92e81233-84a4-4977-baf2-6632ce203304), ShapeRef(_:ade0d847-5e0e-45af-bbab-44d191e2ebdf), ShapeRef(_:6d6e06b5-d188-4ba1-8657-e3b4707d6132), ShapeRef(_:0a653f3c-1b84-4d0d-b759-903d69f42cfa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7bb23750-2356-4378-83d0-b7c39ecfbbbb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:ade0d847-5e0e-45af-bbab-44d191e2ebdf,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"))))))))
22:52:17.016 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:a26ede68-d2de-419a-b504-59655c66949e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:537673ac-4a56-4548-9de3-4d490ab6a98e,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6d6e06b5-d188-4ba1-8657-e3b4707d6132,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:537673ac-4a56-4548-9de3-4d490ab6a98e), ShapeRef(_:f470f338-1355-45ef-ba3b-4d0cd5f84530), ShapeRef(_:7bb23750-2356-4378-83d0-b7c39ecfbbbb), ShapeRef(_:a26ede68-d2de-419a-b504-59655c66949e), ShapeRef(_:92e81233-84a4-4977-baf2-6632ce203304), ShapeRef(_:ade0d847-5e0e-45af-bbab-44d191e2ebdf), ShapeRef(_:6d6e06b5-d188-4ba1-8657-e3b4707d6132), ShapeRef(_:0a653f3c-1b84-4d0d-b759-903d69f42cfa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7bb23750-2356-4378-83d0-b7c39ecfbbbb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:ade0d847-5e0e-45af-bbab-44d191e2ebdf,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"))))))))
22:52:17.016 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a26ede68-d2de-419a-b504-59655c66949e = 
22:52:17.016 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a26ede68-d2de-419a-b504-59655c66949e = 
22:52:17.016 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a26ede68-d2de-419a-b504-59655c66949e: 
22:52:17.016 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7bb23750-2356-4378-83d0-b7c39ecfbbbb = 
22:52:17.016 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7bb23750-2356-4378-83d0-b7c39ecfbbbb = 
22:52:17.016 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7bb23750-2356-4378-83d0-b7c39ecfbbbb: 
22:52:17.016 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f470f338-1355-45ef-ba3b-4d0cd5f84530 = 
22:52:17.016 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f470f338-1355-45ef-ba3b-4d0cd5f84530 = 
22:52:17.016 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f470f338-1355-45ef-ba3b-4d0cd5f84530: 
22:52:17.016 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:537673ac-4a56-4548-9de3-4d490ab6a98e = 
22:52:17.016 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:537673ac-4a56-4548-9de3-4d490ab6a98e = 
22:52:17.016 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:537673ac-4a56-4548-9de3-4d490ab6a98e: 
22:52:17.018 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

22:52:17.019 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:17.019 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:17.019 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
22:52:17.020 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:17.020 [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.113 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-07T22:52:17.02Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
22:52:17.083 [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-07T22:52:17.02Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T22:52:17.02Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh: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:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh: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> .
22:52:17.084 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {1710f374-ed8d-4400-b495-d188d2a32c55 @sh:path http://www.sampledomain.org/sam#integerProperty3; 1710f374-ed8d-4400-b495-d188d2a32c55 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 1710f374-ed8d-4400-b495-d188d2a32c55 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 1710f374-ed8d-4400-b495-d188d2a32c55 @rdf:type sh:Property; 33f629ee-5a9b-4606-9433-df18c9fbee9d @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 33f629ee-5a9b-4606-9433-df18c9fbee9d @sh:class http://www.sampledomain.org/sam#AnotherResource; 33f629ee-5a9b-4606-9433-df18c9fbee9d @rdf:type sh:Property; feb2ff8d-36f9-457c-9bbb-9fdde5c84200 @rdf:rest rdf:nil; feb2ff8d-36f9-457c-9bbb-9fdde5c84200 @rdf:first "C"; fb2884ec-4274-4242-855a-04564835f128 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; fb2884ec-4274-4242-855a-04564835f128 @sh:in b6a7f9b4-3fa6-4e69-bc82-3421427c10e7; fb2884ec-4274-4242-855a-04564835f128 @rdf:type sh:Property; 48a5dc0b-1fc8-447e-8a60-69278c54fb65 @sh:path http://www.sampledomain.org/sam#aStringProperty; 48a5dc0b-1fc8-447e-8a60-69278c54fb65 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 48a5dc0b-1fc8-447e-8a60-69278c54fb65 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 48a5dc0b-1fc8-447e-8a60-69278c54fb65 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 48a5dc0b-1fc8-447e-8a60-69278c54fb65 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer...} |  [1710f374-ed8d-4400-b495-d188d2a32c55, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [1710f374-ed8d-4400-b495-d188d2a32c55, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1710f374-ed8d-4400-b495-d188d2a32c55, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1710f374-ed8d-4400-b495-d188d2a32c55, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [33f629ee-5a9b-4606-9433-df18c9fbee9d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [33f629ee-5a9b-4606-9433-df18c9fbee9d, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [33f629ee-5a9b-4606-9433-df18c9fbee9d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [feb2ff8d-36f9-457c-9bbb-9fdde5c84200, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [feb2ff8d-36f9-457c-9bbb-9fdde5c84200, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [fb2884ec-4274-4242-855a-04564835f128, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [fb2884ec-4274-4242-855a-04564835f128, http://www.w3.org/ns/shacl#in, b6a7f9b4-3fa6-4e69-bc82-3421427c10e7] [fb2884ec-4274-4242-855a-04564835f128, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [48a5dc0b-1fc8-447e-8a60-69278c54fb65, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [48a5dc0b-1fc8-447e-8a60-69278c54fb65, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [48a5dc0b-1fc8-447e-8a60-69278c54fb65, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [48a5dc0b-1fc8-447e-8a60-69278c54fb65, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [48a5dc0b-1fc8-447e-8a60-69278c54fb65, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [48a5dc0b-1fc8-447e-8a60-69278c54fb65, http://www.w3.org/ns/shacl#pattern, "^B"] [48a5dc0b-1fc8-447e-8a60-69278c54fb65, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [48a5dc0b-1fc8-447e-8a60-69278c54fb65, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [058fcb44-1651-43f3-87cf-ca401ea5f14e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [058fcb44-1651-43f3-87cf-ca401ea5f14e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [058fcb44-1651-43f3-87cf-ca401ea5f14e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [058fcb44-1651-43f3-87cf-ca401ea5f14e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [058fcb44-1651-43f3-87cf-ca401ea5f14e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [058fcb44-1651-43f3-87cf-ca401ea5f14e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [058fcb44-1651-43f3-87cf-ca401ea5f14e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b6a7f9b4-3fa6-4e69-bc82-3421427c10e7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a44d5ea8-b2a8-44e7-9ba5-b2a9def044af] [b6a7f9b4-3fa6-4e69-bc82-3421427c10e7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [a44d5ea8-b2a8-44e7-9ba5-b2a9def044af, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, feb2ff8d-36f9-457c-9bbb-9fdde5c84200] [a44d5ea8-b2a8-44e7-9ba5-b2a9def044af, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [9e615ed3-6c77-42c2-a915-6f3019eb24ed, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [9e615ed3-6c77-42c2-a915-6f3019eb24ed, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9e615ed3-6c77-42c2-a915-6f3019eb24ed, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9e615ed3-6c77-42c2-a915-6f3019eb24ed, 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, 9e615ed3-6c77-42c2-a915-6f3019eb24ed] [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, 058fcb44-1651-43f3-87cf-ca401ea5f14e] [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, 48a5dc0b-1fc8-447e-8a60-69278c54fb65] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 872da8bd-2cb9-4119-9438-e630d20a4cb0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 33f629ee-5a9b-4606-9433-df18c9fbee9d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2884d142-3820-4a19-ad40-db160a305edb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fb2884ec-4274-4242-855a-04564835f128] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1710f374-ed8d-4400-b495-d188d2a32c55] [2884d142-3820-4a19-ad40-db160a305edb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [2884d142-3820-4a19-ad40-db160a305edb, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [2884d142-3820-4a19-ad40-db160a305edb, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [2884d142-3820-4a19-ad40-db160a305edb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [872da8bd-2cb9-4119-9438-e630d20a4cb0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [872da8bd-2cb9-4119-9438-e630d20a4cb0, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [872da8bd-2cb9-4119-9438-e630d20a4cb0, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [872da8bd-2cb9-4119-9438-e630d20a4cb0, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [872da8bd-2cb9-4119-9438-e630d20a4cb0, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [872da8bd-2cb9-4119-9438-e630d20a4cb0, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [872da8bd-2cb9-4119-9438-e630d20a4cb0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
22:52:17.084 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:17.085 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:17.089 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:33f629ee-5a9b-4606-9433-df18c9fbee9d,_:1710f374-ed8d-4400-b495-d188d2a32c55,_:9e615ed3-6c77-42c2-a915-6f3019eb24ed,_:872da8bd-2cb9-4119-9438-e630d20a4cb0,_:48a5dc0b-1fc8-447e-8a60-69278c54fb65,_:058fcb44-1651-43f3-87cf-ca401ea5f14e,_:2884d142-3820-4a19-ad40-db160a305edb,_:fb2884ec-4274-4242-855a-04564835f128. Pending nodes: 
22:52:17.089 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:33f629ee-5a9b-4606-9433-df18c9fbee9d
22:52:17.090 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1710f374-ed8d-4400-b495-d188d2a32c55
22:52:17.090 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9e615ed3-6c77-42c2-a915-6f3019eb24ed
22:52:17.091 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:872da8bd-2cb9-4119-9438-e630d20a4cb0
22:52:17.092 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:48a5dc0b-1fc8-447e-8a60-69278c54fb65
22:52:17.093 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:058fcb44-1651-43f3-87cf-ca401ea5f14e
22:52:17.094 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2884d142-3820-4a19-ad40-db160a305edb
22:52:17.095 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fb2884ec-4274-4242-855a-04564835f128
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fb2884ec-4274-4242-855a-04564835f128
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2884d142-3820-4a19-ad40-db160a305edb
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:058fcb44-1651-43f3-87cf-ca401ea5f14e
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:48a5dc0b-1fc8-447e-8a60-69278c54fb65
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:872da8bd-2cb9-4119-9438-e630d20a4cb0
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9e615ed3-6c77-42c2-a915-6f3019eb24ed
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1710f374-ed8d-4400-b495-d188d2a32c55
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:33f629ee-5a9b-4606-9433-df18c9fbee9d
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fb2884ec-4274-4242-855a-04564835f128 = 
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fb2884ec-4274-4242-855a-04564835f128 = 
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fb2884ec-4274-4242-855a-04564835f128: 
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2884d142-3820-4a19-ad40-db160a305edb = 
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2884d142-3820-4a19-ad40-db160a305edb = 
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2884d142-3820-4a19-ad40-db160a305edb: 
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:17.096 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:33f629ee-5a9b-4606-9433-df18c9fbee9d,_:1710f374-ed8d-4400-b495-d188d2a32c55,_:9e615ed3-6c77-42c2-a915-6f3019eb24ed,_:872da8bd-2cb9-4119-9438-e630d20a4cb0,_:48a5dc0b-1fc8-447e-8a60-69278c54fb65,_:058fcb44-1651-43f3-87cf-ca401ea5f14e,_:2884d142-3820-4a19-ad40-db160a305edb,_:fb2884ec-4274-4242-855a-04564835f128)
22:52:17.097 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:33f629ee-5a9b-4606-9433-df18c9fbee9d)
22:52:17.097 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1710f374-ed8d-4400-b495-d188d2a32c55)
22:52:17.097 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9e615ed3-6c77-42c2-a915-6f3019eb24ed)
22:52:17.097 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:872da8bd-2cb9-4119-9438-e630d20a4cb0)
22:52:17.097 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:48a5dc0b-1fc8-447e-8a60-69278c54fb65)
22:52:17.097 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:058fcb44-1651-43f3-87cf-ca401ea5f14e)
22:52:17.097 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2884d142-3820-4a19-ad40-db160a305edb)
22:52:17.097 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fb2884ec-4274-4242-855a-04564835f128)
22:52:17.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.097 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:33f629ee-5a9b-4606-9433-df18c9fbee9d=ShapeTyping(TypingMap(Map()))
22:52:17.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.098 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1710f374-ed8d-4400-b495-d188d2a32c55=ShapeTyping(TypingMap(Map()))
22:52:17.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.098 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:17.02Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9e615ed3-6c77-42c2-a915-6f3019eb24ed],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:17.098 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9e615ed3-6c77-42c2-a915-6f3019eb24ed=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:33f629ee-5a9b-4606-9433-df18c9fbee9d), ShapeRef(_:1710f374-ed8d-4400-b495-d188d2a32c55), ShapeRef(_:9e615ed3-6c77-42c2-a915-6f3019eb24ed), ShapeRef(_:872da8bd-2cb9-4119-9438-e630d20a4cb0), ShapeRef(_:48a5dc0b-1fc8-447e-8a60-69278c54fb65), ShapeRef(_:058fcb44-1651-43f3-87cf-ca401ea5f14e), ShapeRef(_:2884d142-3820-4a19-ad40-db160a305edb), ShapeRef(_:fb2884ec-4274-4242-855a-04564835f128)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9e615ed3-6c77-42c2-a915-6f3019eb24ed,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.100 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:872da8bd-2cb9-4119-9438-e630d20a4cb0],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:17.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.100 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:872da8bd-2cb9-4119-9438-e630d20a4cb0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:33f629ee-5a9b-4606-9433-df18c9fbee9d), ShapeRef(_:1710f374-ed8d-4400-b495-d188d2a32c55), ShapeRef(_:9e615ed3-6c77-42c2-a915-6f3019eb24ed), ShapeRef(_:872da8bd-2cb9-4119-9438-e630d20a4cb0), ShapeRef(_:48a5dc0b-1fc8-447e-8a60-69278c54fb65), ShapeRef(_:058fcb44-1651-43f3-87cf-ca401ea5f14e), ShapeRef(_:2884d142-3820-4a19-ad40-db160a305edb), ShapeRef(_:fb2884ec-4274-4242-855a-04564835f128)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:872da8bd-2cb9-4119-9438-e630d20a4cb0,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.102 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:48a5dc0b-1fc8-447e-8a60-69278c54fb65],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:17.102 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:48a5dc0b-1fc8-447e-8a60-69278c54fb65=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:33f629ee-5a9b-4606-9433-df18c9fbee9d), ShapeRef(_:1710f374-ed8d-4400-b495-d188d2a32c55), ShapeRef(_:9e615ed3-6c77-42c2-a915-6f3019eb24ed), ShapeRef(_:872da8bd-2cb9-4119-9438-e630d20a4cb0), ShapeRef(_:48a5dc0b-1fc8-447e-8a60-69278c54fb65), ShapeRef(_:058fcb44-1651-43f3-87cf-ca401ea5f14e), ShapeRef(_:2884d142-3820-4a19-ad40-db160a305edb), ShapeRef(_:fb2884ec-4274-4242-855a-04564835f128)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:48a5dc0b-1fc8-447e-8a60-69278c54fb65,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.103 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.103 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.103 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.103 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.103 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.103 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.103 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:058fcb44-1651-43f3-87cf-ca401ea5f14e],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:17.104 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.104 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.104 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:058fcb44-1651-43f3-87cf-ca401ea5f14e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:33f629ee-5a9b-4606-9433-df18c9fbee9d), ShapeRef(_:1710f374-ed8d-4400-b495-d188d2a32c55), ShapeRef(_:9e615ed3-6c77-42c2-a915-6f3019eb24ed), ShapeRef(_:872da8bd-2cb9-4119-9438-e630d20a4cb0), ShapeRef(_:48a5dc0b-1fc8-447e-8a60-69278c54fb65), ShapeRef(_:058fcb44-1651-43f3-87cf-ca401ea5f14e), ShapeRef(_:2884d142-3820-4a19-ad40-db160a305edb), ShapeRef(_:fb2884ec-4274-4242-855a-04564835f128)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:058fcb44-1651-43f3-87cf-ca401ea5f14e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:17.104 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.104 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.104 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.104 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.105 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2884d142-3820-4a19-ad40-db160a305edb=ShapeTyping(TypingMap(Map()))
22:52:17.105 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.105 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.105 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fb2884ec-4274-4242-855a-04564835f128=ShapeTyping(TypingMap(Map()))
22:52:17.105 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:33f629ee-5a9b-4606-9433-df18c9fbee9d,_:1710f374-ed8d-4400-b495-d188d2a32c55,_:9e615ed3-6c77-42c2-a915-6f3019eb24ed,_:872da8bd-2cb9-4119-9438-e630d20a4cb0,_:48a5dc0b-1fc8-447e-8a60-69278c54fb65,_:058fcb44-1651-43f3-87cf-ca401ea5f14e,_:2884d142-3820-4a19-ad40-db160a305edb,_:fb2884ec-4274-4242-855a-04564835f128)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:33f629ee-5a9b-4606-9433-df18c9fbee9d), ShapeRef(_:1710f374-ed8d-4400-b495-d188d2a32c55), ShapeRef(_:9e615ed3-6c77-42c2-a915-6f3019eb24ed), ShapeRef(_:872da8bd-2cb9-4119-9438-e630d20a4cb0), ShapeRef(_:48a5dc0b-1fc8-447e-8a60-69278c54fb65), ShapeRef(_:058fcb44-1651-43f3-87cf-ca401ea5f14e), ShapeRef(_:2884d142-3820-4a19-ad40-db160a305edb), ShapeRef(_:fb2884ec-4274-4242-855a-04564835f128)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:872da8bd-2cb9-4119-9438-e630d20a4cb0,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:058fcb44-1651-43f3-87cf-ca401ea5f14e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:9e615ed3-6c77-42c2-a915-6f3019eb24ed,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:48a5dc0b-1fc8-447e-8a60-69278c54fb65,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.105 [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(_:33f629ee-5a9b-4606-9433-df18c9fbee9d), ShapeRef(_:1710f374-ed8d-4400-b495-d188d2a32c55), ShapeRef(_:9e615ed3-6c77-42c2-a915-6f3019eb24ed), ShapeRef(_:872da8bd-2cb9-4119-9438-e630d20a4cb0), ShapeRef(_:48a5dc0b-1fc8-447e-8a60-69278c54fb65), ShapeRef(_:058fcb44-1651-43f3-87cf-ca401ea5f14e), ShapeRef(_:2884d142-3820-4a19-ad40-db160a305edb), ShapeRef(_:fb2884ec-4274-4242-855a-04564835f128)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:872da8bd-2cb9-4119-9438-e630d20a4cb0,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:058fcb44-1651-43f3-87cf-ca401ea5f14e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:9e615ed3-6c77-42c2-a915-6f3019eb24ed,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:48a5dc0b-1fc8-447e-8a60-69278c54fb65,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.106 [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(_:33f629ee-5a9b-4606-9433-df18c9fbee9d), ShapeRef(_:1710f374-ed8d-4400-b495-d188d2a32c55), ShapeRef(_:9e615ed3-6c77-42c2-a915-6f3019eb24ed), ShapeRef(_:872da8bd-2cb9-4119-9438-e630d20a4cb0), ShapeRef(_:48a5dc0b-1fc8-447e-8a60-69278c54fb65), ShapeRef(_:058fcb44-1651-43f3-87cf-ca401ea5f14e), ShapeRef(_:2884d142-3820-4a19-ad40-db160a305edb), ShapeRef(_:fb2884ec-4274-4242-855a-04564835f128)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:872da8bd-2cb9-4119-9438-e630d20a4cb0,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:058fcb44-1651-43f3-87cf-ca401ea5f14e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:9e615ed3-6c77-42c2-a915-6f3019eb24ed,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:48a5dc0b-1fc8-447e-8a60-69278c54fb65,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:058fcb44-1651-43f3-87cf-ca401ea5f14e = 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:058fcb44-1651-43f3-87cf-ca401ea5f14e = 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:058fcb44-1651-43f3-87cf-ca401ea5f14e: 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:48a5dc0b-1fc8-447e-8a60-69278c54fb65 = 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:48a5dc0b-1fc8-447e-8a60-69278c54fb65 = 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:48a5dc0b-1fc8-447e-8a60-69278c54fb65: 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:872da8bd-2cb9-4119-9438-e630d20a4cb0 = 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:872da8bd-2cb9-4119-9438-e630d20a4cb0 = 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:872da8bd-2cb9-4119-9438-e630d20a4cb0: 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9e615ed3-6c77-42c2-a915-6f3019eb24ed = 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9e615ed3-6c77-42c2-a915-6f3019eb24ed = 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9e615ed3-6c77-42c2-a915-6f3019eb24ed: 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1710f374-ed8d-4400-b495-d188d2a32c55 = 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1710f374-ed8d-4400-b495-d188d2a32c55 = 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1710f374-ed8d-4400-b495-d188d2a32c55: 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:33f629ee-5a9b-4606-9433-df18c9fbee9d = 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:33f629ee-5a9b-4606-9433-df18c9fbee9d = 
22:52:17.106 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:33f629ee-5a9b-4606-9433-df18c9fbee9d: 
22:52:17.107 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

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

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

22:52:17.108 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:17.108 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:17.108 [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-07T22:52:17.109Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" .
22:52:17.115 [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-07T22:52:17.109Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T22:52:17.109Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.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:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh: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> .
22:52:17.116 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {a910e3ac-4122-428d-ab7d-83b743aa8b28 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; a910e3ac-4122-428d-ab7d-83b743aa8b28 @sh:class http://www.sampledomain.org/sam#AnotherResource; a910e3ac-4122-428d-ab7d-83b743aa8b28 @rdf:type sh:Property; 52bfbfe1-0e42-43a1-b4d7-98672d221b1a @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 52bfbfe1-0e42-43a1-b4d7-98672d221b1a @sh:in aa4b8600-e2e8-4ede-8e07-2bd6076e5119; 52bfbfe1-0e42-43a1-b4d7-98672d221b1a @rdf:type sh:Property; 37de0cd8-6b42-4a1a-be1b-474dcb5c05c1 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 37de0cd8-6b42-4a1a-be1b-474dcb5c05c1 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 37de0cd8-6b42-4a1a-be1b-474dcb5c05c1 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 37de0cd8-6b42-4a1a-be1b-474dcb5c05c1 @rdf:type sh:Property; 29cd2100-8fff-4c21-988a-b0987ec952a1 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 29cd2100-8fff-4c21-988a-b0987ec952a1 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 29cd2100-8fff-4c21-988a-b0987ec952a1 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 29cd2100-8fff-4c21-988a-b0987ec952a1 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 29cd2100-8fff-4c21-988a-b0987ec952a1 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 29cd2100-8fff-4c21-988a-b0987ec952a1 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 29cd2100-8fff-4c21-988a-b0987ec952a1 @rdf:type sh:Property...} |  [a910e3ac-4122-428d-ab7d-83b743aa8b28, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [a910e3ac-4122-428d-ab7d-83b743aa8b28, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [a910e3ac-4122-428d-ab7d-83b743aa8b28, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [52bfbfe1-0e42-43a1-b4d7-98672d221b1a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [52bfbfe1-0e42-43a1-b4d7-98672d221b1a, http://www.w3.org/ns/shacl#in, aa4b8600-e2e8-4ede-8e07-2bd6076e5119] [52bfbfe1-0e42-43a1-b4d7-98672d221b1a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [37de0cd8-6b42-4a1a-be1b-474dcb5c05c1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [37de0cd8-6b42-4a1a-be1b-474dcb5c05c1, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [37de0cd8-6b42-4a1a-be1b-474dcb5c05c1, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [37de0cd8-6b42-4a1a-be1b-474dcb5c05c1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [29cd2100-8fff-4c21-988a-b0987ec952a1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [29cd2100-8fff-4c21-988a-b0987ec952a1, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [29cd2100-8fff-4c21-988a-b0987ec952a1, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [29cd2100-8fff-4c21-988a-b0987ec952a1, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [29cd2100-8fff-4c21-988a-b0987ec952a1, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [29cd2100-8fff-4c21-988a-b0987ec952a1, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [29cd2100-8fff-4c21-988a-b0987ec952a1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c6cf996b-388a-45ed-bca8-15948ec5afbb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [c6cf996b-388a-45ed-bca8-15948ec5afbb, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c6cf996b-388a-45ed-bca8-15948ec5afbb, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c6cf996b-388a-45ed-bca8-15948ec5afbb, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [c6cf996b-388a-45ed-bca8-15948ec5afbb, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [c6cf996b-388a-45ed-bca8-15948ec5afbb, http://www.w3.org/ns/shacl#pattern, "^B"] [c6cf996b-388a-45ed-bca8-15948ec5afbb, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [c6cf996b-388a-45ed-bca8-15948ec5afbb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c0184665-0a0a-416b-92bb-97f84f58cc1e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [c0184665-0a0a-416b-92bb-97f84f58cc1e, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c0184665-0a0a-416b-92bb-97f84f58cc1e, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c0184665-0a0a-416b-92bb-97f84f58cc1e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [27f865ef-f678-450f-87b6-0718099df9a6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [27f865ef-f678-450f-87b6-0718099df9a6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [27f865ef-f678-450f-87b6-0718099df9a6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [27f865ef-f678-450f-87b6-0718099df9a6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [27f865ef-f678-450f-87b6-0718099df9a6, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [27f865ef-f678-450f-87b6-0718099df9a6, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [27f865ef-f678-450f-87b6-0718099df9a6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4edb5d03-88c3-4e0e-a333-adc55cdd1d68, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [4edb5d03-88c3-4e0e-a333-adc55cdd1d68, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [2b5b6ab4-f50c-4dec-8429-2d8d32ff577a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 4edb5d03-88c3-4e0e-a333-adc55cdd1d68] [2b5b6ab4-f50c-4dec-8429-2d8d32ff577a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [aa4b8600-e2e8-4ede-8e07-2bd6076e5119, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2b5b6ab4-f50c-4dec-8429-2d8d32ff577a] [aa4b8600-e2e8-4ede-8e07-2bd6076e5119, 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, 9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a910e3ac-4122-428d-ab7d-83b743aa8b28] [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, 29cd2100-8fff-4c21-988a-b0987ec952a1] [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, 52bfbfe1-0e42-43a1-b4d7-98672d221b1a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 27f865ef-f678-450f-87b6-0718099df9a6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c0184665-0a0a-416b-92bb-97f84f58cc1e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c6cf996b-388a-45ed-bca8-15948ec5afbb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 37de0cd8-6b42-4a1a-be1b-474dcb5c05c1]>
22:52:17.116 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:17.117 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:17.118 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:a910e3ac-4122-428d-ab7d-83b743aa8b28,_:27f865ef-f678-450f-87b6-0718099df9a6,_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1,_:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff,_:c0184665-0a0a-416b-92bb-97f84f58cc1e,_:c6cf996b-388a-45ed-bca8-15948ec5afbb,_:29cd2100-8fff-4c21-988a-b0987ec952a1,_:52bfbfe1-0e42-43a1-b4d7-98672d221b1a. Pending nodes: 
22:52:17.119 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a910e3ac-4122-428d-ab7d-83b743aa8b28
22:52:17.119 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:27f865ef-f678-450f-87b6-0718099df9a6
22:52:17.121 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1
22:52:17.121 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff
22:52:17.122 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0184665-0a0a-416b-92bb-97f84f58cc1e
22:52:17.123 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c6cf996b-388a-45ed-bca8-15948ec5afbb
22:52:17.124 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:29cd2100-8fff-4c21-988a-b0987ec952a1
22:52:17.125 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:52bfbfe1-0e42-43a1-b4d7-98672d221b1a
22:52:17.126 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:52bfbfe1-0e42-43a1-b4d7-98672d221b1a
22:52:17.126 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:29cd2100-8fff-4c21-988a-b0987ec952a1
22:52:17.126 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:17.126 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c6cf996b-388a-45ed-bca8-15948ec5afbb
22:52:17.181 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0184665-0a0a-416b-92bb-97f84f58cc1e
22:52:17.181 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff
22:52:17.181 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1
22:52:17.181 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:27f865ef-f678-450f-87b6-0718099df9a6
22:52:17.181 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a910e3ac-4122-428d-ab7d-83b743aa8b28
22:52:17.181 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:52bfbfe1-0e42-43a1-b4d7-98672d221b1a = 
22:52:17.181 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:52bfbfe1-0e42-43a1-b4d7-98672d221b1a = 
22:52:17.181 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:52bfbfe1-0e42-43a1-b4d7-98672d221b1a: 
22:52:17.181 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:29cd2100-8fff-4c21-988a-b0987ec952a1 = 
22:52:17.181 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:29cd2100-8fff-4c21-988a-b0987ec952a1 = 
22:52:17.181 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:29cd2100-8fff-4c21-988a-b0987ec952a1: 
22:52:17.181 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:17.182 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:17.183 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:17.183 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:17.183 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:17.184 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a910e3ac-4122-428d-ab7d-83b743aa8b28,_:27f865ef-f678-450f-87b6-0718099df9a6,_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1,_:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff,_:c0184665-0a0a-416b-92bb-97f84f58cc1e,_:c6cf996b-388a-45ed-bca8-15948ec5afbb,_:29cd2100-8fff-4c21-988a-b0987ec952a1,_:52bfbfe1-0e42-43a1-b4d7-98672d221b1a)
22:52:17.184 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a910e3ac-4122-428d-ab7d-83b743aa8b28)
22:52:17.184 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:27f865ef-f678-450f-87b6-0718099df9a6)
22:52:17.184 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1)
22:52:17.184 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff)
22:52:17.184 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0184665-0a0a-416b-92bb-97f84f58cc1e)
22:52:17.184 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c6cf996b-388a-45ed-bca8-15948ec5afbb)
22:52:17.184 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:29cd2100-8fff-4c21-988a-b0987ec952a1)
22:52:17.184 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:52bfbfe1-0e42-43a1-b4d7-98672d221b1a)
22:52:17.184 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.184 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.184 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a910e3ac-4122-428d-ab7d-83b743aa8b28=ShapeTyping(TypingMap(Map()))
22:52:17.184 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.184 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.185 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:27f865ef-f678-450f-87b6-0718099df9a6],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:17.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.186 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:27f865ef-f678-450f-87b6-0718099df9a6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a910e3ac-4122-428d-ab7d-83b743aa8b28), ShapeRef(_:27f865ef-f678-450f-87b6-0718099df9a6), ShapeRef(_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1), ShapeRef(_:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff), ShapeRef(_:c0184665-0a0a-416b-92bb-97f84f58cc1e), ShapeRef(_:c6cf996b-388a-45ed-bca8-15948ec5afbb), ShapeRef(_:29cd2100-8fff-4c21-988a-b0987ec952a1), ShapeRef(_:52bfbfe1-0e42-43a1-b4d7-98672d221b1a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:27f865ef-f678-450f-87b6-0718099df9a6,PredicatePath(<http://www.sampledomain.org/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"))))))))
22:52:17.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.186 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:17.109Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:17.187 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a910e3ac-4122-428d-ab7d-83b743aa8b28), ShapeRef(_:27f865ef-f678-450f-87b6-0718099df9a6), ShapeRef(_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1), ShapeRef(_:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff), ShapeRef(_:c0184665-0a0a-416b-92bb-97f84f58cc1e), ShapeRef(_:c6cf996b-388a-45ed-bca8-15948ec5afbb), ShapeRef(_:29cd2100-8fff-4c21-988a-b0987ec952a1), ShapeRef(_:52bfbfe1-0e42-43a1-b4d7-98672d221b1a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.187 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff=ShapeTyping(TypingMap(Map()))
22:52:17.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.187 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0184665-0a0a-416b-92bb-97f84f58cc1e=ShapeTyping(TypingMap(Map()))
22:52:17.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.189 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c6cf996b-388a-45ed-bca8-15948ec5afbb],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:17.189 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c6cf996b-388a-45ed-bca8-15948ec5afbb=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a910e3ac-4122-428d-ab7d-83b743aa8b28), ShapeRef(_:27f865ef-f678-450f-87b6-0718099df9a6), ShapeRef(_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1), ShapeRef(_:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff), ShapeRef(_:c0184665-0a0a-416b-92bb-97f84f58cc1e), ShapeRef(_:c6cf996b-388a-45ed-bca8-15948ec5afbb), ShapeRef(_:29cd2100-8fff-4c21-988a-b0987ec952a1), ShapeRef(_:52bfbfe1-0e42-43a1-b4d7-98672d221b1a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c6cf996b-388a-45ed-bca8-15948ec5afbb,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.190 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:29cd2100-8fff-4c21-988a-b0987ec952a1],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:17.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.190 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:29cd2100-8fff-4c21-988a-b0987ec952a1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a910e3ac-4122-428d-ab7d-83b743aa8b28), ShapeRef(_:27f865ef-f678-450f-87b6-0718099df9a6), ShapeRef(_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1), ShapeRef(_:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff), ShapeRef(_:c0184665-0a0a-416b-92bb-97f84f58cc1e), ShapeRef(_:c6cf996b-388a-45ed-bca8-15948ec5afbb), ShapeRef(_:29cd2100-8fff-4c21-988a-b0987ec952a1), ShapeRef(_:52bfbfe1-0e42-43a1-b4d7-98672d221b1a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:29cd2100-8fff-4c21-988a-b0987ec952a1,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.190 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:52bfbfe1-0e42-43a1-b4d7-98672d221b1a=ShapeTyping(TypingMap(Map()))
22:52:17.191 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a910e3ac-4122-428d-ab7d-83b743aa8b28,_:27f865ef-f678-450f-87b6-0718099df9a6,_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1,_:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff,_:c0184665-0a0a-416b-92bb-97f84f58cc1e,_:c6cf996b-388a-45ed-bca8-15948ec5afbb,_:29cd2100-8fff-4c21-988a-b0987ec952a1,_:52bfbfe1-0e42-43a1-b4d7-98672d221b1a)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:29cd2100-8fff-4c21-988a-b0987ec952a1,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:a910e3ac-4122-428d-ab7d-83b743aa8b28), ShapeRef(_:27f865ef-f678-450f-87b6-0718099df9a6), ShapeRef(_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1), ShapeRef(_:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff), ShapeRef(_:c0184665-0a0a-416b-92bb-97f84f58cc1e), ShapeRef(_:c6cf996b-388a-45ed-bca8-15948ec5afbb), ShapeRef(_:29cd2100-8fff-4c21-988a-b0987ec952a1), ShapeRef(_:52bfbfe1-0e42-43a1-b4d7-98672d221b1a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:27f865ef-f678-450f-87b6-0718099df9a6,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0")))), PropertyShape(_:c6cf996b-388a-45ed-bca8-15948ec5afbb,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.191 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:29cd2100-8fff-4c21-988a-b0987ec952a1,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:a910e3ac-4122-428d-ab7d-83b743aa8b28), ShapeRef(_:27f865ef-f678-450f-87b6-0718099df9a6), ShapeRef(_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1), ShapeRef(_:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff), ShapeRef(_:c0184665-0a0a-416b-92bb-97f84f58cc1e), ShapeRef(_:c6cf996b-388a-45ed-bca8-15948ec5afbb), ShapeRef(_:29cd2100-8fff-4c21-988a-b0987ec952a1), ShapeRef(_:52bfbfe1-0e42-43a1-b4d7-98672d221b1a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:27f865ef-f678-450f-87b6-0718099df9a6,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0")))), PropertyShape(_:c6cf996b-388a-45ed-bca8-15948ec5afbb,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.191 [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(_:29cd2100-8fff-4c21-988a-b0987ec952a1,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:a910e3ac-4122-428d-ab7d-83b743aa8b28), ShapeRef(_:27f865ef-f678-450f-87b6-0718099df9a6), ShapeRef(_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1), ShapeRef(_:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff), ShapeRef(_:c0184665-0a0a-416b-92bb-97f84f58cc1e), ShapeRef(_:c6cf996b-388a-45ed-bca8-15948ec5afbb), ShapeRef(_:29cd2100-8fff-4c21-988a-b0987ec952a1), ShapeRef(_:52bfbfe1-0e42-43a1-b4d7-98672d221b1a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:27f865ef-f678-450f-87b6-0718099df9a6,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0")))), PropertyShape(_:c6cf996b-388a-45ed-bca8-15948ec5afbb,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.191 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c6cf996b-388a-45ed-bca8-15948ec5afbb = 
22:52:17.191 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c6cf996b-388a-45ed-bca8-15948ec5afbb = 
22:52:17.191 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c6cf996b-388a-45ed-bca8-15948ec5afbb: 
22:52:17.191 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0184665-0a0a-416b-92bb-97f84f58cc1e = 
22:52:17.191 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0184665-0a0a-416b-92bb-97f84f58cc1e = 
22:52:17.191 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0184665-0a0a-416b-92bb-97f84f58cc1e: 
22:52:17.191 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff = 
22:52:17.191 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff = 
22:52:17.191 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9eabfa22-7b8a-42fc-9d89-ebd4c3aae7ff: 
22:52:17.191 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1 = 
22:52:17.191 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1 = 
22:52:17.191 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:37de0cd8-6b42-4a1a-be1b-474dcb5c05c1: 
22:52:17.192 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:27f865ef-f678-450f-87b6-0718099df9a6 = 
22:52:17.192 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:27f865ef-f678-450f-87b6-0718099df9a6 = 
22:52:17.192 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:27f865ef-f678-450f-87b6-0718099df9a6: 
22:52:17.192 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a910e3ac-4122-428d-ab7d-83b743aa8b28 = 
22:52:17.192 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a910e3ac-4122-428d-ab7d-83b743aa8b28 = 
22:52:17.192 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a910e3ac-4122-428d-ab7d-83b743aa8b28: 
22:52:17.193 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

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

22:52:17.195 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:17.195 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:17.195 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
22:52:17.195 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:17.195 [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.174 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-07T22:52:17.196Z"^^<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 .
22:52:17.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-07T22:52:17.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.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-07T22:52:17.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.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:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh: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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
22:52:17.203 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {178e8e6b-03ac-4912-b4f9-6c600cff8a06 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 178e8e6b-03ac-4912-b4f9-6c600cff8a06 @sh:in 3d717a42-77c5-4c38-b904-baa6c6f4e005; 178e8e6b-03ac-4912-b4f9-6c600cff8a06 @rdf:type sh:Property; 27797369-46b1-44dd-9e2d-1b4e3161c2c7 @sh:path http://www.sampledomain.org/sam#integerProperty2; 27797369-46b1-44dd-9e2d-1b4e3161c2c7 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 27797369-46b1-44dd-9e2d-1b4e3161c2c7 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 27797369-46b1-44dd-9e2d-1b4e3161c2c7 @rdf:type sh:Property; 43c74487-b748-4260-82a9-267581666f24 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 43c74487-b748-4260-82a9-267581666f24 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 43c74487-b748-4260-82a9-267581666f24 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 43c74487-b748-4260-82a9-267581666f24 @rdf:type sh:Property; d1298d1b-0d47-4123-acb0-2c91863b2f4f @sh:path http://www.sampledomain.org/sam#integerProperty3; d1298d1b-0d47-4123-acb0-2c91863b2f4f @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; d1298d1b-0d47-4123-acb0-2c91863b2f4f @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; d1298d1b-0d47-4123-acb0-2c91863b2f4f @rdf:type sh:Property; 816cbaa3-2249-47c3-94eb-158b55e0c636 @sh:path http://www.sampledomain.org/sam#aStringProperty; 816cbaa3-2249-47c3-94eb-158b55e0c636 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [178e8e6b-03ac-4912-b4f9-6c600cff8a06, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [178e8e6b-03ac-4912-b4f9-6c600cff8a06, http://www.w3.org/ns/shacl#in, 3d717a42-77c5-4c38-b904-baa6c6f4e005] [178e8e6b-03ac-4912-b4f9-6c600cff8a06, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [27797369-46b1-44dd-9e2d-1b4e3161c2c7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [27797369-46b1-44dd-9e2d-1b4e3161c2c7, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [27797369-46b1-44dd-9e2d-1b4e3161c2c7, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [27797369-46b1-44dd-9e2d-1b4e3161c2c7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [43c74487-b748-4260-82a9-267581666f24, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [43c74487-b748-4260-82a9-267581666f24, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [43c74487-b748-4260-82a9-267581666f24, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [43c74487-b748-4260-82a9-267581666f24, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d1298d1b-0d47-4123-acb0-2c91863b2f4f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [d1298d1b-0d47-4123-acb0-2c91863b2f4f, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d1298d1b-0d47-4123-acb0-2c91863b2f4f, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d1298d1b-0d47-4123-acb0-2c91863b2f4f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [816cbaa3-2249-47c3-94eb-158b55e0c636, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [816cbaa3-2249-47c3-94eb-158b55e0c636, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [816cbaa3-2249-47c3-94eb-158b55e0c636, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [816cbaa3-2249-47c3-94eb-158b55e0c636, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [816cbaa3-2249-47c3-94eb-158b55e0c636, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [816cbaa3-2249-47c3-94eb-158b55e0c636, http://www.w3.org/ns/shacl#pattern, "^B"] [816cbaa3-2249-47c3-94eb-158b55e0c636, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [816cbaa3-2249-47c3-94eb-158b55e0c636, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [594cb9c0-8e4b-4818-b25b-396cad763bd8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [594cb9c0-8e4b-4818-b25b-396cad763bd8, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [594cb9c0-8e4b-4818-b25b-396cad763bd8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3d717a42-77c5-4c38-b904-baa6c6f4e005, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b2fcc607-c249-40fd-8d0c-9202213da1b0] [3d717a42-77c5-4c38-b904-baa6c6f4e005, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b2fcc607-c249-40fd-8d0c-9202213da1b0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e1eea92a-f59f-4c64-a1ca-d9a38b9bf91d] [b2fcc607-c249-40fd-8d0c-9202213da1b0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [fcda3bd7-a2b0-42a2-99c3-1de9b858c12f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [fcda3bd7-a2b0-42a2-99c3-1de9b858c12f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fcda3bd7-a2b0-42a2-99c3-1de9b858c12f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fcda3bd7-a2b0-42a2-99c3-1de9b858c12f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [fcda3bd7-a2b0-42a2-99c3-1de9b858c12f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [fcda3bd7-a2b0-42a2-99c3-1de9b858c12f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fcda3bd7-a2b0-42a2-99c3-1de9b858c12f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e1eea92a-f59f-4c64-a1ca-d9a38b9bf91d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [e1eea92a-f59f-4c64-a1ca-d9a38b9bf91d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [94836293-675f-4d3c-a6e6-14173302d77f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [94836293-675f-4d3c-a6e6-14173302d77f, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [94836293-675f-4d3c-a6e6-14173302d77f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [94836293-675f-4d3c-a6e6-14173302d77f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [94836293-675f-4d3c-a6e6-14173302d77f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [94836293-675f-4d3c-a6e6-14173302d77f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [94836293-675f-4d3c-a6e6-14173302d77f, 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, 43c74487-b748-4260-82a9-267581666f24] [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, 94836293-675f-4d3c-a6e6-14173302d77f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d1298d1b-0d47-4123-acb0-2c91863b2f4f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 594cb9c0-8e4b-4818-b25b-396cad763bd8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 816cbaa3-2249-47c3-94eb-158b55e0c636] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 178e8e6b-03ac-4912-b4f9-6c600cff8a06] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fcda3bd7-a2b0-42a2-99c3-1de9b858c12f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 27797369-46b1-44dd-9e2d-1b4e3161c2c7]>
22:52:17.204 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:17.204 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:17.205 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f,_:43c74487-b748-4260-82a9-267581666f24,_:27797369-46b1-44dd-9e2d-1b4e3161c2c7,_:816cbaa3-2249-47c3-94eb-158b55e0c636,_:594cb9c0-8e4b-4818-b25b-396cad763bd8,_:94836293-675f-4d3c-a6e6-14173302d77f,_:178e8e6b-03ac-4912-b4f9-6c600cff8a06,_:d1298d1b-0d47-4123-acb0-2c91863b2f4f. Pending nodes: 
22:52:17.206 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f
22:52:17.207 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:43c74487-b748-4260-82a9-267581666f24
22:52:17.207 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:27797369-46b1-44dd-9e2d-1b4e3161c2c7
22:52:17.208 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:816cbaa3-2249-47c3-94eb-158b55e0c636
22:52:17.209 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:594cb9c0-8e4b-4818-b25b-396cad763bd8
22:52:17.210 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:94836293-675f-4d3c-a6e6-14173302d77f
22:52:17.210 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:178e8e6b-03ac-4912-b4f9-6c600cff8a06
22:52:17.211 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d1298d1b-0d47-4123-acb0-2c91863b2f4f
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d1298d1b-0d47-4123-acb0-2c91863b2f4f
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:178e8e6b-03ac-4912-b4f9-6c600cff8a06
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:94836293-675f-4d3c-a6e6-14173302d77f
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:594cb9c0-8e4b-4818-b25b-396cad763bd8
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:816cbaa3-2249-47c3-94eb-158b55e0c636
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:27797369-46b1-44dd-9e2d-1b4e3161c2c7
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:43c74487-b748-4260-82a9-267581666f24
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d1298d1b-0d47-4123-acb0-2c91863b2f4f = 
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d1298d1b-0d47-4123-acb0-2c91863b2f4f = 
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d1298d1b-0d47-4123-acb0-2c91863b2f4f: 
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:178e8e6b-03ac-4912-b4f9-6c600cff8a06 = 
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:178e8e6b-03ac-4912-b4f9-6c600cff8a06 = 
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:178e8e6b-03ac-4912-b4f9-6c600cff8a06: 
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f,_:43c74487-b748-4260-82a9-267581666f24,_:27797369-46b1-44dd-9e2d-1b4e3161c2c7,_:816cbaa3-2249-47c3-94eb-158b55e0c636,_:594cb9c0-8e4b-4818-b25b-396cad763bd8,_:94836293-675f-4d3c-a6e6-14173302d77f,_:178e8e6b-03ac-4912-b4f9-6c600cff8a06,_:d1298d1b-0d47-4123-acb0-2c91863b2f4f)
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f)
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:43c74487-b748-4260-82a9-267581666f24)
22:52:17.212 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:27797369-46b1-44dd-9e2d-1b4e3161c2c7)
22:52:17.213 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:816cbaa3-2249-47c3-94eb-158b55e0c636)
22:52:17.213 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:594cb9c0-8e4b-4818-b25b-396cad763bd8)
22:52:17.213 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:94836293-675f-4d3c-a6e6-14173302d77f)
22:52:17.213 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:178e8e6b-03ac-4912-b4f9-6c600cff8a06)
22:52:17.213 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d1298d1b-0d47-4123-acb0-2c91863b2f4f)
22:52:17.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.214 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:17.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.214 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f), ShapeRef(_:43c74487-b748-4260-82a9-267581666f24), ShapeRef(_:27797369-46b1-44dd-9e2d-1b4e3161c2c7), ShapeRef(_:816cbaa3-2249-47c3-94eb-158b55e0c636), ShapeRef(_:594cb9c0-8e4b-4818-b25b-396cad763bd8), ShapeRef(_:94836293-675f-4d3c-a6e6-14173302d77f), ShapeRef(_:178e8e6b-03ac-4912-b4f9-6c600cff8a06), ShapeRef(_:d1298d1b-0d47-4123-acb0-2c91863b2f4f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:17.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.215 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:17.196Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:43c74487-b748-4260-82a9-267581666f24],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:17.215 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:43c74487-b748-4260-82a9-267581666f24=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f), ShapeRef(_:43c74487-b748-4260-82a9-267581666f24), ShapeRef(_:27797369-46b1-44dd-9e2d-1b4e3161c2c7), ShapeRef(_:816cbaa3-2249-47c3-94eb-158b55e0c636), ShapeRef(_:594cb9c0-8e4b-4818-b25b-396cad763bd8), ShapeRef(_:94836293-675f-4d3c-a6e6-14173302d77f), ShapeRef(_:178e8e6b-03ac-4912-b4f9-6c600cff8a06), ShapeRef(_:d1298d1b-0d47-4123-acb0-2c91863b2f4f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:43c74487-b748-4260-82a9-267581666f24,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.216 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:27797369-46b1-44dd-9e2d-1b4e3161c2c7=ShapeTyping(TypingMap(Map()))
22:52:17.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.217 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:816cbaa3-2249-47c3-94eb-158b55e0c636],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:17.217 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:816cbaa3-2249-47c3-94eb-158b55e0c636=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f), ShapeRef(_:43c74487-b748-4260-82a9-267581666f24), ShapeRef(_:27797369-46b1-44dd-9e2d-1b4e3161c2c7), ShapeRef(_:816cbaa3-2249-47c3-94eb-158b55e0c636), ShapeRef(_:594cb9c0-8e4b-4818-b25b-396cad763bd8), ShapeRef(_:94836293-675f-4d3c-a6e6-14173302d77f), ShapeRef(_:178e8e6b-03ac-4912-b4f9-6c600cff8a06), ShapeRef(_:d1298d1b-0d47-4123-acb0-2c91863b2f4f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:816cbaa3-2249-47c3-94eb-158b55e0c636,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.218 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:594cb9c0-8e4b-4818-b25b-396cad763bd8=ShapeTyping(TypingMap(Map()))
22:52:17.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.219 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:94836293-675f-4d3c-a6e6-14173302d77f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:17.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.219 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:94836293-675f-4d3c-a6e6-14173302d77f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f), ShapeRef(_:43c74487-b748-4260-82a9-267581666f24), ShapeRef(_:27797369-46b1-44dd-9e2d-1b4e3161c2c7), ShapeRef(_:816cbaa3-2249-47c3-94eb-158b55e0c636), ShapeRef(_:594cb9c0-8e4b-4818-b25b-396cad763bd8), ShapeRef(_:94836293-675f-4d3c-a6e6-14173302d77f), ShapeRef(_:178e8e6b-03ac-4912-b4f9-6c600cff8a06), ShapeRef(_:d1298d1b-0d47-4123-acb0-2c91863b2f4f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:94836293-675f-4d3c-a6e6-14173302d77f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.219 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:178e8e6b-03ac-4912-b4f9-6c600cff8a06=ShapeTyping(TypingMap(Map()))
22:52:17.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.220 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d1298d1b-0d47-4123-acb0-2c91863b2f4f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f), ShapeRef(_:43c74487-b748-4260-82a9-267581666f24), ShapeRef(_:27797369-46b1-44dd-9e2d-1b4e3161c2c7), ShapeRef(_:816cbaa3-2249-47c3-94eb-158b55e0c636), ShapeRef(_:594cb9c0-8e4b-4818-b25b-396cad763bd8), ShapeRef(_:94836293-675f-4d3c-a6e6-14173302d77f), ShapeRef(_:178e8e6b-03ac-4912-b4f9-6c600cff8a06), ShapeRef(_:d1298d1b-0d47-4123-acb0-2c91863b2f4f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d1298d1b-0d47-4123-acb0-2c91863b2f4f,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))))))))
22:52:17.220 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f,_:43c74487-b748-4260-82a9-267581666f24,_:27797369-46b1-44dd-9e2d-1b4e3161c2c7,_:816cbaa3-2249-47c3-94eb-158b55e0c636,_:594cb9c0-8e4b-4818-b25b-396cad763bd8,_:94836293-675f-4d3c-a6e6-14173302d77f,_:178e8e6b-03ac-4912-b4f9-6c600cff8a06,_:d1298d1b-0d47-4123-acb0-2c91863b2f4f)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:d1298d1b-0d47-4123-acb0-2c91863b2f4f,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(5 satisfies maxInclusive(15), 5 satisfies minInclusive(5)))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f), ShapeRef(_:43c74487-b748-4260-82a9-267581666f24), ShapeRef(_:27797369-46b1-44dd-9e2d-1b4e3161c2c7), ShapeRef(_:816cbaa3-2249-47c3-94eb-158b55e0c636), ShapeRef(_:594cb9c0-8e4b-4818-b25b-396cad763bd8), ShapeRef(_:94836293-675f-4d3c-a6e6-14173302d77f), ShapeRef(_:178e8e6b-03ac-4912-b4f9-6c600cff8a06), ShapeRef(_:d1298d1b-0d47-4123-acb0-2c91863b2f4f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:94836293-675f-4d3c-a6e6-14173302d77f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:816cbaa3-2249-47c3-94eb-158b55e0c636,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:43c74487-b748-4260-82a9-267581666f24,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.221 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:d1298d1b-0d47-4123-acb0-2c91863b2f4f,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(5 satisfies maxInclusive(15), 5 satisfies minInclusive(5)))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f), ShapeRef(_:43c74487-b748-4260-82a9-267581666f24), ShapeRef(_:27797369-46b1-44dd-9e2d-1b4e3161c2c7), ShapeRef(_:816cbaa3-2249-47c3-94eb-158b55e0c636), ShapeRef(_:594cb9c0-8e4b-4818-b25b-396cad763bd8), ShapeRef(_:94836293-675f-4d3c-a6e6-14173302d77f), ShapeRef(_:178e8e6b-03ac-4912-b4f9-6c600cff8a06), ShapeRef(_:d1298d1b-0d47-4123-acb0-2c91863b2f4f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:94836293-675f-4d3c-a6e6-14173302d77f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:816cbaa3-2249-47c3-94eb-158b55e0c636,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:43c74487-b748-4260-82a9-267581666f24,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.221 [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(_:d1298d1b-0d47-4123-acb0-2c91863b2f4f,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(5 satisfies maxInclusive(15), 5 satisfies minInclusive(5)))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f), ShapeRef(_:43c74487-b748-4260-82a9-267581666f24), ShapeRef(_:27797369-46b1-44dd-9e2d-1b4e3161c2c7), ShapeRef(_:816cbaa3-2249-47c3-94eb-158b55e0c636), ShapeRef(_:594cb9c0-8e4b-4818-b25b-396cad763bd8), ShapeRef(_:94836293-675f-4d3c-a6e6-14173302d77f), ShapeRef(_:178e8e6b-03ac-4912-b4f9-6c600cff8a06), ShapeRef(_:d1298d1b-0d47-4123-acb0-2c91863b2f4f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:94836293-675f-4d3c-a6e6-14173302d77f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:816cbaa3-2249-47c3-94eb-158b55e0c636,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:43c74487-b748-4260-82a9-267581666f24,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.221 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:94836293-675f-4d3c-a6e6-14173302d77f = 
22:52:17.221 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:94836293-675f-4d3c-a6e6-14173302d77f = 
22:52:17.221 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:94836293-675f-4d3c-a6e6-14173302d77f: 
22:52:17.221 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:594cb9c0-8e4b-4818-b25b-396cad763bd8 = 
22:52:17.221 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:594cb9c0-8e4b-4818-b25b-396cad763bd8 = 
22:52:17.221 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:594cb9c0-8e4b-4818-b25b-396cad763bd8: 
22:52:17.221 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:816cbaa3-2249-47c3-94eb-158b55e0c636 = 
22:52:17.221 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:816cbaa3-2249-47c3-94eb-158b55e0c636 = 
22:52:17.221 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:816cbaa3-2249-47c3-94eb-158b55e0c636: 
22:52:17.221 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:27797369-46b1-44dd-9e2d-1b4e3161c2c7 = 
22:52:17.221 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:27797369-46b1-44dd-9e2d-1b4e3161c2c7 = 
22:52:17.222 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:27797369-46b1-44dd-9e2d-1b4e3161c2c7: 
22:52:17.222 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:43c74487-b748-4260-82a9-267581666f24 = 
22:52:17.222 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:43c74487-b748-4260-82a9-267581666f24 = 
22:52:17.222 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:43c74487-b748-4260-82a9-267581666f24: 
22:52:17.222 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f = 
22:52:17.222 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f = 
22:52:17.222 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fcda3bd7-a2b0-42a2-99c3-1de9b858c12f: 
22:52:17.223 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
] .

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

22:52:17.224 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:17.224 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:17.224 [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-07T22:52:17.224Z"^^<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 .
22:52:17.287 [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-07T22:52:17.224Z"^^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-07T22:52:17.224Z"^^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:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
22:52:17.288 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {9079e73e-7965-483b-a33c-2f4350464093 @sh:path http://www.sampledomain.org/sam#integerProperty3; 9079e73e-7965-483b-a33c-2f4350464093 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 9079e73e-7965-483b-a33c-2f4350464093 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 9079e73e-7965-483b-a33c-2f4350464093 @rdf:type sh:Property; e165dad4-9b94-43fa-90e5-8cb2e224be6b @sh:path http://www.sampledomain.org/sam#aReferenceProperty; e165dad4-9b94-43fa-90e5-8cb2e224be6b @sh:class http://www.sampledomain.org/sam#AnotherResource; e165dad4-9b94-43fa-90e5-8cb2e224be6b @rdf:type sh:Property; 9658001c-6880-49e8-a37d-e5363c74b61b @sh:path http://www.sampledomain.org/sam#aStringProperty; 9658001c-6880-49e8-a37d-e5363c74b61b @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 9658001c-6880-49e8-a37d-e5363c74b61b @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 9658001c-6880-49e8-a37d-e5363c74b61b @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 9658001c-6880-49e8-a37d-e5363c74b61b @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 9658001c-6880-49e8-a37d-e5363c74b61b @sh:pattern "^B"; 9658001c-6880-49e8-a37d-e5363c74b61b @sh:description "a Simple Single String Property"; 9658001c-6880-49e8-a37d-e5363c74b61b @rdf:type sh:Property; 7322ed32-b50d-4c39-994b-8fc2acb63bc6 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 7322ed32-b50d-4c39-994b-8fc2acb63bc6 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer...} |  [9079e73e-7965-483b-a33c-2f4350464093, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [9079e73e-7965-483b-a33c-2f4350464093, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9079e73e-7965-483b-a33c-2f4350464093, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9079e73e-7965-483b-a33c-2f4350464093, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e165dad4-9b94-43fa-90e5-8cb2e224be6b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [e165dad4-9b94-43fa-90e5-8cb2e224be6b, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [e165dad4-9b94-43fa-90e5-8cb2e224be6b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9658001c-6880-49e8-a37d-e5363c74b61b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [9658001c-6880-49e8-a37d-e5363c74b61b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9658001c-6880-49e8-a37d-e5363c74b61b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9658001c-6880-49e8-a37d-e5363c74b61b, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [9658001c-6880-49e8-a37d-e5363c74b61b, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [9658001c-6880-49e8-a37d-e5363c74b61b, http://www.w3.org/ns/shacl#pattern, "^B"] [9658001c-6880-49e8-a37d-e5363c74b61b, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [9658001c-6880-49e8-a37d-e5363c74b61b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7322ed32-b50d-4c39-994b-8fc2acb63bc6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [7322ed32-b50d-4c39-994b-8fc2acb63bc6, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7322ed32-b50d-4c39-994b-8fc2acb63bc6, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7322ed32-b50d-4c39-994b-8fc2acb63bc6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [89647d6e-7fdf-4e51-8f2b-3cfe0a23ff46, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 71f083f5-da96-4514-864c-a35343dd598f] [89647d6e-7fdf-4e51-8f2b-3cfe0a23ff46, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [0776e6c2-d294-4c2f-a544-7216f4af974c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [0776e6c2-d294-4c2f-a544-7216f4af974c, http://www.w3.org/ns/shacl#in, 89647d6e-7fdf-4e51-8f2b-3cfe0a23ff46] [0776e6c2-d294-4c2f-a544-7216f4af974c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [15e72eb3-c5ee-498d-bd83-8d170a53e4ca, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [15e72eb3-c5ee-498d-bd83-8d170a53e4ca, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [15e72eb3-c5ee-498d-bd83-8d170a53e4ca, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [15e72eb3-c5ee-498d-bd83-8d170a53e4ca, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [15e72eb3-c5ee-498d-bd83-8d170a53e4ca, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [15e72eb3-c5ee-498d-bd83-8d170a53e4ca, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [15e72eb3-c5ee-498d-bd83-8d170a53e4ca, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b0dc86f7-b10f-4f19-9202-50ba3a331a30, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [b0dc86f7-b10f-4f19-9202-50ba3a331a30, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [71f083f5-da96-4514-864c-a35343dd598f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b0dc86f7-b10f-4f19-9202-50ba3a331a30] [71f083f5-da96-4514-864c-a35343dd598f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [89fe247f-450c-486e-ab54-746934b3796c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [89fe247f-450c-486e-ab54-746934b3796c, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [89fe247f-450c-486e-ab54-746934b3796c, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [89fe247f-450c-486e-ab54-746934b3796c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [89fe247f-450c-486e-ab54-746934b3796c, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [89fe247f-450c-486e-ab54-746934b3796c, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [89fe247f-450c-486e-ab54-746934b3796c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [19c83a03-f967-4aff-b64b-cc440803a31b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [19c83a03-f967-4aff-b64b-cc440803a31b, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [19c83a03-f967-4aff-b64b-cc440803a31b, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [19c83a03-f967-4aff-b64b-cc440803a31b, 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, 89fe247f-450c-486e-ab54-746934b3796c] [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, 7322ed32-b50d-4c39-994b-8fc2acb63bc6] [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, e165dad4-9b94-43fa-90e5-8cb2e224be6b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 15e72eb3-c5ee-498d-bd83-8d170a53e4ca] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 19c83a03-f967-4aff-b64b-cc440803a31b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9658001c-6880-49e8-a37d-e5363c74b61b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0776e6c2-d294-4c2f-a544-7216f4af974c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9079e73e-7965-483b-a33c-2f4350464093]>
22:52:17.289 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
22:52:17.290 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
22:52:17.291 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:9079e73e-7965-483b-a33c-2f4350464093,_:89fe247f-450c-486e-ab54-746934b3796c,_:e165dad4-9b94-43fa-90e5-8cb2e224be6b,_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca,_:19c83a03-f967-4aff-b64b-cc440803a31b,_:9658001c-6880-49e8-a37d-e5363c74b61b,_:7322ed32-b50d-4c39-994b-8fc2acb63bc6,_:0776e6c2-d294-4c2f-a544-7216f4af974c. Pending nodes: 
22:52:17.292 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9079e73e-7965-483b-a33c-2f4350464093
22:52:17.292 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:89fe247f-450c-486e-ab54-746934b3796c
22:52:17.293 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e165dad4-9b94-43fa-90e5-8cb2e224be6b
22:52:17.294 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:15e72eb3-c5ee-498d-bd83-8d170a53e4ca
22:52:17.295 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:19c83a03-f967-4aff-b64b-cc440803a31b
22:52:17.296 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9658001c-6880-49e8-a37d-e5363c74b61b
22:52:17.297 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7322ed32-b50d-4c39-994b-8fc2acb63bc6
22:52:17.298 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0776e6c2-d294-4c2f-a544-7216f4af974c
22:52:17.305 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0776e6c2-d294-4c2f-a544-7216f4af974c
22:52:17.305 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
22:52:17.305 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7322ed32-b50d-4c39-994b-8fc2acb63bc6
22:52:17.305 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9658001c-6880-49e8-a37d-e5363c74b61b
22:52:17.305 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:19c83a03-f967-4aff-b64b-cc440803a31b
22:52:17.305 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:15e72eb3-c5ee-498d-bd83-8d170a53e4ca
22:52:17.305 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e165dad4-9b94-43fa-90e5-8cb2e224be6b
22:52:17.305 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:89fe247f-450c-486e-ab54-746934b3796c
22:52:17.305 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9079e73e-7965-483b-a33c-2f4350464093
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0776e6c2-d294-4c2f-a544-7216f4af974c = 
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0776e6c2-d294-4c2f-a544-7216f4af974c = 
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0776e6c2-d294-4c2f-a544-7216f4af974c: 
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9079e73e-7965-483b-a33c-2f4350464093,_:89fe247f-450c-486e-ab54-746934b3796c,_:e165dad4-9b94-43fa-90e5-8cb2e224be6b,_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca,_:19c83a03-f967-4aff-b64b-cc440803a31b,_:9658001c-6880-49e8-a37d-e5363c74b61b,_:7322ed32-b50d-4c39-994b-8fc2acb63bc6,_:0776e6c2-d294-4c2f-a544-7216f4af974c)
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9079e73e-7965-483b-a33c-2f4350464093)
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:89fe247f-450c-486e-ab54-746934b3796c)
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e165dad4-9b94-43fa-90e5-8cb2e224be6b)
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca)
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:19c83a03-f967-4aff-b64b-cc440803a31b)
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9658001c-6880-49e8-a37d-e5363c74b61b)
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7322ed32-b50d-4c39-994b-8fc2acb63bc6)
22:52:17.306 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0776e6c2-d294-4c2f-a544-7216f4af974c)
22:52:17.306 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.306 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.307 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.307 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.307 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9079e73e-7965-483b-a33c-2f4350464093=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9079e73e-7965-483b-a33c-2f4350464093), ShapeRef(_:89fe247f-450c-486e-ab54-746934b3796c), ShapeRef(_:e165dad4-9b94-43fa-90e5-8cb2e224be6b), ShapeRef(_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca), ShapeRef(_:19c83a03-f967-4aff-b64b-cc440803a31b), ShapeRef(_:9658001c-6880-49e8-a37d-e5363c74b61b), ShapeRef(_:7322ed32-b50d-4c39-994b-8fc2acb63bc6), ShapeRef(_:0776e6c2-d294-4c2f-a544-7216f4af974c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9079e73e-7965-483b-a33c-2f4350464093,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"))))))))
22:52:17.307 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.307 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.307 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.307 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.308 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.308 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.308 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.308 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.308 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:89fe247f-450c-486e-ab54-746934b3796c],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
22:52:17.308 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.308 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.309 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:89fe247f-450c-486e-ab54-746934b3796c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9079e73e-7965-483b-a33c-2f4350464093), ShapeRef(_:89fe247f-450c-486e-ab54-746934b3796c), ShapeRef(_:e165dad4-9b94-43fa-90e5-8cb2e224be6b), ShapeRef(_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca), ShapeRef(_:19c83a03-f967-4aff-b64b-cc440803a31b), ShapeRef(_:9658001c-6880-49e8-a37d-e5363c74b61b), ShapeRef(_:7322ed32-b50d-4c39-994b-8fc2acb63bc6), ShapeRef(_:0776e6c2-d294-4c2f-a544-7216f4af974c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:89fe247f-450c-486e-ab54-746934b3796c,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.309 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.309 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.309 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e165dad4-9b94-43fa-90e5-8cb2e224be6b=ShapeTyping(TypingMap(Map()))
22:52:17.309 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.309 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.309 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.309 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.309 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.309 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.310 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.310 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.310 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
22:52:17.310 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.310 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.310 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9079e73e-7965-483b-a33c-2f4350464093), ShapeRef(_:89fe247f-450c-486e-ab54-746934b3796c), ShapeRef(_:e165dad4-9b94-43fa-90e5-8cb2e224be6b), ShapeRef(_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca), ShapeRef(_:19c83a03-f967-4aff-b64b-cc440803a31b), ShapeRef(_:9658001c-6880-49e8-a37d-e5363c74b61b), ShapeRef(_:7322ed32-b50d-4c39-994b-8fc2acb63bc6), ShapeRef(_:0776e6c2-d294-4c2f-a544-7216f4af974c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
22:52:17.310 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.310 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.311 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.311 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.311 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:19c83a03-f967-4aff-b64b-cc440803a31b=ShapeTyping(TypingMap(Map()))
22:52:17.311 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.311 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.311 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.311 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.311 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.311 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.312 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9658001c-6880-49e8-a37d-e5363c74b61b],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
22:52:17.312 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9658001c-6880-49e8-a37d-e5363c74b61b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9079e73e-7965-483b-a33c-2f4350464093), ShapeRef(_:89fe247f-450c-486e-ab54-746934b3796c), ShapeRef(_:e165dad4-9b94-43fa-90e5-8cb2e224be6b), ShapeRef(_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca), ShapeRef(_:19c83a03-f967-4aff-b64b-cc440803a31b), ShapeRef(_:9658001c-6880-49e8-a37d-e5363c74b61b), ShapeRef(_:7322ed32-b50d-4c39-994b-8fc2acb63bc6), ShapeRef(_:0776e6c2-d294-4c2f-a544-7216f4af974c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9658001c-6880-49e8-a37d-e5363c74b61b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.313 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T22:52:17.224Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7322ed32-b50d-4c39-994b-8fc2acb63bc6],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
22:52:17.313 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7322ed32-b50d-4c39-994b-8fc2acb63bc6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9079e73e-7965-483b-a33c-2f4350464093), ShapeRef(_:89fe247f-450c-486e-ab54-746934b3796c), ShapeRef(_:e165dad4-9b94-43fa-90e5-8cb2e224be6b), ShapeRef(_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca), ShapeRef(_:19c83a03-f967-4aff-b64b-cc440803a31b), ShapeRef(_:9658001c-6880-49e8-a37d-e5363c74b61b), ShapeRef(_:7322ed32-b50d-4c39-994b-8fc2acb63bc6), ShapeRef(_:0776e6c2-d294-4c2f-a544-7216f4af974c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7322ed32-b50d-4c39-994b-8fc2acb63bc6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
22:52:17.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
22:52:17.313 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0776e6c2-d294-4c2f-a544-7216f4af974c=ShapeTyping(TypingMap(Map()))
22:52:17.313 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9079e73e-7965-483b-a33c-2f4350464093,_:89fe247f-450c-486e-ab54-746934b3796c,_:e165dad4-9b94-43fa-90e5-8cb2e224be6b,_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca,_:19c83a03-f967-4aff-b64b-cc440803a31b,_:9658001c-6880-49e8-a37d-e5363c74b61b,_:7322ed32-b50d-4c39-994b-8fc2acb63bc6,_:0776e6c2-d294-4c2f-a544-7216f4af974c)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:89fe247f-450c-486e-ab54-746934b3796c,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:7322ed32-b50d-4c39-994b-8fc2acb63bc6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:9079e73e-7965-483b-a33c-2f4350464093,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(_:9658001c-6880-49e8-a37d-e5363c74b61b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:9079e73e-7965-483b-a33c-2f4350464093), ShapeRef(_:89fe247f-450c-486e-ab54-746934b3796c), ShapeRef(_:e165dad4-9b94-43fa-90e5-8cb2e224be6b), ShapeRef(_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca), ShapeRef(_:19c83a03-f967-4aff-b64b-cc440803a31b), ShapeRef(_:9658001c-6880-49e8-a37d-e5363c74b61b), ShapeRef(_:7322ed32-b50d-4c39-994b-8fc2acb63bc6), ShapeRef(_:0776e6c2-d294-4c2f-a544-7216f4af974c)),false,List()) -> TypingResult(Valid(List()))))))
22:52:17.314 [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(_:89fe247f-450c-486e-ab54-746934b3796c,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:7322ed32-b50d-4c39-994b-8fc2acb63bc6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:9079e73e-7965-483b-a33c-2f4350464093,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(_:9658001c-6880-49e8-a37d-e5363c74b61b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:9079e73e-7965-483b-a33c-2f4350464093), ShapeRef(_:89fe247f-450c-486e-ab54-746934b3796c), ShapeRef(_:e165dad4-9b94-43fa-90e5-8cb2e224be6b), ShapeRef(_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca), ShapeRef(_:19c83a03-f967-4aff-b64b-cc440803a31b), ShapeRef(_:9658001c-6880-49e8-a37d-e5363c74b61b), ShapeRef(_:7322ed32-b50d-4c39-994b-8fc2acb63bc6), ShapeRef(_:0776e6c2-d294-4c2f-a544-7216f4af974c)),false,List()) -> TypingResult(Valid(List()))))))
22:52:17.314 [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(_:89fe247f-450c-486e-ab54-746934b3796c,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:7322ed32-b50d-4c39-994b-8fc2acb63bc6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:9079e73e-7965-483b-a33c-2f4350464093,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(_:9658001c-6880-49e8-a37d-e5363c74b61b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:9079e73e-7965-483b-a33c-2f4350464093), ShapeRef(_:89fe247f-450c-486e-ab54-746934b3796c), ShapeRef(_:e165dad4-9b94-43fa-90e5-8cb2e224be6b), ShapeRef(_:15e72eb3-c5ee-498d-bd83-8d170a53e4ca), ShapeRef(_:19c83a03-f967-4aff-b64b-cc440803a31b), ShapeRef(_:9658001c-6880-49e8-a37d-e5363c74b61b), ShapeRef(_:7322ed32-b50d-4c39-994b-8fc2acb63bc6), ShapeRef(_:0776e6c2-d294-4c2f-a544-7216f4af974c)),false,List()) -> TypingResult(Valid(List()))))))
22:52:17.314 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7322ed32-b50d-4c39-994b-8fc2acb63bc6 = 
22:52:17.314 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7322ed32-b50d-4c39-994b-8fc2acb63bc6 = 
22:52:17.314 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7322ed32-b50d-4c39-994b-8fc2acb63bc6: 
22:52:17.314 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9658001c-6880-49e8-a37d-e5363c74b61b = 
22:52:17.314 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9658001c-6880-49e8-a37d-e5363c74b61b = 
22:52:17.314 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9658001c-6880-49e8-a37d-e5363c74b61b: 
22:52:17.314 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:19c83a03-f967-4aff-b64b-cc440803a31b = 
22:52:17.314 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:19c83a03-f967-4aff-b64b-cc440803a31b = 
22:52:17.314 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:19c83a03-f967-4aff-b64b-cc440803a31b: 
22:52:17.314 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:15e72eb3-c5ee-498d-bd83-8d170a53e4ca = 
22:52:17.314 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:15e72eb3-c5ee-498d-bd83-8d170a53e4ca = 
22:52:17.315 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:15e72eb3-c5ee-498d-bd83-8d170a53e4ca: 
22:52:17.315 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e165dad4-9b94-43fa-90e5-8cb2e224be6b = 
22:52:17.315 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e165dad4-9b94-43fa-90e5-8cb2e224be6b = 
22:52:17.315 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e165dad4-9b94-43fa-90e5-8cb2e224be6b: 
22:52:17.315 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:89fe247f-450c-486e-ab54-746934b3796c = 
22:52:17.315 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:89fe247f-450c-486e-ab54-746934b3796c = 
22:52:17.315 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:89fe247f-450c-486e-ab54-746934b3796c: 
22:52:17.315 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9079e73e-7965-483b-a33c-2f4350464093 = 
22:52:17.315 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9079e73e-7965-483b-a33c-2f4350464093 = 
22:52:17.315 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9079e73e-7965-483b-a33c-2f4350464093: 
22:52:17.316 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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
               ]
] .

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

22:52:17.318 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
22:52:17.318 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:17.318 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
22:52:17.318 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
22:52:17.318 [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.122 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:16 min
[INFO] Finished at: 2020-11-07T22:52:23Z
[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.713 s
[INFO] Finished at: 2020-11-07T22:52:27Z
[INFO] ------------------------------------------------------------------------
[lyo-validation-master] $ /bin/sh -xe /tmp/jenkins6174399496288070762.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 66 killed;
[ssh-agent] Stopped.
Finished: SUCCESS