Skip to content

Console Output

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

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

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T18:12:51.019Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty2>
                6 .
18:12:51.578 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:12:51.019Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "6"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:12:51.019Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "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:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:51.584 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {0811e167-ce06-489c-b09f-4a0158ae9eb0 @rdf:rest 20ffa6b1-8765-4311-84b6-76de28e459a1; 0811e167-ce06-489c-b09f-4a0158ae9eb0 @rdf:first "A"; 20ffa6b1-8765-4311-84b6-76de28e459a1 @rdf:rest c247b25f-3434-4d34-be39-a4ea4edc4ee6; 20ffa6b1-8765-4311-84b6-76de28e459a1 @rdf:first "B"; a798fe66-8822-4e90-bb55-0205bd8392d3 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; a798fe66-8822-4e90-bb55-0205bd8392d3 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; a798fe66-8822-4e90-bb55-0205bd8392d3 @sh:path http://www.sampledomain.org/sam#integerProperty3; a798fe66-8822-4e90-bb55-0205bd8392d3 @rdf:type sh:Property; d567e591-73c4-4849-94c7-058d84df43b7 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; d567e591-73c4-4849-94c7-058d84df43b7 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; d567e591-73c4-4849-94c7-058d84df43b7 @sh:path http://www.sampledomain.org/sam#integerProperty2; d567e591-73c4-4849-94c7-058d84df43b7 @rdf:type sh:Property; b69f0890-b8e2-4e3b-af27-043beb0a56db @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; b69f0890-b8e2-4e3b-af27-043beb0a56db @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; b69f0890-b8e2-4e3b-af27-043beb0a56db @sh:datatype http://www.w3.org/2001/XMLSchema#integer; b69f0890-b8e2-4e3b-af27-043beb0a56db @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; b69f0890-b8e2-4e3b-af27-043beb0a56db @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer...} |  [0811e167-ce06-489c-b09f-4a0158ae9eb0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 20ffa6b1-8765-4311-84b6-76de28e459a1] [0811e167-ce06-489c-b09f-4a0158ae9eb0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [20ffa6b1-8765-4311-84b6-76de28e459a1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c247b25f-3434-4d34-be39-a4ea4edc4ee6] [20ffa6b1-8765-4311-84b6-76de28e459a1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [a798fe66-8822-4e90-bb55-0205bd8392d3, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a798fe66-8822-4e90-bb55-0205bd8392d3, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a798fe66-8822-4e90-bb55-0205bd8392d3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [a798fe66-8822-4e90-bb55-0205bd8392d3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d567e591-73c4-4849-94c7-058d84df43b7, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d567e591-73c4-4849-94c7-058d84df43b7, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d567e591-73c4-4849-94c7-058d84df43b7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [d567e591-73c4-4849-94c7-058d84df43b7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b69f0890-b8e2-4e3b-af27-043beb0a56db, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b69f0890-b8e2-4e3b-af27-043beb0a56db, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b69f0890-b8e2-4e3b-af27-043beb0a56db, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b69f0890-b8e2-4e3b-af27-043beb0a56db, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b69f0890-b8e2-4e3b-af27-043beb0a56db, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b69f0890-b8e2-4e3b-af27-043beb0a56db, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [b69f0890-b8e2-4e3b-af27-043beb0a56db, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c247b25f-3434-4d34-be39-a4ea4edc4ee6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [c247b25f-3434-4d34-be39-a4ea4edc4ee6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [54dafb13-2948-46f4-bbb0-d3b61bedf604, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [54dafb13-2948-46f4-bbb0-d3b61bedf604, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [54dafb13-2948-46f4-bbb0-d3b61bedf604, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [54dafb13-2948-46f4-bbb0-d3b61bedf604, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [54dafb13-2948-46f4-bbb0-d3b61bedf604, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [54dafb13-2948-46f4-bbb0-d3b61bedf604, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [54dafb13-2948-46f4-bbb0-d3b61bedf604, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e99be20e-9a43-41f9-b85c-f1640e85891f, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e99be20e-9a43-41f9-b85c-f1640e85891f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e99be20e-9a43-41f9-b85c-f1640e85891f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [e99be20e-9a43-41f9-b85c-f1640e85891f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c03e7935-087d-494a-8724-2b6f5205eb1a, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [c03e7935-087d-494a-8724-2b6f5205eb1a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [c03e7935-087d-494a-8724-2b6f5205eb1a, 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, a05ffcc6-8a51-40f8-8bce-b852cdebd1bb] [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, b69f0890-b8e2-4e3b-af27-043beb0a56db] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 54dafb13-2948-46f4-bbb0-d3b61bedf604] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d567e591-73c4-4849-94c7-058d84df43b7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a798fe66-8822-4e90-bb55-0205bd8392d3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e99be20e-9a43-41f9-b85c-f1640e85891f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c37f2f6b-a707-4568-abe3-b76fd7386a54] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c03e7935-087d-494a-8724-2b6f5205eb1a] [c37f2f6b-a707-4568-abe3-b76fd7386a54, http://www.w3.org/ns/shacl#in, 0811e167-ce06-489c-b09f-4a0158ae9eb0] [c37f2f6b-a707-4568-abe3-b76fd7386a54, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [c37f2f6b-a707-4568-abe3-b76fd7386a54, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a05ffcc6-8a51-40f8-8bce-b852cdebd1bb, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a05ffcc6-8a51-40f8-8bce-b852cdebd1bb, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a05ffcc6-8a51-40f8-8bce-b852cdebd1bb, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [a05ffcc6-8a51-40f8-8bce-b852cdebd1bb, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [a05ffcc6-8a51-40f8-8bce-b852cdebd1bb, http://www.w3.org/ns/shacl#pattern, "^B"] [a05ffcc6-8a51-40f8-8bce-b852cdebd1bb, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [a05ffcc6-8a51-40f8-8bce-b852cdebd1bb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [a05ffcc6-8a51-40f8-8bce-b852cdebd1bb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
18:12:51.884 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:52.030 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:52.049 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:c37f2f6b-a707-4568-abe3-b76fd7386a54,_:c03e7935-087d-494a-8724-2b6f5205eb1a,_:d567e591-73c4-4849-94c7-058d84df43b7,_:54dafb13-2948-46f4-bbb0-d3b61bedf604,_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb,_:e99be20e-9a43-41f9-b85c-f1640e85891f,_:a798fe66-8822-4e90-bb55-0205bd8392d3,_:b69f0890-b8e2-4e3b-af27-043beb0a56db. Pending nodes: 
18:12:52.055 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c37f2f6b-a707-4568-abe3-b76fd7386a54
18:12:52.060 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c03e7935-087d-494a-8724-2b6f5205eb1a
18:12:52.065 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d567e591-73c4-4849-94c7-058d84df43b7
18:12:52.070 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:54dafb13-2948-46f4-bbb0-d3b61bedf604
18:12:52.079 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb
18:12:52.094 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e99be20e-9a43-41f9-b85c-f1640e85891f
18:12:52.097 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a798fe66-8822-4e90-bb55-0205bd8392d3
18:12:52.101 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b69f0890-b8e2-4e3b-af27-043beb0a56db
18:12:52.113 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:52.148 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b69f0890-b8e2-4e3b-af27-043beb0a56db
18:12:52.148 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a798fe66-8822-4e90-bb55-0205bd8392d3
18:12:52.148 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e99be20e-9a43-41f9-b85c-f1640e85891f
18:12:52.148 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb
18:12:52.148 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:54dafb13-2948-46f4-bbb0-d3b61bedf604
18:12:52.148 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d567e591-73c4-4849-94c7-058d84df43b7
18:12:52.149 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c03e7935-087d-494a-8724-2b6f5205eb1a
18:12:52.149 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c37f2f6b-a707-4568-abe3-b76fd7386a54
18:12:52.166 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:52.172 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:52.179 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:52.179 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:52.181 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:52.190 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c37f2f6b-a707-4568-abe3-b76fd7386a54,_:c03e7935-087d-494a-8724-2b6f5205eb1a,_:d567e591-73c4-4849-94c7-058d84df43b7,_:54dafb13-2948-46f4-bbb0-d3b61bedf604,_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb,_:e99be20e-9a43-41f9-b85c-f1640e85891f,_:a798fe66-8822-4e90-bb55-0205bd8392d3,_:b69f0890-b8e2-4e3b-af27-043beb0a56db)
18:12:52.195 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c37f2f6b-a707-4568-abe3-b76fd7386a54)
18:12:52.198 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c03e7935-087d-494a-8724-2b6f5205eb1a)
18:12:52.198 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d567e591-73c4-4849-94c7-058d84df43b7)
18:12:52.198 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:54dafb13-2948-46f4-bbb0-d3b61bedf604)
18:12:52.199 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb)
18:12:52.199 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e99be20e-9a43-41f9-b85c-f1640e85891f)
18:12:52.199 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a798fe66-8822-4e90-bb55-0205bd8392d3)
18:12:52.199 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b69f0890-b8e2-4e3b-af27-043beb0a56db)
18:12:52.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.299 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c37f2f6b-a707-4568-abe3-b76fd7386a54=ShapeTyping(TypingMap(Map()))
18:12:52.299 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.301 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c03e7935-087d-494a-8724-2b6f5205eb1a=ShapeTyping(TypingMap(Map()))
18:12:52.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.325 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d567e591-73c4-4849-94c7-058d84df43b7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c37f2f6b-a707-4568-abe3-b76fd7386a54), ShapeRef(_:c03e7935-087d-494a-8724-2b6f5205eb1a), ShapeRef(_:d567e591-73c4-4849-94c7-058d84df43b7), ShapeRef(_:54dafb13-2948-46f4-bbb0-d3b61bedf604), ShapeRef(_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb), ShapeRef(_:e99be20e-9a43-41f9-b85c-f1640e85891f), ShapeRef(_:a798fe66-8822-4e90-bb55-0205bd8392d3), ShapeRef(_:b69f0890-b8e2-4e3b-af27-043beb0a56db)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d567e591-73c4-4849-94c7-058d84df43b7,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxExclusive(15), 6 satisfies minExclusive(5))))))))
18:12:52.326 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.326 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.328 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.328 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.332 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:54dafb13-2948-46f4-bbb0-d3b61bedf604],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:52.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.337 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:54dafb13-2948-46f4-bbb0-d3b61bedf604=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c37f2f6b-a707-4568-abe3-b76fd7386a54), ShapeRef(_:c03e7935-087d-494a-8724-2b6f5205eb1a), ShapeRef(_:d567e591-73c4-4849-94c7-058d84df43b7), ShapeRef(_:54dafb13-2948-46f4-bbb0-d3b61bedf604), ShapeRef(_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb), ShapeRef(_:e99be20e-9a43-41f9-b85c-f1640e85891f), ShapeRef(_:a798fe66-8822-4e90-bb55-0205bd8392d3), ShapeRef(_:b69f0890-b8e2-4e3b-af27-043beb0a56db)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:54dafb13-2948-46f4-bbb0-d3b61bedf604,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:52.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.430 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.430 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.431 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:52.432 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c37f2f6b-a707-4568-abe3-b76fd7386a54), ShapeRef(_:c03e7935-087d-494a-8724-2b6f5205eb1a), ShapeRef(_:d567e591-73c4-4849-94c7-058d84df43b7), ShapeRef(_:54dafb13-2948-46f4-bbb0-d3b61bedf604), ShapeRef(_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb), ShapeRef(_:e99be20e-9a43-41f9-b85c-f1640e85891f), ShapeRef(_:a798fe66-8822-4e90-bb55-0205bd8392d3), ShapeRef(_:b69f0890-b8e2-4e3b-af27-043beb0a56db)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:52.432 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.432 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.436 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.436 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.436 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:51.019Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e99be20e-9a43-41f9-b85c-f1640e85891f],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:52.437 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e99be20e-9a43-41f9-b85c-f1640e85891f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c37f2f6b-a707-4568-abe3-b76fd7386a54), ShapeRef(_:c03e7935-087d-494a-8724-2b6f5205eb1a), ShapeRef(_:d567e591-73c4-4849-94c7-058d84df43b7), ShapeRef(_:54dafb13-2948-46f4-bbb0-d3b61bedf604), ShapeRef(_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb), ShapeRef(_:e99be20e-9a43-41f9-b85c-f1640e85891f), ShapeRef(_:a798fe66-8822-4e90-bb55-0205bd8392d3), ShapeRef(_:b69f0890-b8e2-4e3b-af27-043beb0a56db)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e99be20e-9a43-41f9-b85c-f1640e85891f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:52.438 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.438 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.438 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.438 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.439 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a798fe66-8822-4e90-bb55-0205bd8392d3=ShapeTyping(TypingMap(Map()))
18:12:52.439 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.439 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.440 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.440 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.441 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.441 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.442 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.442 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.442 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b69f0890-b8e2-4e3b-af27-043beb0a56db],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:52.443 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.443 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.444 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b69f0890-b8e2-4e3b-af27-043beb0a56db=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c37f2f6b-a707-4568-abe3-b76fd7386a54), ShapeRef(_:c03e7935-087d-494a-8724-2b6f5205eb1a), ShapeRef(_:d567e591-73c4-4849-94c7-058d84df43b7), ShapeRef(_:54dafb13-2948-46f4-bbb0-d3b61bedf604), ShapeRef(_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb), ShapeRef(_:e99be20e-9a43-41f9-b85c-f1640e85891f), ShapeRef(_:a798fe66-8822-4e90-bb55-0205bd8392d3), ShapeRef(_:b69f0890-b8e2-4e3b-af27-043beb0a56db)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b69f0890-b8e2-4e3b-af27-043beb0a56db,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:52.447 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c37f2f6b-a707-4568-abe3-b76fd7386a54,_:c03e7935-087d-494a-8724-2b6f5205eb1a,_:d567e591-73c4-4849-94c7-058d84df43b7,_:54dafb13-2948-46f4-bbb0-d3b61bedf604,_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb,_:e99be20e-9a43-41f9-b85c-f1640e85891f,_:a798fe66-8822-4e90-bb55-0205bd8392d3,_:b69f0890-b8e2-4e3b-af27-043beb0a56db)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:e99be20e-9a43-41f9-b85c-f1640e85891f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:d567e591-73c4-4849-94c7-058d84df43b7,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(_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:c37f2f6b-a707-4568-abe3-b76fd7386a54), ShapeRef(_:c03e7935-087d-494a-8724-2b6f5205eb1a), ShapeRef(_:d567e591-73c4-4849-94c7-058d84df43b7), ShapeRef(_:54dafb13-2948-46f4-bbb0-d3b61bedf604), ShapeRef(_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb), ShapeRef(_:e99be20e-9a43-41f9-b85c-f1640e85891f), ShapeRef(_:a798fe66-8822-4e90-bb55-0205bd8392d3), ShapeRef(_:b69f0890-b8e2-4e3b-af27-043beb0a56db)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b69f0890-b8e2-4e3b-af27-043beb0a56db,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:54dafb13-2948-46f4-bbb0-d3b61bedf604,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:52.453 [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(_:e99be20e-9a43-41f9-b85c-f1640e85891f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:d567e591-73c4-4849-94c7-058d84df43b7,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(_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:c37f2f6b-a707-4568-abe3-b76fd7386a54), ShapeRef(_:c03e7935-087d-494a-8724-2b6f5205eb1a), ShapeRef(_:d567e591-73c4-4849-94c7-058d84df43b7), ShapeRef(_:54dafb13-2948-46f4-bbb0-d3b61bedf604), ShapeRef(_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb), ShapeRef(_:e99be20e-9a43-41f9-b85c-f1640e85891f), ShapeRef(_:a798fe66-8822-4e90-bb55-0205bd8392d3), ShapeRef(_:b69f0890-b8e2-4e3b-af27-043beb0a56db)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b69f0890-b8e2-4e3b-af27-043beb0a56db,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:54dafb13-2948-46f4-bbb0-d3b61bedf604,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:52.453 [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(_:e99be20e-9a43-41f9-b85c-f1640e85891f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:d567e591-73c4-4849-94c7-058d84df43b7,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(_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:c37f2f6b-a707-4568-abe3-b76fd7386a54), ShapeRef(_:c03e7935-087d-494a-8724-2b6f5205eb1a), ShapeRef(_:d567e591-73c4-4849-94c7-058d84df43b7), ShapeRef(_:54dafb13-2948-46f4-bbb0-d3b61bedf604), ShapeRef(_:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb), ShapeRef(_:e99be20e-9a43-41f9-b85c-f1640e85891f), ShapeRef(_:a798fe66-8822-4e90-bb55-0205bd8392d3), ShapeRef(_:b69f0890-b8e2-4e3b-af27-043beb0a56db)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b69f0890-b8e2-4e3b-af27-043beb0a56db,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:54dafb13-2948-46f4-bbb0-d3b61bedf604,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:52.460 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b69f0890-b8e2-4e3b-af27-043beb0a56db = 
18:12:52.460 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b69f0890-b8e2-4e3b-af27-043beb0a56db = 
18:12:52.460 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b69f0890-b8e2-4e3b-af27-043beb0a56db: 
18:12:52.460 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a798fe66-8822-4e90-bb55-0205bd8392d3 = 
18:12:52.461 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a798fe66-8822-4e90-bb55-0205bd8392d3 = 
18:12:52.461 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a798fe66-8822-4e90-bb55-0205bd8392d3: 
18:12:52.461 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e99be20e-9a43-41f9-b85c-f1640e85891f = 
18:12:52.461 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e99be20e-9a43-41f9-b85c-f1640e85891f = 
18:12:52.461 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e99be20e-9a43-41f9-b85c-f1640e85891f: 
18:12:52.462 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb = 
18:12:52.462 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb = 
18:12:52.462 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a05ffcc6-8a51-40f8-8bce-b852cdebd1bb: 
18:12:52.462 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:54dafb13-2948-46f4-bbb0-d3b61bedf604 = 
18:12:52.462 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:54dafb13-2948-46f4-bbb0-d3b61bedf604 = 
18:12:52.462 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:54dafb13-2948-46f4-bbb0-d3b61bedf604: 
18:12:52.463 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d567e591-73c4-4849-94c7-058d84df43b7 = 
18:12:52.463 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d567e591-73c4-4849-94c7-058d84df43b7 = 
18:12:52.463 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d567e591-73c4-4849-94c7-058d84df43b7: 
18:12:52.463 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c03e7935-087d-494a-8724-2b6f5205eb1a = 
18:12:52.463 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c03e7935-087d-494a-8724-2b6f5205eb1a = 
18:12:52.464 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c03e7935-087d-494a-8724-2b6f5205eb1a: 
18:12:52.464 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c37f2f6b-a707-4568-abe3-b76fd7386a54 = 
18:12:52.464 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c37f2f6b-a707-4568-abe3-b76fd7386a54 = 
18:12:52.464 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c37f2f6b-a707-4568-abe3-b76fd7386a54: 
18:12:52.538 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T18:12:52.908Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty2>
                5 .
18:12:52.922 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:12:52.908Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "5"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:12:52.908Z"^^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: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:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:52.924 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {077e9b4d-104f-49ef-9fa9-c0ce5dba31f2 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 077e9b4d-104f-49ef-9fa9-c0ce5dba31f2 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 077e9b4d-104f-49ef-9fa9-c0ce5dba31f2 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 077e9b4d-104f-49ef-9fa9-c0ce5dba31f2 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 077e9b4d-104f-49ef-9fa9-c0ce5dba31f2 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 077e9b4d-104f-49ef-9fa9-c0ce5dba31f2 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 077e9b4d-104f-49ef-9fa9-c0ce5dba31f2 @rdf:type sh:Property; ee21ee13-050d-4540-b044-9b00995ff170 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ee21ee13-050d-4540-b044-9b00995ff170 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ee21ee13-050d-4540-b044-9b00995ff170 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; ee21ee13-050d-4540-b044-9b00995ff170 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; ee21ee13-050d-4540-b044-9b00995ff170 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; ee21ee13-050d-4540-b044-9b00995ff170 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; ee21ee13-050d-4540-b044-9b00995ff170 @rdf:type sh:Property; 70d8421a-fb3f-4346-a5d3-4a87c76d9171 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 70d8421a-fb3f-4346-a5d3-4a87c76d9171 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 70d8421a-fb3f-4346-a5d3-4a87c76d9171 @sh:path http://www.sampledomain.org/sam#integerProperty3...} |  [077e9b4d-104f-49ef-9fa9-c0ce5dba31f2, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [077e9b4d-104f-49ef-9fa9-c0ce5dba31f2, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [077e9b4d-104f-49ef-9fa9-c0ce5dba31f2, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [077e9b4d-104f-49ef-9fa9-c0ce5dba31f2, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [077e9b4d-104f-49ef-9fa9-c0ce5dba31f2, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [077e9b4d-104f-49ef-9fa9-c0ce5dba31f2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [077e9b4d-104f-49ef-9fa9-c0ce5dba31f2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ee21ee13-050d-4540-b044-9b00995ff170, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ee21ee13-050d-4540-b044-9b00995ff170, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ee21ee13-050d-4540-b044-9b00995ff170, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ee21ee13-050d-4540-b044-9b00995ff170, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ee21ee13-050d-4540-b044-9b00995ff170, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ee21ee13-050d-4540-b044-9b00995ff170, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [ee21ee13-050d-4540-b044-9b00995ff170, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [70d8421a-fb3f-4346-a5d3-4a87c76d9171, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [70d8421a-fb3f-4346-a5d3-4a87c76d9171, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [70d8421a-fb3f-4346-a5d3-4a87c76d9171, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [70d8421a-fb3f-4346-a5d3-4a87c76d9171, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7181cb3e-1e63-4a52-9493-c5764e6d980d, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [7181cb3e-1e63-4a52-9493-c5764e6d980d, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [7181cb3e-1e63-4a52-9493-c5764e6d980d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [7181cb3e-1e63-4a52-9493-c5764e6d980d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [12f20c6b-6645-4321-b498-f0ed1d7cd100, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1c6f740a-3c32-4568-b075-7a4af84e1b0e] [12f20c6b-6645-4321-b498-f0ed1d7cd100, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [2b339965-8c0c-4ec9-b710-b8b7cef0ff67, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2b339965-8c0c-4ec9-b710-b8b7cef0ff67, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2b339965-8c0c-4ec9-b710-b8b7cef0ff67, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [2b339965-8c0c-4ec9-b710-b8b7cef0ff67, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [2b339965-8c0c-4ec9-b710-b8b7cef0ff67, http://www.w3.org/ns/shacl#pattern, "^B"] [2b339965-8c0c-4ec9-b710-b8b7cef0ff67, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [2b339965-8c0c-4ec9-b710-b8b7cef0ff67, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [2b339965-8c0c-4ec9-b710-b8b7cef0ff67, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [52261cd4-4b59-420b-ac34-78e06393fee7, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [52261cd4-4b59-420b-ac34-78e06393fee7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [52261cd4-4b59-420b-ac34-78e06393fee7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dc9de223-96d4-40cb-ae6f-c7b937eb2f9f, http://www.w3.org/ns/shacl#in, ed802161-e46e-43cf-8525-de225e671a83] [dc9de223-96d4-40cb-ae6f-c7b937eb2f9f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [dc9de223-96d4-40cb-ae6f-c7b937eb2f9f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ed802161-e46e-43cf-8525-de225e671a83, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 12f20c6b-6645-4321-b498-f0ed1d7cd100] [ed802161-e46e-43cf-8525-de225e671a83, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [1c6f740a-3c32-4568-b075-7a4af84e1b0e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [1c6f740a-3c32-4568-b075-7a4af84e1b0e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [493b379b-4c98-49e8-84be-80528b917c51, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [493b379b-4c98-49e8-84be-80528b917c51, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [493b379b-4c98-49e8-84be-80528b917c51, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [493b379b-4c98-49e8-84be-80528b917c51, 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, 7181cb3e-1e63-4a52-9493-c5764e6d980d] [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, 2b339965-8c0c-4ec9-b710-b8b7cef0ff67] [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, dc9de223-96d4-40cb-ae6f-c7b937eb2f9f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 493b379b-4c98-49e8-84be-80528b917c51] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 52261cd4-4b59-420b-ac34-78e06393fee7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 70d8421a-fb3f-4346-a5d3-4a87c76d9171] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 077e9b4d-104f-49ef-9fa9-c0ce5dba31f2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ee21ee13-050d-4540-b044-9b00995ff170]>
18:12:52.925 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:52.927 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:52.930 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:ee21ee13-050d-4540-b044-9b00995ff170,_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2,_:7181cb3e-1e63-4a52-9493-c5764e6d980d,_:52261cd4-4b59-420b-ac34-78e06393fee7,_:493b379b-4c98-49e8-84be-80528b917c51,_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67,_:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f,_:70d8421a-fb3f-4346-a5d3-4a87c76d9171. Pending nodes: 
18:12:52.931 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ee21ee13-050d-4540-b044-9b00995ff170
18:12:52.933 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2
18:12:52.935 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7181cb3e-1e63-4a52-9493-c5764e6d980d
18:12:52.937 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:52261cd4-4b59-420b-ac34-78e06393fee7
18:12:52.938 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:493b379b-4c98-49e8-84be-80528b917c51
18:12:52.940 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2b339965-8c0c-4ec9-b710-b8b7cef0ff67
18:12:52.942 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f
18:12:52.944 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:70d8421a-fb3f-4346-a5d3-4a87c76d9171
18:12:52.945 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:70d8421a-fb3f-4346-a5d3-4a87c76d9171
18:12:52.945 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:52.945 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f
18:12:52.945 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2b339965-8c0c-4ec9-b710-b8b7cef0ff67
18:12:52.945 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:493b379b-4c98-49e8-84be-80528b917c51
18:12:52.945 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:52261cd4-4b59-420b-ac34-78e06393fee7
18:12:52.945 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7181cb3e-1e63-4a52-9493-c5764e6d980d
18:12:52.945 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2
18:12:52.945 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ee21ee13-050d-4540-b044-9b00995ff170
18:12:52.946 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:70d8421a-fb3f-4346-a5d3-4a87c76d9171 = 
18:12:52.946 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:70d8421a-fb3f-4346-a5d3-4a87c76d9171 = 
18:12:52.946 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:70d8421a-fb3f-4346-a5d3-4a87c76d9171: 
18:12:52.946 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:52.947 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:52.947 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:52.947 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:52.947 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:52.947 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ee21ee13-050d-4540-b044-9b00995ff170,_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2,_:7181cb3e-1e63-4a52-9493-c5764e6d980d,_:52261cd4-4b59-420b-ac34-78e06393fee7,_:493b379b-4c98-49e8-84be-80528b917c51,_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67,_:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f,_:70d8421a-fb3f-4346-a5d3-4a87c76d9171)
18:12:52.948 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ee21ee13-050d-4540-b044-9b00995ff170)
18:12:52.948 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2)
18:12:52.948 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7181cb3e-1e63-4a52-9493-c5764e6d980d)
18:12:52.948 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:52261cd4-4b59-420b-ac34-78e06393fee7)
18:12:52.948 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:493b379b-4c98-49e8-84be-80528b917c51)
18:12:52.948 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67)
18:12:52.948 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f)
18:12:52.948 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:70d8421a-fb3f-4346-a5d3-4a87c76d9171)
18:12:52.949 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.949 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.950 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.950 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.950 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.950 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.951 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.951 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.952 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ee21ee13-050d-4540-b044-9b00995ff170],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:52.952 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.952 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.995 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ee21ee13-050d-4540-b044-9b00995ff170=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ee21ee13-050d-4540-b044-9b00995ff170), ShapeRef(_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2), ShapeRef(_:7181cb3e-1e63-4a52-9493-c5764e6d980d), ShapeRef(_:52261cd4-4b59-420b-ac34-78e06393fee7), ShapeRef(_:493b379b-4c98-49e8-84be-80528b917c51), ShapeRef(_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67), ShapeRef(_:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f), ShapeRef(_:70d8421a-fb3f-4346-a5d3-4a87c76d9171)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ee21ee13-050d-4540-b044-9b00995ff170,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:52.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.997 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:52.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.998 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ee21ee13-050d-4540-b044-9b00995ff170), ShapeRef(_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2), ShapeRef(_:7181cb3e-1e63-4a52-9493-c5764e6d980d), ShapeRef(_:52261cd4-4b59-420b-ac34-78e06393fee7), ShapeRef(_:493b379b-4c98-49e8-84be-80528b917c51), ShapeRef(_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67), ShapeRef(_:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f), ShapeRef(_:70d8421a-fb3f-4346-a5d3-4a87c76d9171)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:52.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:52.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.014 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7181cb3e-1e63-4a52-9493-c5764e6d980d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ee21ee13-050d-4540-b044-9b00995ff170), ShapeRef(_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2), ShapeRef(_:7181cb3e-1e63-4a52-9493-c5764e6d980d), ShapeRef(_:52261cd4-4b59-420b-ac34-78e06393fee7), ShapeRef(_:493b379b-4c98-49e8-84be-80528b917c51), ShapeRef(_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67), ShapeRef(_:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f), ShapeRef(_:70d8421a-fb3f-4346-a5d3-4a87c76d9171)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7181cb3e-1e63-4a52-9493-c5764e6d980d,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 5: LiteralValue("minExclusive violation. Expected 5 > 5"))))))))
18:12:53.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.015 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:52261cd4-4b59-420b-ac34-78e06393fee7=ShapeTyping(TypingMap(Map()))
18:12:53.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.017 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:52.908Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:493b379b-4c98-49e8-84be-80528b917c51],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:53.018 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:493b379b-4c98-49e8-84be-80528b917c51=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ee21ee13-050d-4540-b044-9b00995ff170), ShapeRef(_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2), ShapeRef(_:7181cb3e-1e63-4a52-9493-c5764e6d980d), ShapeRef(_:52261cd4-4b59-420b-ac34-78e06393fee7), ShapeRef(_:493b379b-4c98-49e8-84be-80528b917c51), ShapeRef(_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67), ShapeRef(_:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f), ShapeRef(_:70d8421a-fb3f-4346-a5d3-4a87c76d9171)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:493b379b-4c98-49e8-84be-80528b917c51,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.023 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:53.024 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ee21ee13-050d-4540-b044-9b00995ff170), ShapeRef(_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2), ShapeRef(_:7181cb3e-1e63-4a52-9493-c5764e6d980d), ShapeRef(_:52261cd4-4b59-420b-ac34-78e06393fee7), ShapeRef(_:493b379b-4c98-49e8-84be-80528b917c51), ShapeRef(_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67), ShapeRef(_:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f), ShapeRef(_:70d8421a-fb3f-4346-a5d3-4a87c76d9171)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.025 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f=ShapeTyping(TypingMap(Map()))
18:12:53.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.027 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:70d8421a-fb3f-4346-a5d3-4a87c76d9171=ShapeTyping(TypingMap(Map()))
18:12:53.028 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ee21ee13-050d-4540-b044-9b00995ff170,_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2,_:7181cb3e-1e63-4a52-9493-c5764e6d980d,_:52261cd4-4b59-420b-ac34-78e06393fee7,_:493b379b-4c98-49e8-84be-80528b917c51,_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67,_:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f,_:70d8421a-fb3f-4346-a5d3-4a87c76d9171)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:7181cb3e-1e63-4a52-9493-c5764e6d980d,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(_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:493b379b-4c98-49e8-84be-80528b917c51,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:ee21ee13-050d-4540-b044-9b00995ff170), ShapeRef(_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2), ShapeRef(_:7181cb3e-1e63-4a52-9493-c5764e6d980d), ShapeRef(_:52261cd4-4b59-420b-ac34-78e06393fee7), ShapeRef(_:493b379b-4c98-49e8-84be-80528b917c51), ShapeRef(_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67), ShapeRef(_:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f), ShapeRef(_:70d8421a-fb3f-4346-a5d3-4a87c76d9171)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ee21ee13-050d-4540-b044-9b00995ff170,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:53.029 [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(_:7181cb3e-1e63-4a52-9493-c5764e6d980d,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(_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:493b379b-4c98-49e8-84be-80528b917c51,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:ee21ee13-050d-4540-b044-9b00995ff170), ShapeRef(_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2), ShapeRef(_:7181cb3e-1e63-4a52-9493-c5764e6d980d), ShapeRef(_:52261cd4-4b59-420b-ac34-78e06393fee7), ShapeRef(_:493b379b-4c98-49e8-84be-80528b917c51), ShapeRef(_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67), ShapeRef(_:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f), ShapeRef(_:70d8421a-fb3f-4346-a5d3-4a87c76d9171)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ee21ee13-050d-4540-b044-9b00995ff170,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:53.030 [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(_:7181cb3e-1e63-4a52-9493-c5764e6d980d,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(_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:493b379b-4c98-49e8-84be-80528b917c51,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:ee21ee13-050d-4540-b044-9b00995ff170), ShapeRef(_:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2), ShapeRef(_:7181cb3e-1e63-4a52-9493-c5764e6d980d), ShapeRef(_:52261cd4-4b59-420b-ac34-78e06393fee7), ShapeRef(_:493b379b-4c98-49e8-84be-80528b917c51), ShapeRef(_:2b339965-8c0c-4ec9-b710-b8b7cef0ff67), ShapeRef(_:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f), ShapeRef(_:70d8421a-fb3f-4346-a5d3-4a87c76d9171)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ee21ee13-050d-4540-b044-9b00995ff170,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:53.030 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f = 
18:12:53.031 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f = 
18:12:53.031 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dc9de223-96d4-40cb-ae6f-c7b937eb2f9f: 
18:12:53.031 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2b339965-8c0c-4ec9-b710-b8b7cef0ff67 = 
18:12:53.031 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2b339965-8c0c-4ec9-b710-b8b7cef0ff67 = 
18:12:53.031 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2b339965-8c0c-4ec9-b710-b8b7cef0ff67: 
18:12:53.031 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:493b379b-4c98-49e8-84be-80528b917c51 = 
18:12:53.031 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:493b379b-4c98-49e8-84be-80528b917c51 = 
18:12:53.031 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:493b379b-4c98-49e8-84be-80528b917c51: 
18:12:53.032 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:52261cd4-4b59-420b-ac34-78e06393fee7 = 
18:12:53.032 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:52261cd4-4b59-420b-ac34-78e06393fee7 = 
18:12:53.032 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:52261cd4-4b59-420b-ac34-78e06393fee7: 
18:12:53.032 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7181cb3e-1e63-4a52-9493-c5764e6d980d = 
18:12:53.032 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7181cb3e-1e63-4a52-9493-c5764e6d980d = 
18:12:53.032 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7181cb3e-1e63-4a52-9493-c5764e6d980d: 
18:12:53.033 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2 = 
18:12:53.033 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2 = 
18:12:53.033 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:077e9b4d-104f-49ef-9fa9-c0ce5dba31f2: 
18:12:53.033 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ee21ee13-050d-4540-b044-9b00995ff170 = 
18:12:53.034 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ee21ee13-050d-4540-b044-9b00995ff170 = 
18:12:53.034 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ee21ee13-050d-4540-b044-9b00995ff170: 
18:12:53.095 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:53.121 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {130e8eb7-9a9c-445b-9677-61c9c5186019 @sh:in dd11a2ea-0d5e-42d1-9d44-8a541656ece3; 130e8eb7-9a9c-445b-9677-61c9c5186019 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 130e8eb7-9a9c-445b-9677-61c9c5186019 @rdf:type sh:Property; cd764c61-0aad-4f35-8824-37aedce47c55 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; cd764c61-0aad-4f35-8824-37aedce47c55 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; cd764c61-0aad-4f35-8824-37aedce47c55 @sh:path http://www.sampledomain.org/sam#aSetOfDates; cd764c61-0aad-4f35-8824-37aedce47c55 @rdf:type sh:Property; 385582d9-3cbe-4337-9ac4-267e9c7639f4 @rdf:rest 15533bd9-679c-46a0-8340-b47d8fb64350; 385582d9-3cbe-4337-9ac4-267e9c7639f4 @rdf:first "B"; e277b6c8-38b7-426c-b847-02412fedb66c @sh:class http://www.sampledomain.org/sam#AnotherResource; e277b6c8-38b7-426c-b847-02412fedb66c @sh:path http://www.sampledomain.org/sam#aReferenceProperty; e277b6c8-38b7-426c-b847-02412fedb66c @rdf:type sh:Property; c0c47512-6545-4ad1-b22f-e318e0bf7605 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; c0c47512-6545-4ad1-b22f-e318e0bf7605 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; c0c47512-6545-4ad1-b22f-e318e0bf7605 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; c0c47512-6545-4ad1-b22f-e318e0bf7605 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; c0c47512-6545-4ad1-b22f-e318e0bf7605 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer...} |  [130e8eb7-9a9c-445b-9677-61c9c5186019, http://www.w3.org/ns/shacl#in, dd11a2ea-0d5e-42d1-9d44-8a541656ece3] [130e8eb7-9a9c-445b-9677-61c9c5186019, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [130e8eb7-9a9c-445b-9677-61c9c5186019, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cd764c61-0aad-4f35-8824-37aedce47c55, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [cd764c61-0aad-4f35-8824-37aedce47c55, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [cd764c61-0aad-4f35-8824-37aedce47c55, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [cd764c61-0aad-4f35-8824-37aedce47c55, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [385582d9-3cbe-4337-9ac4-267e9c7639f4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 15533bd9-679c-46a0-8340-b47d8fb64350] [385582d9-3cbe-4337-9ac4-267e9c7639f4, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [e277b6c8-38b7-426c-b847-02412fedb66c, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [e277b6c8-38b7-426c-b847-02412fedb66c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [e277b6c8-38b7-426c-b847-02412fedb66c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c0c47512-6545-4ad1-b22f-e318e0bf7605, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c0c47512-6545-4ad1-b22f-e318e0bf7605, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c0c47512-6545-4ad1-b22f-e318e0bf7605, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c0c47512-6545-4ad1-b22f-e318e0bf7605, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c0c47512-6545-4ad1-b22f-e318e0bf7605, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c0c47512-6545-4ad1-b22f-e318e0bf7605, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [c0c47512-6545-4ad1-b22f-e318e0bf7605, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bcd61605-f28d-4050-a8d9-fb385b83fd5a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bcd61605-f28d-4050-a8d9-fb385b83fd5a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bcd61605-f28d-4050-a8d9-fb385b83fd5a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [bcd61605-f28d-4050-a8d9-fb385b83fd5a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [bcd61605-f28d-4050-a8d9-fb385b83fd5a, http://www.w3.org/ns/shacl#pattern, "^B"] [bcd61605-f28d-4050-a8d9-fb385b83fd5a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [bcd61605-f28d-4050-a8d9-fb385b83fd5a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [bcd61605-f28d-4050-a8d9-fb385b83fd5a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fc043e15-bac6-4cc4-a8f8-8224047698ca, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [fc043e15-bac6-4cc4-a8f8-8224047698ca, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [fc043e15-bac6-4cc4-a8f8-8224047698ca, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [fc043e15-bac6-4cc4-a8f8-8224047698ca, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a7f647c3-4eb8-403b-9e71-a5e0307eb53e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a7f647c3-4eb8-403b-9e71-a5e0307eb53e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a7f647c3-4eb8-403b-9e71-a5e0307eb53e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a7f647c3-4eb8-403b-9e71-a5e0307eb53e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a7f647c3-4eb8-403b-9e71-a5e0307eb53e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a7f647c3-4eb8-403b-9e71-a5e0307eb53e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [a7f647c3-4eb8-403b-9e71-a5e0307eb53e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [15533bd9-679c-46a0-8340-b47d8fb64350, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [15533bd9-679c-46a0-8340-b47d8fb64350, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bcd61605-f28d-4050-a8d9-fb385b83fd5a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fc043e15-bac6-4cc4-a8f8-8224047698ca] [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, cd764c61-0aad-4f35-8824-37aedce47c55] [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, a7f647c3-4eb8-403b-9e71-a5e0307eb53e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e277b6c8-38b7-426c-b847-02412fedb66c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 130e8eb7-9a9c-445b-9677-61c9c5186019] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c0c47512-6545-4ad1-b22f-e318e0bf7605] [dd11a2ea-0d5e-42d1-9d44-8a541656ece3, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 385582d9-3cbe-4337-9ac4-267e9c7639f4] [dd11a2ea-0d5e-42d1-9d44-8a541656ece3, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"]>
18:12:53.122 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:53.124 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:53.126 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:a7f647c3-4eb8-403b-9e71-a5e0307eb53e,_:bcd61605-f28d-4050-a8d9-fb385b83fd5a,_:cd764c61-0aad-4f35-8824-37aedce47c55,_:130e8eb7-9a9c-445b-9677-61c9c5186019,_:e277b6c8-38b7-426c-b847-02412fedb66c,_:fc043e15-bac6-4cc4-a8f8-8224047698ca,_:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091,_:c0c47512-6545-4ad1-b22f-e318e0bf7605. Pending nodes: 
18:12:53.127 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a7f647c3-4eb8-403b-9e71-a5e0307eb53e
18:12:53.129 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bcd61605-f28d-4050-a8d9-fb385b83fd5a
18:12:53.131 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cd764c61-0aad-4f35-8824-37aedce47c55
18:12:53.195 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:130e8eb7-9a9c-445b-9677-61c9c5186019
18:12:53.196 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e277b6c8-38b7-426c-b847-02412fedb66c
18:12:53.198 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fc043e15-bac6-4cc4-a8f8-8224047698ca
18:12:53.199 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091
18:12:53.200 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0c47512-6545-4ad1-b22f-e318e0bf7605
18:12:53.201 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:53.202 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0c47512-6545-4ad1-b22f-e318e0bf7605
18:12:53.202 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091
18:12:53.202 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fc043e15-bac6-4cc4-a8f8-8224047698ca
18:12:53.202 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e277b6c8-38b7-426c-b847-02412fedb66c
18:12:53.202 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:130e8eb7-9a9c-445b-9677-61c9c5186019
18:12:53.202 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cd764c61-0aad-4f35-8824-37aedce47c55
18:12:53.202 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bcd61605-f28d-4050-a8d9-fb385b83fd5a
18:12:53.202 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a7f647c3-4eb8-403b-9e71-a5e0307eb53e
18:12:53.202 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:53.202 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:53.202 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:53.202 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:53.203 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:53.203 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a7f647c3-4eb8-403b-9e71-a5e0307eb53e,_:bcd61605-f28d-4050-a8d9-fb385b83fd5a,_:cd764c61-0aad-4f35-8824-37aedce47c55,_:130e8eb7-9a9c-445b-9677-61c9c5186019,_:e277b6c8-38b7-426c-b847-02412fedb66c,_:fc043e15-bac6-4cc4-a8f8-8224047698ca,_:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091,_:c0c47512-6545-4ad1-b22f-e318e0bf7605)
18:12:53.203 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a7f647c3-4eb8-403b-9e71-a5e0307eb53e)
18:12:53.203 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bcd61605-f28d-4050-a8d9-fb385b83fd5a)
18:12:53.203 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cd764c61-0aad-4f35-8824-37aedce47c55)
18:12:53.203 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:130e8eb7-9a9c-445b-9677-61c9c5186019)
18:12:53.203 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e277b6c8-38b7-426c-b847-02412fedb66c)
18:12:53.204 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc043e15-bac6-4cc4-a8f8-8224047698ca)
18:12:53.204 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091)
18:12:53.204 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0c47512-6545-4ad1-b22f-e318e0bf7605)
18:12:53.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.207 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a7f647c3-4eb8-403b-9e71-a5e0307eb53e],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:53.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.208 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a7f647c3-4eb8-403b-9e71-a5e0307eb53e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a7f647c3-4eb8-403b-9e71-a5e0307eb53e), ShapeRef(_:bcd61605-f28d-4050-a8d9-fb385b83fd5a), ShapeRef(_:cd764c61-0aad-4f35-8824-37aedce47c55), ShapeRef(_:130e8eb7-9a9c-445b-9677-61c9c5186019), ShapeRef(_:e277b6c8-38b7-426c-b847-02412fedb66c), ShapeRef(_:fc043e15-bac6-4cc4-a8f8-8224047698ca), ShapeRef(_:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091), ShapeRef(_:c0c47512-6545-4ad1-b22f-e318e0bf7605)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a7f647c3-4eb8-403b-9e71-a5e0307eb53e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:53.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.212 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:bcd61605-f28d-4050-a8d9-fb385b83fd5a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:53.212 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bcd61605-f28d-4050-a8d9-fb385b83fd5a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a7f647c3-4eb8-403b-9e71-a5e0307eb53e), ShapeRef(_:bcd61605-f28d-4050-a8d9-fb385b83fd5a), ShapeRef(_:cd764c61-0aad-4f35-8824-37aedce47c55), ShapeRef(_:130e8eb7-9a9c-445b-9677-61c9c5186019), ShapeRef(_:e277b6c8-38b7-426c-b847-02412fedb66c), ShapeRef(_:fc043e15-bac6-4cc4-a8f8-8224047698ca), ShapeRef(_:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091), ShapeRef(_:c0c47512-6545-4ad1-b22f-e318e0bf7605)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bcd61605-f28d-4050-a8d9-fb385b83fd5a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.213 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:53.106Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:cd764c61-0aad-4f35-8824-37aedce47c55],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:53.214 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cd764c61-0aad-4f35-8824-37aedce47c55=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a7f647c3-4eb8-403b-9e71-a5e0307eb53e), ShapeRef(_:bcd61605-f28d-4050-a8d9-fb385b83fd5a), ShapeRef(_:cd764c61-0aad-4f35-8824-37aedce47c55), ShapeRef(_:130e8eb7-9a9c-445b-9677-61c9c5186019), ShapeRef(_:e277b6c8-38b7-426c-b847-02412fedb66c), ShapeRef(_:fc043e15-bac6-4cc4-a8f8-8224047698ca), ShapeRef(_:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091), ShapeRef(_:c0c47512-6545-4ad1-b22f-e318e0bf7605)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cd764c61-0aad-4f35-8824-37aedce47c55,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.214 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:130e8eb7-9a9c-445b-9677-61c9c5186019=ShapeTyping(TypingMap(Map()))
18:12:53.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.215 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e277b6c8-38b7-426c-b847-02412fedb66c=ShapeTyping(TypingMap(Map()))
18:12:53.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.216 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc043e15-bac6-4cc4-a8f8-8224047698ca=ShapeTyping(TypingMap(Map()))
18:12:53.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.217 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091=ShapeTyping(TypingMap(Map()))
18:12:53.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.219 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c0c47512-6545-4ad1-b22f-e318e0bf7605],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:53.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.220 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0c47512-6545-4ad1-b22f-e318e0bf7605=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a7f647c3-4eb8-403b-9e71-a5e0307eb53e), ShapeRef(_:bcd61605-f28d-4050-a8d9-fb385b83fd5a), ShapeRef(_:cd764c61-0aad-4f35-8824-37aedce47c55), ShapeRef(_:130e8eb7-9a9c-445b-9677-61c9c5186019), ShapeRef(_:e277b6c8-38b7-426c-b847-02412fedb66c), ShapeRef(_:fc043e15-bac6-4cc4-a8f8-8224047698ca), ShapeRef(_:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091), ShapeRef(_:c0c47512-6545-4ad1-b22f-e318e0bf7605)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c0c47512-6545-4ad1-b22f-e318e0bf7605,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.220 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a7f647c3-4eb8-403b-9e71-a5e0307eb53e,_:bcd61605-f28d-4050-a8d9-fb385b83fd5a,_:cd764c61-0aad-4f35-8824-37aedce47c55,_:130e8eb7-9a9c-445b-9677-61c9c5186019,_:e277b6c8-38b7-426c-b847-02412fedb66c,_:fc043e15-bac6-4cc4-a8f8-8224047698ca,_:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091,_:c0c47512-6545-4ad1-b22f-e318e0bf7605)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:cd764c61-0aad-4f35-8824-37aedce47c55,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:bcd61605-f28d-4050-a8d9-fb385b83fd5a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:a7f647c3-4eb8-403b-9e71-a5e0307eb53e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:a7f647c3-4eb8-403b-9e71-a5e0307eb53e), ShapeRef(_:bcd61605-f28d-4050-a8d9-fb385b83fd5a), ShapeRef(_:cd764c61-0aad-4f35-8824-37aedce47c55), ShapeRef(_:130e8eb7-9a9c-445b-9677-61c9c5186019), ShapeRef(_:e277b6c8-38b7-426c-b847-02412fedb66c), ShapeRef(_:fc043e15-bac6-4cc4-a8f8-8224047698ca), ShapeRef(_:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091), ShapeRef(_:c0c47512-6545-4ad1-b22f-e318e0bf7605)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c0c47512-6545-4ad1-b22f-e318e0bf7605,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.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(_:cd764c61-0aad-4f35-8824-37aedce47c55,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:bcd61605-f28d-4050-a8d9-fb385b83fd5a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:a7f647c3-4eb8-403b-9e71-a5e0307eb53e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:a7f647c3-4eb8-403b-9e71-a5e0307eb53e), ShapeRef(_:bcd61605-f28d-4050-a8d9-fb385b83fd5a), ShapeRef(_:cd764c61-0aad-4f35-8824-37aedce47c55), ShapeRef(_:130e8eb7-9a9c-445b-9677-61c9c5186019), ShapeRef(_:e277b6c8-38b7-426c-b847-02412fedb66c), ShapeRef(_:fc043e15-bac6-4cc4-a8f8-8224047698ca), ShapeRef(_:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091), ShapeRef(_:c0c47512-6545-4ad1-b22f-e318e0bf7605)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c0c47512-6545-4ad1-b22f-e318e0bf7605,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.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(_:cd764c61-0aad-4f35-8824-37aedce47c55,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:bcd61605-f28d-4050-a8d9-fb385b83fd5a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:a7f647c3-4eb8-403b-9e71-a5e0307eb53e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:a7f647c3-4eb8-403b-9e71-a5e0307eb53e), ShapeRef(_:bcd61605-f28d-4050-a8d9-fb385b83fd5a), ShapeRef(_:cd764c61-0aad-4f35-8824-37aedce47c55), ShapeRef(_:130e8eb7-9a9c-445b-9677-61c9c5186019), ShapeRef(_:e277b6c8-38b7-426c-b847-02412fedb66c), ShapeRef(_:fc043e15-bac6-4cc4-a8f8-8224047698ca), ShapeRef(_:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091), ShapeRef(_:c0c47512-6545-4ad1-b22f-e318e0bf7605)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c0c47512-6545-4ad1-b22f-e318e0bf7605,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.222 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0c47512-6545-4ad1-b22f-e318e0bf7605 = 
18:12:53.222 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0c47512-6545-4ad1-b22f-e318e0bf7605 = 
18:12:53.222 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0c47512-6545-4ad1-b22f-e318e0bf7605: 
18:12:53.222 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091 = 
18:12:53.222 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091 = 
18:12:53.222 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:afbc7a9e-13e4-4a78-83c6-4fb6b6bd1091: 
18:12:53.222 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fc043e15-bac6-4cc4-a8f8-8224047698ca = 
18:12:53.222 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fc043e15-bac6-4cc4-a8f8-8224047698ca = 
18:12:53.222 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fc043e15-bac6-4cc4-a8f8-8224047698ca: 
18:12:53.223 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e277b6c8-38b7-426c-b847-02412fedb66c = 
18:12:53.223 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e277b6c8-38b7-426c-b847-02412fedb66c = 
18:12:53.223 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e277b6c8-38b7-426c-b847-02412fedb66c: 
18:12:53.223 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:130e8eb7-9a9c-445b-9677-61c9c5186019 = 
18:12:53.223 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:130e8eb7-9a9c-445b-9677-61c9c5186019 = 
18:12:53.223 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:130e8eb7-9a9c-445b-9677-61c9c5186019: 
18:12:53.223 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cd764c61-0aad-4f35-8824-37aedce47c55 = 
18:12:53.223 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cd764c61-0aad-4f35-8824-37aedce47c55 = 
18:12:53.223 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cd764c61-0aad-4f35-8824-37aedce47c55: 
18:12:53.224 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bcd61605-f28d-4050-a8d9-fb385b83fd5a = 
18:12:53.224 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bcd61605-f28d-4050-a8d9-fb385b83fd5a = 
18:12:53.224 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bcd61605-f28d-4050-a8d9-fb385b83fd5a: 
18:12:53.224 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a7f647c3-4eb8-403b-9e71-a5e0307eb53e = 
18:12:53.224 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a7f647c3-4eb8-403b-9e71-a5e0307eb53e = 
18:12:53.224 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a7f647c3-4eb8-403b-9e71-a5e0307eb53e: 
18:12:53.226 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T18:12:53.23Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Catalyzer" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
18:12:53.240 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:12:53.23Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Catalyzer"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:12:53.23Z"^^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:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:53.241 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6db5811e-36ad-43bc-810f-5f11a0adfe3b @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6db5811e-36ad-43bc-810f-5f11a0adfe3b @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6db5811e-36ad-43bc-810f-5f11a0adfe3b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 6db5811e-36ad-43bc-810f-5f11a0adfe3b @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 6db5811e-36ad-43bc-810f-5f11a0adfe3b @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 6db5811e-36ad-43bc-810f-5f11a0adfe3b @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 6db5811e-36ad-43bc-810f-5f11a0adfe3b @rdf:type sh:Property; 256b3a85-2a1e-4761-9d33-fefae26b0f3a @sh:in b918e557-c430-4792-90e3-419aeaa39b25; 256b3a85-2a1e-4761-9d33-fefae26b0f3a @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 256b3a85-2a1e-4761-9d33-fefae26b0f3a @rdf:type sh:Property; 515b8244-8a68-45a4-bc8a-26aeb74b7fa0 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 515b8244-8a68-45a4-bc8a-26aeb74b7fa0 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 515b8244-8a68-45a4-bc8a-26aeb74b7fa0 @sh:path http://www.sampledomain.org/sam#integerProperty3; 515b8244-8a68-45a4-bc8a-26aeb74b7fa0 @rdf:type sh:Property; b1fb0958-56d6-4fa9-b8fb-5ec870f9843a @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; b1fb0958-56d6-4fa9-b8fb-5ec870f9843a @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; b1fb0958-56d6-4fa9-b8fb-5ec870f9843a @sh:path http://www.sampledomain.org/sam#aSetOfDates...} |  [6db5811e-36ad-43bc-810f-5f11a0adfe3b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6db5811e-36ad-43bc-810f-5f11a0adfe3b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6db5811e-36ad-43bc-810f-5f11a0adfe3b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6db5811e-36ad-43bc-810f-5f11a0adfe3b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6db5811e-36ad-43bc-810f-5f11a0adfe3b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6db5811e-36ad-43bc-810f-5f11a0adfe3b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [6db5811e-36ad-43bc-810f-5f11a0adfe3b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [256b3a85-2a1e-4761-9d33-fefae26b0f3a, http://www.w3.org/ns/shacl#in, b918e557-c430-4792-90e3-419aeaa39b25] [256b3a85-2a1e-4761-9d33-fefae26b0f3a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [256b3a85-2a1e-4761-9d33-fefae26b0f3a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [515b8244-8a68-45a4-bc8a-26aeb74b7fa0, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [515b8244-8a68-45a4-bc8a-26aeb74b7fa0, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [515b8244-8a68-45a4-bc8a-26aeb74b7fa0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [515b8244-8a68-45a4-bc8a-26aeb74b7fa0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b1fb0958-56d6-4fa9-b8fb-5ec870f9843a, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b1fb0958-56d6-4fa9-b8fb-5ec870f9843a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b1fb0958-56d6-4fa9-b8fb-5ec870f9843a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [b1fb0958-56d6-4fa9-b8fb-5ec870f9843a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1f573528-e587-43cb-b39f-7f151ec1e0ce, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [1f573528-e587-43cb-b39f-7f151ec1e0ce, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [1f573528-e587-43cb-b39f-7f151ec1e0ce, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d0eb0132-dc0c-4e49-af9d-d1ac82860872, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d0eb0132-dc0c-4e49-af9d-d1ac82860872, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d0eb0132-dc0c-4e49-af9d-d1ac82860872, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [d0eb0132-dc0c-4e49-af9d-d1ac82860872, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [d0eb0132-dc0c-4e49-af9d-d1ac82860872, http://www.w3.org/ns/shacl#pattern, "^B"] [d0eb0132-dc0c-4e49-af9d-d1ac82860872, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [d0eb0132-dc0c-4e49-af9d-d1ac82860872, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [d0eb0132-dc0c-4e49-af9d-d1ac82860872, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c1c47f5a-1d6c-46ab-99db-c2f9db5d27b4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ef25c494-e216-4176-b7cf-64be15cc8f26] [c1c47f5a-1d6c-46ab-99db-c2f9db5d27b4, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [b918e557-c430-4792-90e3-419aeaa39b25, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c1c47f5a-1d6c-46ab-99db-c2f9db5d27b4] [b918e557-c430-4792-90e3-419aeaa39b25, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [ef25c494-e216-4176-b7cf-64be15cc8f26, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [ef25c494-e216-4176-b7cf-64be15cc8f26, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [67b2ee68-5405-4c47-825a-b4f30760b8df, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [67b2ee68-5405-4c47-825a-b4f30760b8df, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [67b2ee68-5405-4c47-825a-b4f30760b8df, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [67b2ee68-5405-4c47-825a-b4f30760b8df, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [67b2ee68-5405-4c47-825a-b4f30760b8df, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [67b2ee68-5405-4c47-825a-b4f30760b8df, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [67b2ee68-5405-4c47-825a-b4f30760b8df, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [346845e8-b5fa-4065-9bd0-fa7d60af296b, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [346845e8-b5fa-4065-9bd0-fa7d60af296b, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [346845e8-b5fa-4065-9bd0-fa7d60af296b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [346845e8-b5fa-4065-9bd0-fa7d60af296b, 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, b1fb0958-56d6-4fa9-b8fb-5ec870f9843a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 515b8244-8a68-45a4-bc8a-26aeb74b7fa0] [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, 67b2ee68-5405-4c47-825a-b4f30760b8df] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1f573528-e587-43cb-b39f-7f151ec1e0ce] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6db5811e-36ad-43bc-810f-5f11a0adfe3b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 346845e8-b5fa-4065-9bd0-fa7d60af296b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d0eb0132-dc0c-4e49-af9d-d1ac82860872] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 256b3a85-2a1e-4761-9d33-fefae26b0f3a]>
18:12:53.294 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:53.297 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:53.299 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:67b2ee68-5405-4c47-825a-b4f30760b8df,_:6db5811e-36ad-43bc-810f-5f11a0adfe3b,_:256b3a85-2a1e-4761-9d33-fefae26b0f3a,_:346845e8-b5fa-4065-9bd0-fa7d60af296b,_:1f573528-e587-43cb-b39f-7f151ec1e0ce,_:515b8244-8a68-45a4-bc8a-26aeb74b7fa0,_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a,_:d0eb0132-dc0c-4e49-af9d-d1ac82860872. Pending nodes: 
18:12:53.300 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:67b2ee68-5405-4c47-825a-b4f30760b8df
18:12:53.302 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6db5811e-36ad-43bc-810f-5f11a0adfe3b
18:12:53.305 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:256b3a85-2a1e-4761-9d33-fefae26b0f3a
18:12:53.307 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:346845e8-b5fa-4065-9bd0-fa7d60af296b
18:12:53.309 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1f573528-e587-43cb-b39f-7f151ec1e0ce
18:12:53.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:515b8244-8a68-45a4-bc8a-26aeb74b7fa0
18:12:53.311 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a
18:12:53.313 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d0eb0132-dc0c-4e49-af9d-d1ac82860872
18:12:53.315 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d0eb0132-dc0c-4e49-af9d-d1ac82860872
18:12:53.315 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:53.315 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a
18:12:53.315 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:515b8244-8a68-45a4-bc8a-26aeb74b7fa0
18:12:53.315 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1f573528-e587-43cb-b39f-7f151ec1e0ce
18:12:53.315 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:346845e8-b5fa-4065-9bd0-fa7d60af296b
18:12:53.315 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:256b3a85-2a1e-4761-9d33-fefae26b0f3a
18:12:53.315 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6db5811e-36ad-43bc-810f-5f11a0adfe3b
18:12:53.315 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:67b2ee68-5405-4c47-825a-b4f30760b8df
18:12:53.316 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d0eb0132-dc0c-4e49-af9d-d1ac82860872 = 
18:12:53.316 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d0eb0132-dc0c-4e49-af9d-d1ac82860872 = 
18:12:53.316 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d0eb0132-dc0c-4e49-af9d-d1ac82860872: 
18:12:53.316 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:53.316 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:53.316 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:53.316 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:53.316 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:53.317 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:67b2ee68-5405-4c47-825a-b4f30760b8df,_:6db5811e-36ad-43bc-810f-5f11a0adfe3b,_:256b3a85-2a1e-4761-9d33-fefae26b0f3a,_:346845e8-b5fa-4065-9bd0-fa7d60af296b,_:1f573528-e587-43cb-b39f-7f151ec1e0ce,_:515b8244-8a68-45a4-bc8a-26aeb74b7fa0,_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a,_:d0eb0132-dc0c-4e49-af9d-d1ac82860872)
18:12:53.317 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:67b2ee68-5405-4c47-825a-b4f30760b8df)
18:12:53.317 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6db5811e-36ad-43bc-810f-5f11a0adfe3b)
18:12:53.317 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:256b3a85-2a1e-4761-9d33-fefae26b0f3a)
18:12:53.317 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:346845e8-b5fa-4065-9bd0-fa7d60af296b)
18:12:53.317 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1f573528-e587-43cb-b39f-7f151ec1e0ce)
18:12:53.317 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:515b8244-8a68-45a4-bc8a-26aeb74b7fa0)
18:12:53.317 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a)
18:12:53.317 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d0eb0132-dc0c-4e49-af9d-d1ac82860872)
18:12:53.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.320 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:67b2ee68-5405-4c47-825a-b4f30760b8df],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:53.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.321 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:67b2ee68-5405-4c47-825a-b4f30760b8df=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:67b2ee68-5405-4c47-825a-b4f30760b8df), ShapeRef(_:6db5811e-36ad-43bc-810f-5f11a0adfe3b), ShapeRef(_:256b3a85-2a1e-4761-9d33-fefae26b0f3a), ShapeRef(_:346845e8-b5fa-4065-9bd0-fa7d60af296b), ShapeRef(_:1f573528-e587-43cb-b39f-7f151ec1e0ce), ShapeRef(_:515b8244-8a68-45a4-bc8a-26aeb74b7fa0), ShapeRef(_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a), ShapeRef(_:d0eb0132-dc0c-4e49-af9d-d1ac82860872)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:67b2ee68-5405-4c47-825a-b4f30760b8df,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.321 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.321 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.324 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6db5811e-36ad-43bc-810f-5f11a0adfe3b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:53.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.325 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6db5811e-36ad-43bc-810f-5f11a0adfe3b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:67b2ee68-5405-4c47-825a-b4f30760b8df), ShapeRef(_:6db5811e-36ad-43bc-810f-5f11a0adfe3b), ShapeRef(_:256b3a85-2a1e-4761-9d33-fefae26b0f3a), ShapeRef(_:346845e8-b5fa-4065-9bd0-fa7d60af296b), ShapeRef(_:1f573528-e587-43cb-b39f-7f151ec1e0ce), ShapeRef(_:515b8244-8a68-45a4-bc8a-26aeb74b7fa0), ShapeRef(_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a), ShapeRef(_:d0eb0132-dc0c-4e49-af9d-d1ac82860872)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6db5811e-36ad-43bc-810f-5f11a0adfe3b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:53.325 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.325 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.326 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:256b3a85-2a1e-4761-9d33-fefae26b0f3a=ShapeTyping(TypingMap(Map()))
18:12:53.326 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.326 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.326 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.326 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.327 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:346845e8-b5fa-4065-9bd0-fa7d60af296b=ShapeTyping(TypingMap(Map()))
18:12:53.327 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.327 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.328 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1f573528-e587-43cb-b39f-7f151ec1e0ce=ShapeTyping(TypingMap(Map()))
18:12:53.328 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.328 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.328 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.328 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.329 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:515b8244-8a68-45a4-bc8a-26aeb74b7fa0=ShapeTyping(TypingMap(Map()))
18:12:53.329 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.329 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.330 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:53.23Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:53.331 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:67b2ee68-5405-4c47-825a-b4f30760b8df), ShapeRef(_:6db5811e-36ad-43bc-810f-5f11a0adfe3b), ShapeRef(_:256b3a85-2a1e-4761-9d33-fefae26b0f3a), ShapeRef(_:346845e8-b5fa-4065-9bd0-fa7d60af296b), ShapeRef(_:1f573528-e587-43cb-b39f-7f151ec1e0ce), ShapeRef(_:515b8244-8a68-45a4-bc8a-26aeb74b7fa0), ShapeRef(_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a), ShapeRef(_:d0eb0132-dc0c-4e49-af9d-d1ac82860872)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.332 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.332 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.334 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Catalyzer"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d0eb0132-dc0c-4e49-af9d-d1ac82860872],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:53.335 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d0eb0132-dc0c-4e49-af9d-d1ac82860872=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:67b2ee68-5405-4c47-825a-b4f30760b8df), ShapeRef(_:6db5811e-36ad-43bc-810f-5f11a0adfe3b), ShapeRef(_:256b3a85-2a1e-4761-9d33-fefae26b0f3a), ShapeRef(_:346845e8-b5fa-4065-9bd0-fa7d60af296b), ShapeRef(_:1f573528-e587-43cb-b39f-7f151ec1e0ce), ShapeRef(_:515b8244-8a68-45a4-bc8a-26aeb74b7fa0), ShapeRef(_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a), ShapeRef(_:d0eb0132-dc0c-4e49-af9d-d1ac82860872)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d0eb0132-dc0c-4e49-af9d-d1ac82860872,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Catalyzer": LiteralValue("pattern violation. Expected "Catalyzer" to match '^B'"))))))))
18:12:53.335 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:67b2ee68-5405-4c47-825a-b4f30760b8df,_:6db5811e-36ad-43bc-810f-5f11a0adfe3b,_:256b3a85-2a1e-4761-9d33-fefae26b0f3a,_:346845e8-b5fa-4065-9bd0-fa7d60af296b,_:1f573528-e587-43cb-b39f-7f151ec1e0ce,_:515b8244-8a68-45a4-bc8a-26aeb74b7fa0,_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a,_:d0eb0132-dc0c-4e49-af9d-d1ac82860872)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:6db5811e-36ad-43bc-810f-5f11a0adfe3b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:d0eb0132-dc0c-4e49-af9d-d1ac82860872,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(_:67b2ee68-5405-4c47-825a-b4f30760b8df), ShapeRef(_:6db5811e-36ad-43bc-810f-5f11a0adfe3b), ShapeRef(_:256b3a85-2a1e-4761-9d33-fefae26b0f3a), ShapeRef(_:346845e8-b5fa-4065-9bd0-fa7d60af296b), ShapeRef(_:1f573528-e587-43cb-b39f-7f151ec1e0ce), ShapeRef(_:515b8244-8a68-45a4-bc8a-26aeb74b7fa0), ShapeRef(_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a), ShapeRef(_:d0eb0132-dc0c-4e49-af9d-d1ac82860872)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:67b2ee68-5405-4c47-825a-b4f30760b8df,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.336 [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(_:6db5811e-36ad-43bc-810f-5f11a0adfe3b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:d0eb0132-dc0c-4e49-af9d-d1ac82860872,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(_:67b2ee68-5405-4c47-825a-b4f30760b8df), ShapeRef(_:6db5811e-36ad-43bc-810f-5f11a0adfe3b), ShapeRef(_:256b3a85-2a1e-4761-9d33-fefae26b0f3a), ShapeRef(_:346845e8-b5fa-4065-9bd0-fa7d60af296b), ShapeRef(_:1f573528-e587-43cb-b39f-7f151ec1e0ce), ShapeRef(_:515b8244-8a68-45a4-bc8a-26aeb74b7fa0), ShapeRef(_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a), ShapeRef(_:d0eb0132-dc0c-4e49-af9d-d1ac82860872)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:67b2ee68-5405-4c47-825a-b4f30760b8df,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.337 [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(_:6db5811e-36ad-43bc-810f-5f11a0adfe3b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:d0eb0132-dc0c-4e49-af9d-d1ac82860872,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(_:67b2ee68-5405-4c47-825a-b4f30760b8df), ShapeRef(_:6db5811e-36ad-43bc-810f-5f11a0adfe3b), ShapeRef(_:256b3a85-2a1e-4761-9d33-fefae26b0f3a), ShapeRef(_:346845e8-b5fa-4065-9bd0-fa7d60af296b), ShapeRef(_:1f573528-e587-43cb-b39f-7f151ec1e0ce), ShapeRef(_:515b8244-8a68-45a4-bc8a-26aeb74b7fa0), ShapeRef(_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a), ShapeRef(_:d0eb0132-dc0c-4e49-af9d-d1ac82860872)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:67b2ee68-5405-4c47-825a-b4f30760b8df,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.337 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a = 
18:12:53.337 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a = 
18:12:53.338 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b1fb0958-56d6-4fa9-b8fb-5ec870f9843a: 
18:12:53.338 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:515b8244-8a68-45a4-bc8a-26aeb74b7fa0 = 
18:12:53.338 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:515b8244-8a68-45a4-bc8a-26aeb74b7fa0 = 
18:12:53.338 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:515b8244-8a68-45a4-bc8a-26aeb74b7fa0: 
18:12:53.338 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1f573528-e587-43cb-b39f-7f151ec1e0ce = 
18:12:53.338 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1f573528-e587-43cb-b39f-7f151ec1e0ce = 
18:12:53.338 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1f573528-e587-43cb-b39f-7f151ec1e0ce: 
18:12:53.338 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:346845e8-b5fa-4065-9bd0-fa7d60af296b = 
18:12:53.338 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:346845e8-b5fa-4065-9bd0-fa7d60af296b = 
18:12:53.338 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:346845e8-b5fa-4065-9bd0-fa7d60af296b: 
18:12:53.339 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:256b3a85-2a1e-4761-9d33-fefae26b0f3a = 
18:12:53.339 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:256b3a85-2a1e-4761-9d33-fefae26b0f3a = 
18:12:53.339 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:256b3a85-2a1e-4761-9d33-fefae26b0f3a: 
18:12:53.339 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6db5811e-36ad-43bc-810f-5f11a0adfe3b = 
18:12:53.339 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6db5811e-36ad-43bc-810f-5f11a0adfe3b = 
18:12:53.339 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6db5811e-36ad-43bc-810f-5f11a0adfe3b: 
18:12:53.339 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:67b2ee68-5405-4c47-825a-b4f30760b8df = 
18:12:53.339 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:67b2ee68-5405-4c47-825a-b4f30760b8df = 
18:12:53.339 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:67b2ee68-5405-4c47-825a-b4f30760b8df: 
18:12:53.342 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T18:12:53.401Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
18:12:53.413 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:12:53.401Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:12:53.401Z"^^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: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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:53.415 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {5ca330e4-7cfd-47a1-9598-fa38d200657f @rdf:rest 1f059cc9-e3d7-48a7-95c8-2943a6c58369; 5ca330e4-7cfd-47a1-9598-fa38d200657f @rdf:first "B"; ab00bfcf-950f-4fe6-865e-dd878c9a75c2 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ab00bfcf-950f-4fe6-865e-dd878c9a75c2 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ab00bfcf-950f-4fe6-865e-dd878c9a75c2 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; ab00bfcf-950f-4fe6-865e-dd878c9a75c2 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; ab00bfcf-950f-4fe6-865e-dd878c9a75c2 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; ab00bfcf-950f-4fe6-865e-dd878c9a75c2 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; ab00bfcf-950f-4fe6-865e-dd878c9a75c2 @rdf:type sh:Property; 0c0d0585-7b25-43cc-acf8-feea231e502f @sh:in 87725358-dbe1-45ce-865e-689a65341a14; 0c0d0585-7b25-43cc-acf8-feea231e502f @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 0c0d0585-7b25-43cc-acf8-feea231e502f @rdf:type sh:Property; a775d547-4931-41b4-a375-dc83662b920e @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; a775d547-4931-41b4-a375-dc83662b920e @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; a775d547-4931-41b4-a375-dc83662b920e @sh:path http://www.sampledomain.org/sam#aSetOfDates; a775d547-4931-41b4-a375-dc83662b920e @rdf:type sh:Property; 87725358-dbe1-45ce-865e-689a65341a14 @rdf:rest 5ca330e4-7cfd-47a1-9598-fa38d200657f...} |  [5ca330e4-7cfd-47a1-9598-fa38d200657f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1f059cc9-e3d7-48a7-95c8-2943a6c58369] [5ca330e4-7cfd-47a1-9598-fa38d200657f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [ab00bfcf-950f-4fe6-865e-dd878c9a75c2, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ab00bfcf-950f-4fe6-865e-dd878c9a75c2, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ab00bfcf-950f-4fe6-865e-dd878c9a75c2, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ab00bfcf-950f-4fe6-865e-dd878c9a75c2, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ab00bfcf-950f-4fe6-865e-dd878c9a75c2, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ab00bfcf-950f-4fe6-865e-dd878c9a75c2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [ab00bfcf-950f-4fe6-865e-dd878c9a75c2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0c0d0585-7b25-43cc-acf8-feea231e502f, http://www.w3.org/ns/shacl#in, 87725358-dbe1-45ce-865e-689a65341a14] [0c0d0585-7b25-43cc-acf8-feea231e502f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [0c0d0585-7b25-43cc-acf8-feea231e502f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a775d547-4931-41b4-a375-dc83662b920e, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a775d547-4931-41b4-a375-dc83662b920e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a775d547-4931-41b4-a375-dc83662b920e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [a775d547-4931-41b4-a375-dc83662b920e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [87725358-dbe1-45ce-865e-689a65341a14, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5ca330e4-7cfd-47a1-9598-fa38d200657f] [87725358-dbe1-45ce-865e-689a65341a14, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b25bb3d9-fcd2-49a1-9a27-2208aa7831c1, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b25bb3d9-fcd2-49a1-9a27-2208aa7831c1, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b25bb3d9-fcd2-49a1-9a27-2208aa7831c1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [b25bb3d9-fcd2-49a1-9a27-2208aa7831c1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0602fdda-b600-4524-a893-769cf7e38d74, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0602fdda-b600-4524-a893-769cf7e38d74, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0602fdda-b600-4524-a893-769cf7e38d74, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0602fdda-b600-4524-a893-769cf7e38d74, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0602fdda-b600-4524-a893-769cf7e38d74, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0602fdda-b600-4524-a893-769cf7e38d74, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [0602fdda-b600-4524-a893-769cf7e38d74, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8766af03-ef60-4bac-89f8-29f116f1bd1e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8766af03-ef60-4bac-89f8-29f116f1bd1e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8766af03-ef60-4bac-89f8-29f116f1bd1e, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [8766af03-ef60-4bac-89f8-29f116f1bd1e, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [8766af03-ef60-4bac-89f8-29f116f1bd1e, http://www.w3.org/ns/shacl#pattern, "^B"] [8766af03-ef60-4bac-89f8-29f116f1bd1e, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [8766af03-ef60-4bac-89f8-29f116f1bd1e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [8766af03-ef60-4bac-89f8-29f116f1bd1e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [543d829b-348f-41d6-a801-f1387e969500, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [543d829b-348f-41d6-a801-f1387e969500, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [543d829b-348f-41d6-a801-f1387e969500, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [543d829b-348f-41d6-a801-f1387e969500, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c54b7d3c-bbdd-4e3a-bc7b-a750326615da, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [c54b7d3c-bbdd-4e3a-bc7b-a750326615da, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [c54b7d3c-bbdd-4e3a-bc7b-a750326615da, 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, ab00bfcf-950f-4fe6-865e-dd878c9a75c2] [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, 0c0d0585-7b25-43cc-acf8-feea231e502f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8766af03-ef60-4bac-89f8-29f116f1bd1e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 543d829b-348f-41d6-a801-f1387e969500] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a775d547-4931-41b4-a375-dc83662b920e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b25bb3d9-fcd2-49a1-9a27-2208aa7831c1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c54b7d3c-bbdd-4e3a-bc7b-a750326615da] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0602fdda-b600-4524-a893-769cf7e38d74] [1f059cc9-e3d7-48a7-95c8-2943a6c58369, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [1f059cc9-e3d7-48a7-95c8-2943a6c58369, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"]>
18:12:53.417 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:53.419 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:53.421 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:c54b7d3c-bbdd-4e3a-bc7b-a750326615da,_:0c0d0585-7b25-43cc-acf8-feea231e502f,_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2,_:a775d547-4931-41b4-a375-dc83662b920e,_:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1,_:8766af03-ef60-4bac-89f8-29f116f1bd1e,_:0602fdda-b600-4524-a893-769cf7e38d74,_:543d829b-348f-41d6-a801-f1387e969500. Pending nodes: 
18:12:53.421 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c54b7d3c-bbdd-4e3a-bc7b-a750326615da
18:12:53.423 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0c0d0585-7b25-43cc-acf8-feea231e502f
18:12:53.424 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ab00bfcf-950f-4fe6-865e-dd878c9a75c2
18:12:53.425 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a775d547-4931-41b4-a375-dc83662b920e
18:12:53.427 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1
18:12:53.428 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8766af03-ef60-4bac-89f8-29f116f1bd1e
18:12:53.431 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0602fdda-b600-4524-a893-769cf7e38d74
18:12:53.432 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:543d829b-348f-41d6-a801-f1387e969500
18:12:53.433 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:543d829b-348f-41d6-a801-f1387e969500
18:12:53.434 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0602fdda-b600-4524-a893-769cf7e38d74
18:12:53.434 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8766af03-ef60-4bac-89f8-29f116f1bd1e
18:12:53.434 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:53.434 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1
18:12:53.434 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a775d547-4931-41b4-a375-dc83662b920e
18:12:53.434 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ab00bfcf-950f-4fe6-865e-dd878c9a75c2
18:12:53.434 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0c0d0585-7b25-43cc-acf8-feea231e502f
18:12:53.434 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c54b7d3c-bbdd-4e3a-bc7b-a750326615da
18:12:53.434 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:543d829b-348f-41d6-a801-f1387e969500 = 
18:12:53.434 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:543d829b-348f-41d6-a801-f1387e969500 = 
18:12:53.434 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:543d829b-348f-41d6-a801-f1387e969500: 
18:12:53.435 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0602fdda-b600-4524-a893-769cf7e38d74 = 
18:12:53.435 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0602fdda-b600-4524-a893-769cf7e38d74 = 
18:12:53.435 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0602fdda-b600-4524-a893-769cf7e38d74: 
18:12:53.435 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8766af03-ef60-4bac-89f8-29f116f1bd1e = 
18:12:53.435 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8766af03-ef60-4bac-89f8-29f116f1bd1e = 
18:12:53.435 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8766af03-ef60-4bac-89f8-29f116f1bd1e: 
18:12:53.435 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:53.436 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:53.436 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:53.436 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:53.436 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:53.436 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c54b7d3c-bbdd-4e3a-bc7b-a750326615da,_:0c0d0585-7b25-43cc-acf8-feea231e502f,_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2,_:a775d547-4931-41b4-a375-dc83662b920e,_:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1,_:8766af03-ef60-4bac-89f8-29f116f1bd1e,_:0602fdda-b600-4524-a893-769cf7e38d74,_:543d829b-348f-41d6-a801-f1387e969500)
18:12:53.436 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c54b7d3c-bbdd-4e3a-bc7b-a750326615da)
18:12:53.436 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0c0d0585-7b25-43cc-acf8-feea231e502f)
18:12:53.436 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2)
18:12:53.437 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a775d547-4931-41b4-a375-dc83662b920e)
18:12:53.437 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1)
18:12:53.437 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8766af03-ef60-4bac-89f8-29f116f1bd1e)
18:12:53.437 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0602fdda-b600-4524-a893-769cf7e38d74)
18:12:53.437 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:543d829b-348f-41d6-a801-f1387e969500)
18:12:53.437 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.437 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.438 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c54b7d3c-bbdd-4e3a-bc7b-a750326615da=ShapeTyping(TypingMap(Map()))
18:12:53.438 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.438 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.438 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0c0d0585-7b25-43cc-acf8-feea231e502f=ShapeTyping(TypingMap(Map()))
18:12:53.439 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.439 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.440 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.440 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.441 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.441 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.495 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.495 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.496 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:53.496 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.496 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.497 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c54b7d3c-bbdd-4e3a-bc7b-a750326615da), ShapeRef(_:0c0d0585-7b25-43cc-acf8-feea231e502f), ShapeRef(_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2), ShapeRef(_:a775d547-4931-41b4-a375-dc83662b920e), ShapeRef(_:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1), ShapeRef(_:8766af03-ef60-4bac-89f8-29f116f1bd1e), ShapeRef(_:0602fdda-b600-4524-a893-769cf7e38d74), ShapeRef(_:543d829b-348f-41d6-a801-f1387e969500)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:53.497 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.497 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.498 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:53.401Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a775d547-4931-41b4-a375-dc83662b920e],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:53.499 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a775d547-4931-41b4-a375-dc83662b920e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c54b7d3c-bbdd-4e3a-bc7b-a750326615da), ShapeRef(_:0c0d0585-7b25-43cc-acf8-feea231e502f), ShapeRef(_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2), ShapeRef(_:a775d547-4931-41b4-a375-dc83662b920e), ShapeRef(_:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1), ShapeRef(_:8766af03-ef60-4bac-89f8-29f116f1bd1e), ShapeRef(_:0602fdda-b600-4524-a893-769cf7e38d74), ShapeRef(_:543d829b-348f-41d6-a801-f1387e969500)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a775d547-4931-41b4-a375-dc83662b920e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.500 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1=ShapeTyping(TypingMap(Map()))
18:12:53.500 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.500 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.503 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8766af03-ef60-4bac-89f8-29f116f1bd1e],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:53.504 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8766af03-ef60-4bac-89f8-29f116f1bd1e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c54b7d3c-bbdd-4e3a-bc7b-a750326615da), ShapeRef(_:0c0d0585-7b25-43cc-acf8-feea231e502f), ShapeRef(_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2), ShapeRef(_:a775d547-4931-41b4-a375-dc83662b920e), ShapeRef(_:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1), ShapeRef(_:8766af03-ef60-4bac-89f8-29f116f1bd1e), ShapeRef(_:0602fdda-b600-4524-a893-769cf7e38d74), ShapeRef(_:543d829b-348f-41d6-a801-f1387e969500)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8766af03-ef60-4bac-89f8-29f116f1bd1e,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.505 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.505 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.506 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0602fdda-b600-4524-a893-769cf7e38d74],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:53.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.507 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0602fdda-b600-4524-a893-769cf7e38d74=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c54b7d3c-bbdd-4e3a-bc7b-a750326615da), ShapeRef(_:0c0d0585-7b25-43cc-acf8-feea231e502f), ShapeRef(_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2), ShapeRef(_:a775d547-4931-41b4-a375-dc83662b920e), ShapeRef(_:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1), ShapeRef(_:8766af03-ef60-4bac-89f8-29f116f1bd1e), ShapeRef(_:0602fdda-b600-4524-a893-769cf7e38d74), ShapeRef(_:543d829b-348f-41d6-a801-f1387e969500)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0602fdda-b600-4524-a893-769cf7e38d74,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.508 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:543d829b-348f-41d6-a801-f1387e969500=ShapeTyping(TypingMap(Map()))
18:12:53.509 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c54b7d3c-bbdd-4e3a-bc7b-a750326615da,_:0c0d0585-7b25-43cc-acf8-feea231e502f,_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2,_:a775d547-4931-41b4-a375-dc83662b920e,_:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1,_:8766af03-ef60-4bac-89f8-29f116f1bd1e,_:0602fdda-b600-4524-a893-769cf7e38d74,_:543d829b-348f-41d6-a801-f1387e969500)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:a775d547-4931-41b4-a375-dc83662b920e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8766af03-ef60-4bac-89f8-29f116f1bd1e,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:c54b7d3c-bbdd-4e3a-bc7b-a750326615da), ShapeRef(_:0c0d0585-7b25-43cc-acf8-feea231e502f), ShapeRef(_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2), ShapeRef(_:a775d547-4931-41b4-a375-dc83662b920e), ShapeRef(_:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1), ShapeRef(_:8766af03-ef60-4bac-89f8-29f116f1bd1e), ShapeRef(_:0602fdda-b600-4524-a893-769cf7e38d74), ShapeRef(_:543d829b-348f-41d6-a801-f1387e969500)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0602fdda-b600-4524-a893-769cf7e38d74,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.510 [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(_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:a775d547-4931-41b4-a375-dc83662b920e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8766af03-ef60-4bac-89f8-29f116f1bd1e,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:c54b7d3c-bbdd-4e3a-bc7b-a750326615da), ShapeRef(_:0c0d0585-7b25-43cc-acf8-feea231e502f), ShapeRef(_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2), ShapeRef(_:a775d547-4931-41b4-a375-dc83662b920e), ShapeRef(_:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1), ShapeRef(_:8766af03-ef60-4bac-89f8-29f116f1bd1e), ShapeRef(_:0602fdda-b600-4524-a893-769cf7e38d74), ShapeRef(_:543d829b-348f-41d6-a801-f1387e969500)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0602fdda-b600-4524-a893-769cf7e38d74,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.510 [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(_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:a775d547-4931-41b4-a375-dc83662b920e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8766af03-ef60-4bac-89f8-29f116f1bd1e,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:c54b7d3c-bbdd-4e3a-bc7b-a750326615da), ShapeRef(_:0c0d0585-7b25-43cc-acf8-feea231e502f), ShapeRef(_:ab00bfcf-950f-4fe6-865e-dd878c9a75c2), ShapeRef(_:a775d547-4931-41b4-a375-dc83662b920e), ShapeRef(_:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1), ShapeRef(_:8766af03-ef60-4bac-89f8-29f116f1bd1e), ShapeRef(_:0602fdda-b600-4524-a893-769cf7e38d74), ShapeRef(_:543d829b-348f-41d6-a801-f1387e969500)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0602fdda-b600-4524-a893-769cf7e38d74,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.510 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1 = 
18:12:53.510 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1 = 
18:12:53.510 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b25bb3d9-fcd2-49a1-9a27-2208aa7831c1: 
18:12:53.510 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a775d547-4931-41b4-a375-dc83662b920e = 
18:12:53.510 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a775d547-4931-41b4-a375-dc83662b920e = 
18:12:53.510 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a775d547-4931-41b4-a375-dc83662b920e: 
18:12:53.510 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ab00bfcf-950f-4fe6-865e-dd878c9a75c2 = 
18:12:53.511 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ab00bfcf-950f-4fe6-865e-dd878c9a75c2 = 
18:12:53.511 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ab00bfcf-950f-4fe6-865e-dd878c9a75c2: 
18:12:53.511 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0c0d0585-7b25-43cc-acf8-feea231e502f = 
18:12:53.511 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0c0d0585-7b25-43cc-acf8-feea231e502f = 
18:12:53.511 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0c0d0585-7b25-43cc-acf8-feea231e502f: 
18:12:53.511 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c54b7d3c-bbdd-4e3a-bc7b-a750326615da = 
18:12:53.511 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c54b7d3c-bbdd-4e3a-bc7b-a750326615da = 
18:12:53.511 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c54b7d3c-bbdd-4e3a-bc7b-a750326615da: 
18:12:53.513 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T18:12:53.517Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                6 ;
        <http://www.sampledomain.org/sam#anotherStringProperty>
                "D" .
18:12:53.529 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:12:53.517Z"^^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.sampledomain.org/sam#anotherStringProperty "D"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:12:53.517Z"^^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.sampledomain.org/sam#anotherStringProperty, "D"] [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:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:53.531 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {e8946fee-5490-40ca-b104-49387b697f5d @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; e8946fee-5490-40ca-b104-49387b697f5d @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; e8946fee-5490-40ca-b104-49387b697f5d @sh:path http://www.sampledomain.org/sam#aSetOfDates; e8946fee-5490-40ca-b104-49387b697f5d @rdf:type sh:Property; 110a6a27-b63b-43b2-a739-08beaae8895b @rdf:rest 46072d05-05c2-450d-890e-2a3d1846681d; 110a6a27-b63b-43b2-a739-08beaae8895b @rdf:first "A"; fd723798-b471-451b-ad1b-8d020578cea4 @rdf:rest rdf:nil; fd723798-b471-451b-ad1b-8d020578cea4 @rdf:first "C"; 0e4da73d-5661-40a7-9816-f512b0eed44f @sh:in 110a6a27-b63b-43b2-a739-08beaae8895b; 0e4da73d-5661-40a7-9816-f512b0eed44f @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 0e4da73d-5661-40a7-9816-f512b0eed44f @rdf:type sh:Property; 34743b7e-99cc-49a6-9919-711a2d42e6bc @sh:class http://www.sampledomain.org/sam#AnotherResource; 34743b7e-99cc-49a6-9919-711a2d42e6bc @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 34743b7e-99cc-49a6-9919-711a2d42e6bc @rdf:type sh:Property; 94afc697-7a34-4deb-8faf-7e26674f9d1f @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 94afc697-7a34-4deb-8faf-7e26674f9d1f @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 94afc697-7a34-4deb-8faf-7e26674f9d1f @sh:datatype http://www.w3.org/2001/XMLSchema#integer...} |  [e8946fee-5490-40ca-b104-49387b697f5d, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e8946fee-5490-40ca-b104-49387b697f5d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e8946fee-5490-40ca-b104-49387b697f5d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [e8946fee-5490-40ca-b104-49387b697f5d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [110a6a27-b63b-43b2-a739-08beaae8895b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 46072d05-05c2-450d-890e-2a3d1846681d] [110a6a27-b63b-43b2-a739-08beaae8895b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [fd723798-b471-451b-ad1b-8d020578cea4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [fd723798-b471-451b-ad1b-8d020578cea4, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [0e4da73d-5661-40a7-9816-f512b0eed44f, http://www.w3.org/ns/shacl#in, 110a6a27-b63b-43b2-a739-08beaae8895b] [0e4da73d-5661-40a7-9816-f512b0eed44f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [0e4da73d-5661-40a7-9816-f512b0eed44f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [34743b7e-99cc-49a6-9919-711a2d42e6bc, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [34743b7e-99cc-49a6-9919-711a2d42e6bc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [34743b7e-99cc-49a6-9919-711a2d42e6bc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [94afc697-7a34-4deb-8faf-7e26674f9d1f, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [94afc697-7a34-4deb-8faf-7e26674f9d1f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [94afc697-7a34-4deb-8faf-7e26674f9d1f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [94afc697-7a34-4deb-8faf-7e26674f9d1f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [94afc697-7a34-4deb-8faf-7e26674f9d1f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [94afc697-7a34-4deb-8faf-7e26674f9d1f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [94afc697-7a34-4deb-8faf-7e26674f9d1f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [619590ed-2e35-48d8-9abd-2a3a5c0b24b9, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [619590ed-2e35-48d8-9abd-2a3a5c0b24b9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [619590ed-2e35-48d8-9abd-2a3a5c0b24b9, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [619590ed-2e35-48d8-9abd-2a3a5c0b24b9, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [619590ed-2e35-48d8-9abd-2a3a5c0b24b9, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [619590ed-2e35-48d8-9abd-2a3a5c0b24b9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [619590ed-2e35-48d8-9abd-2a3a5c0b24b9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6ef135d9-e6e2-45c7-8500-8f4766ac5728, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6ef135d9-e6e2-45c7-8500-8f4766ac5728, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6ef135d9-e6e2-45c7-8500-8f4766ac5728, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [6ef135d9-e6e2-45c7-8500-8f4766ac5728, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [6ef135d9-e6e2-45c7-8500-8f4766ac5728, http://www.w3.org/ns/shacl#pattern, "^B"] [6ef135d9-e6e2-45c7-8500-8f4766ac5728, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [6ef135d9-e6e2-45c7-8500-8f4766ac5728, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [6ef135d9-e6e2-45c7-8500-8f4766ac5728, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [46072d05-05c2-450d-890e-2a3d1846681d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, fd723798-b471-451b-ad1b-8d020578cea4] [46072d05-05c2-450d-890e-2a3d1846681d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [cdab04a0-db31-465f-877e-aca4fde0005a, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [cdab04a0-db31-465f-877e-aca4fde0005a, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [cdab04a0-db31-465f-877e-aca4fde0005a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [cdab04a0-db31-465f-877e-aca4fde0005a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [735b6bcd-0aff-438b-b098-23a7d91f5334, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [735b6bcd-0aff-438b-b098-23a7d91f5334, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [735b6bcd-0aff-438b-b098-23a7d91f5334, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [735b6bcd-0aff-438b-b098-23a7d91f5334, 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, e8946fee-5490-40ca-b104-49387b697f5d] [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, 735b6bcd-0aff-438b-b098-23a7d91f5334] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6ef135d9-e6e2-45c7-8500-8f4766ac5728] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0e4da73d-5661-40a7-9816-f512b0eed44f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cdab04a0-db31-465f-877e-aca4fde0005a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 94afc697-7a34-4deb-8faf-7e26674f9d1f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 34743b7e-99cc-49a6-9919-711a2d42e6bc] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 619590ed-2e35-48d8-9abd-2a3a5c0b24b9]>
18:12:53.532 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:53.534 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:53.537 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:0e4da73d-5661-40a7-9816-f512b0eed44f,_:6ef135d9-e6e2-45c7-8500-8f4766ac5728,_:cdab04a0-db31-465f-877e-aca4fde0005a,_:34743b7e-99cc-49a6-9919-711a2d42e6bc,_:735b6bcd-0aff-438b-b098-23a7d91f5334,_:e8946fee-5490-40ca-b104-49387b697f5d,_:94afc697-7a34-4deb-8faf-7e26674f9d1f,_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9. Pending nodes: 
18:12:53.537 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0e4da73d-5661-40a7-9816-f512b0eed44f
18:12:53.538 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6ef135d9-e6e2-45c7-8500-8f4766ac5728
18:12:53.540 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cdab04a0-db31-465f-877e-aca4fde0005a
18:12:53.541 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:34743b7e-99cc-49a6-9919-711a2d42e6bc
18:12:53.596 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:735b6bcd-0aff-438b-b098-23a7d91f5334
18:12:53.597 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e8946fee-5490-40ca-b104-49387b697f5d
18:12:53.599 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:94afc697-7a34-4deb-8faf-7e26674f9d1f
18:12:53.601 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:619590ed-2e35-48d8-9abd-2a3a5c0b24b9
18:12:53.602 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:619590ed-2e35-48d8-9abd-2a3a5c0b24b9
18:12:53.602 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:53.602 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:94afc697-7a34-4deb-8faf-7e26674f9d1f
18:12:53.602 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e8946fee-5490-40ca-b104-49387b697f5d
18:12:53.603 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:735b6bcd-0aff-438b-b098-23a7d91f5334
18:12:53.603 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:34743b7e-99cc-49a6-9919-711a2d42e6bc
18:12:53.603 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cdab04a0-db31-465f-877e-aca4fde0005a
18:12:53.603 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6ef135d9-e6e2-45c7-8500-8f4766ac5728
18:12:53.603 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0e4da73d-5661-40a7-9816-f512b0eed44f
18:12:53.603 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:619590ed-2e35-48d8-9abd-2a3a5c0b24b9 = 
18:12:53.603 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:619590ed-2e35-48d8-9abd-2a3a5c0b24b9 = 
18:12:53.603 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:619590ed-2e35-48d8-9abd-2a3a5c0b24b9: 
18:12:53.603 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:53.603 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:53.603 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:53.603 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:53.604 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:53.604 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0e4da73d-5661-40a7-9816-f512b0eed44f,_:6ef135d9-e6e2-45c7-8500-8f4766ac5728,_:cdab04a0-db31-465f-877e-aca4fde0005a,_:34743b7e-99cc-49a6-9919-711a2d42e6bc,_:735b6bcd-0aff-438b-b098-23a7d91f5334,_:e8946fee-5490-40ca-b104-49387b697f5d,_:94afc697-7a34-4deb-8faf-7e26674f9d1f,_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9)
18:12:53.604 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0e4da73d-5661-40a7-9816-f512b0eed44f)
18:12:53.604 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6ef135d9-e6e2-45c7-8500-8f4766ac5728)
18:12:53.604 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cdab04a0-db31-465f-877e-aca4fde0005a)
18:12:53.604 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:34743b7e-99cc-49a6-9919-711a2d42e6bc)
18:12:53.604 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:735b6bcd-0aff-438b-b098-23a7d91f5334)
18:12:53.604 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e8946fee-5490-40ca-b104-49387b697f5d)
18:12:53.604 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:94afc697-7a34-4deb-8faf-7e26674f9d1f)
18:12:53.604 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9)
18:12:53.604 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.604 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.608 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0e4da73d-5661-40a7-9816-f512b0eed44f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0e4da73d-5661-40a7-9816-f512b0eed44f), ShapeRef(_:6ef135d9-e6e2-45c7-8500-8f4766ac5728), ShapeRef(_:cdab04a0-db31-465f-877e-aca4fde0005a), ShapeRef(_:34743b7e-99cc-49a6-9919-711a2d42e6bc), ShapeRef(_:735b6bcd-0aff-438b-b098-23a7d91f5334), ShapeRef(_:e8946fee-5490-40ca-b104-49387b697f5d), ShapeRef(_:94afc697-7a34-4deb-8faf-7e26674f9d1f), ShapeRef(_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0e4da73d-5661-40a7-9816-f512b0eed44f,PredicatePath(<http://www.sampledomain.org/sam#anotherStringProperty>),List(In(List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A")))),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "D": LiteralValue("In violation. Expected "D" to be in List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A"))"))))))))
18:12:53.608 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.608 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.609 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.609 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.611 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6ef135d9-e6e2-45c7-8500-8f4766ac5728],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:53.612 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6ef135d9-e6e2-45c7-8500-8f4766ac5728=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0e4da73d-5661-40a7-9816-f512b0eed44f), ShapeRef(_:6ef135d9-e6e2-45c7-8500-8f4766ac5728), ShapeRef(_:cdab04a0-db31-465f-877e-aca4fde0005a), ShapeRef(_:34743b7e-99cc-49a6-9919-711a2d42e6bc), ShapeRef(_:735b6bcd-0aff-438b-b098-23a7d91f5334), ShapeRef(_:e8946fee-5490-40ca-b104-49387b697f5d), ShapeRef(_:94afc697-7a34-4deb-8faf-7e26674f9d1f), ShapeRef(_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6ef135d9-e6e2-45c7-8500-8f4766ac5728,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.613 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cdab04a0-db31-465f-877e-aca4fde0005a=ShapeTyping(TypingMap(Map()))
18:12:53.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.614 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:34743b7e-99cc-49a6-9919-711a2d42e6bc=ShapeTyping(TypingMap(Map()))
18:12:53.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.615 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:735b6bcd-0aff-438b-b098-23a7d91f5334=ShapeTyping(TypingMap(Map()))
18:12:53.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.616 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:53.517Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e8946fee-5490-40ca-b104-49387b697f5d],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:53.617 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e8946fee-5490-40ca-b104-49387b697f5d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0e4da73d-5661-40a7-9816-f512b0eed44f), ShapeRef(_:6ef135d9-e6e2-45c7-8500-8f4766ac5728), ShapeRef(_:cdab04a0-db31-465f-877e-aca4fde0005a), ShapeRef(_:34743b7e-99cc-49a6-9919-711a2d42e6bc), ShapeRef(_:735b6bcd-0aff-438b-b098-23a7d91f5334), ShapeRef(_:e8946fee-5490-40ca-b104-49387b697f5d), ShapeRef(_:94afc697-7a34-4deb-8faf-7e26674f9d1f), ShapeRef(_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e8946fee-5490-40ca-b104-49387b697f5d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.618 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.618 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.618 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.618 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.618 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:94afc697-7a34-4deb-8faf-7e26674f9d1f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:53.619 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.619 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.619 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:94afc697-7a34-4deb-8faf-7e26674f9d1f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0e4da73d-5661-40a7-9816-f512b0eed44f), ShapeRef(_:6ef135d9-e6e2-45c7-8500-8f4766ac5728), ShapeRef(_:cdab04a0-db31-465f-877e-aca4fde0005a), ShapeRef(_:34743b7e-99cc-49a6-9919-711a2d42e6bc), ShapeRef(_:735b6bcd-0aff-438b-b098-23a7d91f5334), ShapeRef(_:e8946fee-5490-40ca-b104-49387b697f5d), ShapeRef(_:94afc697-7a34-4deb-8faf-7e26674f9d1f), ShapeRef(_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:94afc697-7a34-4deb-8faf-7e26674f9d1f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.619 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.619 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.620 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.620 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.620 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.620 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.621 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.621 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.621 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(6), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:53.621 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.621 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.622 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0e4da73d-5661-40a7-9816-f512b0eed44f), ShapeRef(_:6ef135d9-e6e2-45c7-8500-8f4766ac5728), ShapeRef(_:cdab04a0-db31-465f-877e-aca4fde0005a), ShapeRef(_:34743b7e-99cc-49a6-9919-711a2d42e6bc), ShapeRef(_:735b6bcd-0aff-438b-b098-23a7d91f5334), ShapeRef(_:e8946fee-5490-40ca-b104-49387b697f5d), ShapeRef(_:94afc697-7a34-4deb-8faf-7e26674f9d1f), ShapeRef(_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxLength(2), 6 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 6 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:53.623 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0e4da73d-5661-40a7-9816-f512b0eed44f,_:6ef135d9-e6e2-45c7-8500-8f4766ac5728,_:cdab04a0-db31-465f-877e-aca4fde0005a,_:34743b7e-99cc-49a6-9919-711a2d42e6bc,_:735b6bcd-0aff-438b-b098-23a7d91f5334,_:e8946fee-5490-40ca-b104-49387b697f5d,_:94afc697-7a34-4deb-8faf-7e26674f9d1f,_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:94afc697-7a34-4deb-8faf-7e26674f9d1f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6ef135d9-e6e2-45c7-8500-8f4766ac5728,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),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(_:0e4da73d-5661-40a7-9816-f512b0eed44f,PredicatePath(<http://www.sampledomain.org/sam#anotherStringProperty>),List(In(List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A")))),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "D": LiteralValue("In violation. Expected "D" to be in List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A"))")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0e4da73d-5661-40a7-9816-f512b0eed44f), ShapeRef(_:6ef135d9-e6e2-45c7-8500-8f4766ac5728), ShapeRef(_:cdab04a0-db31-465f-877e-aca4fde0005a), ShapeRef(_:34743b7e-99cc-49a6-9919-711a2d42e6bc), ShapeRef(_:735b6bcd-0aff-438b-b098-23a7d91f5334), ShapeRef(_:e8946fee-5490-40ca-b104-49387b697f5d), ShapeRef(_:94afc697-7a34-4deb-8faf-7e26674f9d1f), ShapeRef(_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e8946fee-5490-40ca-b104-49387b697f5d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.624 [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(_:94afc697-7a34-4deb-8faf-7e26674f9d1f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6ef135d9-e6e2-45c7-8500-8f4766ac5728,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),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(_:0e4da73d-5661-40a7-9816-f512b0eed44f,PredicatePath(<http://www.sampledomain.org/sam#anotherStringProperty>),List(In(List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A")))),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "D": LiteralValue("In violation. Expected "D" to be in List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A"))")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0e4da73d-5661-40a7-9816-f512b0eed44f), ShapeRef(_:6ef135d9-e6e2-45c7-8500-8f4766ac5728), ShapeRef(_:cdab04a0-db31-465f-877e-aca4fde0005a), ShapeRef(_:34743b7e-99cc-49a6-9919-711a2d42e6bc), ShapeRef(_:735b6bcd-0aff-438b-b098-23a7d91f5334), ShapeRef(_:e8946fee-5490-40ca-b104-49387b697f5d), ShapeRef(_:94afc697-7a34-4deb-8faf-7e26674f9d1f), ShapeRef(_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e8946fee-5490-40ca-b104-49387b697f5d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.625 [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(_:94afc697-7a34-4deb-8faf-7e26674f9d1f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6ef135d9-e6e2-45c7-8500-8f4766ac5728,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),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(_:0e4da73d-5661-40a7-9816-f512b0eed44f,PredicatePath(<http://www.sampledomain.org/sam#anotherStringProperty>),List(In(List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A")))),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "D": LiteralValue("In violation. Expected "D" to be in List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A"))")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0e4da73d-5661-40a7-9816-f512b0eed44f), ShapeRef(_:6ef135d9-e6e2-45c7-8500-8f4766ac5728), ShapeRef(_:cdab04a0-db31-465f-877e-aca4fde0005a), ShapeRef(_:34743b7e-99cc-49a6-9919-711a2d42e6bc), ShapeRef(_:735b6bcd-0aff-438b-b098-23a7d91f5334), ShapeRef(_:e8946fee-5490-40ca-b104-49387b697f5d), ShapeRef(_:94afc697-7a34-4deb-8faf-7e26674f9d1f), ShapeRef(_:619590ed-2e35-48d8-9abd-2a3a5c0b24b9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e8946fee-5490-40ca-b104-49387b697f5d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.625 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:94afc697-7a34-4deb-8faf-7e26674f9d1f = 
18:12:53.625 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:94afc697-7a34-4deb-8faf-7e26674f9d1f = 
18:12:53.625 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:94afc697-7a34-4deb-8faf-7e26674f9d1f: 
18:12:53.625 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e8946fee-5490-40ca-b104-49387b697f5d = 
18:12:53.625 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e8946fee-5490-40ca-b104-49387b697f5d = 
18:12:53.625 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e8946fee-5490-40ca-b104-49387b697f5d: 
18:12:53.625 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:735b6bcd-0aff-438b-b098-23a7d91f5334 = 
18:12:53.626 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:735b6bcd-0aff-438b-b098-23a7d91f5334 = 
18:12:53.626 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:735b6bcd-0aff-438b-b098-23a7d91f5334: 
18:12:53.626 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:34743b7e-99cc-49a6-9919-711a2d42e6bc = 
18:12:53.626 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:34743b7e-99cc-49a6-9919-711a2d42e6bc = 
18:12:53.626 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:34743b7e-99cc-49a6-9919-711a2d42e6bc: 
18:12:53.626 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cdab04a0-db31-465f-877e-aca4fde0005a = 
18:12:53.626 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cdab04a0-db31-465f-877e-aca4fde0005a = 
18:12:53.626 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cdab04a0-db31-465f-877e-aca4fde0005a: 
18:12:53.626 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6ef135d9-e6e2-45c7-8500-8f4766ac5728 = 
18:12:53.626 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6ef135d9-e6e2-45c7-8500-8f4766ac5728 = 
18:12:53.626 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6ef135d9-e6e2-45c7-8500-8f4766ac5728: 
18:12:53.627 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0e4da73d-5661-40a7-9816-f512b0eed44f = 
18:12:53.627 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0e4da73d-5661-40a7-9816-f512b0eed44f = 
18:12:53.627 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0e4da73d-5661-40a7-9816-f512b0eed44f: 
18:12:53.629 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:53.696 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {80efcff8-e3ca-4492-a3c7-c03f3c991fd0 @rdf:rest rdf:nil; 80efcff8-e3ca-4492-a3c7-c03f3c991fd0 @rdf:first "C"; a1d10c6c-13fe-4bfb-b832-c522d209281c @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; a1d10c6c-13fe-4bfb-b832-c522d209281c @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; a1d10c6c-13fe-4bfb-b832-c522d209281c @sh:path http://www.sampledomain.org/sam#integerProperty3; a1d10c6c-13fe-4bfb-b832-c522d209281c @rdf:type sh:Property; 056b8e8a-f679-4c67-bf0a-4385b69851c6 @rdf:rest 80efcff8-e3ca-4492-a3c7-c03f3c991fd0; 056b8e8a-f679-4c67-bf0a-4385b69851c6 @rdf:first "B"; d5bd9142-ce58-4844-8f99-cdde059a02d3 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; d5bd9142-ce58-4844-8f99-cdde059a02d3 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; d5bd9142-ce58-4844-8f99-cdde059a02d3 @sh:path http://www.sampledomain.org/sam#integerProperty2; d5bd9142-ce58-4844-8f99-cdde059a02d3 @rdf:type sh:Property; f6a17f91-183d-4279-81a8-23e40d497938 @sh:class http://www.sampledomain.org/sam#AnotherResource; f6a17f91-183d-4279-81a8-23e40d497938 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; f6a17f91-183d-4279-81a8-23e40d497938 @rdf:type sh:Property; ac7b53ed-cf57-4694-801c-e52f5f7227c2 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; ac7b53ed-cf57-4694-801c-e52f5f7227c2 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer...} |  [80efcff8-e3ca-4492-a3c7-c03f3c991fd0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [80efcff8-e3ca-4492-a3c7-c03f3c991fd0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [a1d10c6c-13fe-4bfb-b832-c522d209281c, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a1d10c6c-13fe-4bfb-b832-c522d209281c, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a1d10c6c-13fe-4bfb-b832-c522d209281c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [a1d10c6c-13fe-4bfb-b832-c522d209281c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [056b8e8a-f679-4c67-bf0a-4385b69851c6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 80efcff8-e3ca-4492-a3c7-c03f3c991fd0] [056b8e8a-f679-4c67-bf0a-4385b69851c6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [d5bd9142-ce58-4844-8f99-cdde059a02d3, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d5bd9142-ce58-4844-8f99-cdde059a02d3, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d5bd9142-ce58-4844-8f99-cdde059a02d3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [d5bd9142-ce58-4844-8f99-cdde059a02d3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f6a17f91-183d-4279-81a8-23e40d497938, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [f6a17f91-183d-4279-81a8-23e40d497938, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [f6a17f91-183d-4279-81a8-23e40d497938, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ac7b53ed-cf57-4694-801c-e52f5f7227c2, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ac7b53ed-cf57-4694-801c-e52f5f7227c2, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ac7b53ed-cf57-4694-801c-e52f5f7227c2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [ac7b53ed-cf57-4694-801c-e52f5f7227c2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [de6d13b0-9350-42ef-9c76-978129ff87f1, http://www.w3.org/ns/shacl#in, 198883f5-7924-4170-b690-d851c88420ef] [de6d13b0-9350-42ef-9c76-978129ff87f1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [de6d13b0-9350-42ef-9c76-978129ff87f1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8e58b483-023e-4b3e-9542-66b8ebcc819c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8e58b483-023e-4b3e-9542-66b8ebcc819c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8e58b483-023e-4b3e-9542-66b8ebcc819c, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [8e58b483-023e-4b3e-9542-66b8ebcc819c, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [8e58b483-023e-4b3e-9542-66b8ebcc819c, http://www.w3.org/ns/shacl#pattern, "^B"] [8e58b483-023e-4b3e-9542-66b8ebcc819c, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [8e58b483-023e-4b3e-9542-66b8ebcc819c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [8e58b483-023e-4b3e-9542-66b8ebcc819c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1418154c-887c-4061-a1d4-b245d038579b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1418154c-887c-4061-a1d4-b245d038579b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1418154c-887c-4061-a1d4-b245d038579b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1418154c-887c-4061-a1d4-b245d038579b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1418154c-887c-4061-a1d4-b245d038579b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1418154c-887c-4061-a1d4-b245d038579b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [1418154c-887c-4061-a1d4-b245d038579b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [198883f5-7924-4170-b690-d851c88420ef, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 056b8e8a-f679-4c67-bf0a-4385b69851c6] [198883f5-7924-4170-b690-d851c88420ef, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [702ad9ce-0295-472b-ad57-26d493554720, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [702ad9ce-0295-472b-ad57-26d493554720, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [702ad9ce-0295-472b-ad57-26d493554720, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [702ad9ce-0295-472b-ad57-26d493554720, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [702ad9ce-0295-472b-ad57-26d493554720, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [702ad9ce-0295-472b-ad57-26d493554720, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [702ad9ce-0295-472b-ad57-26d493554720, 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, 702ad9ce-0295-472b-ad57-26d493554720] [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, 8e58b483-023e-4b3e-9542-66b8ebcc819c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1418154c-887c-4061-a1d4-b245d038579b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, de6d13b0-9350-42ef-9c76-978129ff87f1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d5bd9142-ce58-4844-8f99-cdde059a02d3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a1d10c6c-13fe-4bfb-b832-c522d209281c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ac7b53ed-cf57-4694-801c-e52f5f7227c2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f6a17f91-183d-4279-81a8-23e40d497938]>
18:12:53.697 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:53.699 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:53.701 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:8e58b483-023e-4b3e-9542-66b8ebcc819c,_:702ad9ce-0295-472b-ad57-26d493554720,_:1418154c-887c-4061-a1d4-b245d038579b,_:f6a17f91-183d-4279-81a8-23e40d497938,_:ac7b53ed-cf57-4694-801c-e52f5f7227c2,_:a1d10c6c-13fe-4bfb-b832-c522d209281c,_:d5bd9142-ce58-4844-8f99-cdde059a02d3,_:de6d13b0-9350-42ef-9c76-978129ff87f1. Pending nodes: 
18:12:53.701 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8e58b483-023e-4b3e-9542-66b8ebcc819c
18:12:53.703 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:702ad9ce-0295-472b-ad57-26d493554720
18:12:53.705 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1418154c-887c-4061-a1d4-b245d038579b
18:12:53.706 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f6a17f91-183d-4279-81a8-23e40d497938
18:12:53.707 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ac7b53ed-cf57-4694-801c-e52f5f7227c2
18:12:53.708 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a1d10c6c-13fe-4bfb-b832-c522d209281c
18:12:53.709 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d5bd9142-ce58-4844-8f99-cdde059a02d3
18:12:53.710 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:de6d13b0-9350-42ef-9c76-978129ff87f1
18:12:53.711 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:de6d13b0-9350-42ef-9c76-978129ff87f1
18:12:53.711 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:53.711 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d5bd9142-ce58-4844-8f99-cdde059a02d3
18:12:53.711 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a1d10c6c-13fe-4bfb-b832-c522d209281c
18:12:53.711 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ac7b53ed-cf57-4694-801c-e52f5f7227c2
18:12:53.711 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f6a17f91-183d-4279-81a8-23e40d497938
18:12:53.711 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1418154c-887c-4061-a1d4-b245d038579b
18:12:53.711 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:702ad9ce-0295-472b-ad57-26d493554720
18:12:53.711 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8e58b483-023e-4b3e-9542-66b8ebcc819c
18:12:53.711 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:de6d13b0-9350-42ef-9c76-978129ff87f1 = 
18:12:53.711 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:de6d13b0-9350-42ef-9c76-978129ff87f1 = 
18:12:53.711 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:de6d13b0-9350-42ef-9c76-978129ff87f1: 
18:12:53.711 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:53.711 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:53.712 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:53.712 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:53.712 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:53.712 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:8e58b483-023e-4b3e-9542-66b8ebcc819c,_:702ad9ce-0295-472b-ad57-26d493554720,_:1418154c-887c-4061-a1d4-b245d038579b,_:f6a17f91-183d-4279-81a8-23e40d497938,_:ac7b53ed-cf57-4694-801c-e52f5f7227c2,_:a1d10c6c-13fe-4bfb-b832-c522d209281c,_:d5bd9142-ce58-4844-8f99-cdde059a02d3,_:de6d13b0-9350-42ef-9c76-978129ff87f1)
18:12:53.712 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8e58b483-023e-4b3e-9542-66b8ebcc819c)
18:12:53.712 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:702ad9ce-0295-472b-ad57-26d493554720)
18:12:53.712 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1418154c-887c-4061-a1d4-b245d038579b)
18:12:53.712 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f6a17f91-183d-4279-81a8-23e40d497938)
18:12:53.712 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ac7b53ed-cf57-4694-801c-e52f5f7227c2)
18:12:53.712 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a1d10c6c-13fe-4bfb-b832-c522d209281c)
18:12:53.712 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d5bd9142-ce58-4844-8f99-cdde059a02d3)
18:12:53.712 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:de6d13b0-9350-42ef-9c76-978129ff87f1)
18:12:53.712 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.712 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.714 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.714 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.714 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.714 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.715 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8e58b483-023e-4b3e-9542-66b8ebcc819c],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:53.715 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8e58b483-023e-4b3e-9542-66b8ebcc819c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8e58b483-023e-4b3e-9542-66b8ebcc819c), ShapeRef(_:702ad9ce-0295-472b-ad57-26d493554720), ShapeRef(_:1418154c-887c-4061-a1d4-b245d038579b), ShapeRef(_:f6a17f91-183d-4279-81a8-23e40d497938), ShapeRef(_:ac7b53ed-cf57-4694-801c-e52f5f7227c2), ShapeRef(_:a1d10c6c-13fe-4bfb-b832-c522d209281c), ShapeRef(_:d5bd9142-ce58-4844-8f99-cdde059a02d3), ShapeRef(_:de6d13b0-9350-42ef-9c76-978129ff87f1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8e58b483-023e-4b3e-9542-66b8ebcc819c,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.717 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:702ad9ce-0295-472b-ad57-26d493554720],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:53.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.718 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:702ad9ce-0295-472b-ad57-26d493554720=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8e58b483-023e-4b3e-9542-66b8ebcc819c), ShapeRef(_:702ad9ce-0295-472b-ad57-26d493554720), ShapeRef(_:1418154c-887c-4061-a1d4-b245d038579b), ShapeRef(_:f6a17f91-183d-4279-81a8-23e40d497938), ShapeRef(_:ac7b53ed-cf57-4694-801c-e52f5f7227c2), ShapeRef(_:a1d10c6c-13fe-4bfb-b832-c522d209281c), ShapeRef(_:d5bd9142-ce58-4844-8f99-cdde059a02d3), ShapeRef(_:de6d13b0-9350-42ef-9c76-978129ff87f1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:702ad9ce-0295-472b-ad57-26d493554720,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.719 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1418154c-887c-4061-a1d4-b245d038579b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:53.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.720 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1418154c-887c-4061-a1d4-b245d038579b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8e58b483-023e-4b3e-9542-66b8ebcc819c), ShapeRef(_:702ad9ce-0295-472b-ad57-26d493554720), ShapeRef(_:1418154c-887c-4061-a1d4-b245d038579b), ShapeRef(_:f6a17f91-183d-4279-81a8-23e40d497938), ShapeRef(_:ac7b53ed-cf57-4694-801c-e52f5f7227c2), ShapeRef(_:a1d10c6c-13fe-4bfb-b832-c522d209281c), ShapeRef(_:d5bd9142-ce58-4844-8f99-cdde059a02d3), ShapeRef(_:de6d13b0-9350-42ef-9c76-978129ff87f1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1418154c-887c-4061-a1d4-b245d038579b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:53.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.721 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f6a17f91-183d-4279-81a8-23e40d497938=ShapeTyping(TypingMap(Map()))
18:12:53.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.722 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:53.635Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ac7b53ed-cf57-4694-801c-e52f5f7227c2],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:53.722 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ac7b53ed-cf57-4694-801c-e52f5f7227c2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:8e58b483-023e-4b3e-9542-66b8ebcc819c), ShapeRef(_:702ad9ce-0295-472b-ad57-26d493554720), ShapeRef(_:1418154c-887c-4061-a1d4-b245d038579b), ShapeRef(_:f6a17f91-183d-4279-81a8-23e40d497938), ShapeRef(_:ac7b53ed-cf57-4694-801c-e52f5f7227c2), ShapeRef(_:a1d10c6c-13fe-4bfb-b832-c522d209281c), ShapeRef(_:d5bd9142-ce58-4844-8f99-cdde059a02d3), ShapeRef(_:de6d13b0-9350-42ef-9c76-978129ff87f1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ac7b53ed-cf57-4694-801c-e52f5f7227c2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.723 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a1d10c6c-13fe-4bfb-b832-c522d209281c=ShapeTyping(TypingMap(Map()))
18:12:53.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.724 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d5bd9142-ce58-4844-8f99-cdde059a02d3=ShapeTyping(TypingMap(Map()))
18:12:53.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.724 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:de6d13b0-9350-42ef-9c76-978129ff87f1=ShapeTyping(TypingMap(Map()))
18:12:53.724 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:8e58b483-023e-4b3e-9542-66b8ebcc819c,_:702ad9ce-0295-472b-ad57-26d493554720,_:1418154c-887c-4061-a1d4-b245d038579b,_:f6a17f91-183d-4279-81a8-23e40d497938,_:ac7b53ed-cf57-4694-801c-e52f5f7227c2,_:a1d10c6c-13fe-4bfb-b832-c522d209281c,_:d5bd9142-ce58-4844-8f99-cdde059a02d3,_:de6d13b0-9350-42ef-9c76-978129ff87f1)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:ac7b53ed-cf57-4694-801c-e52f5f7227c2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8e58b483-023e-4b3e-9542-66b8ebcc819c,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:1418154c-887c-4061-a1d4-b245d038579b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:8e58b483-023e-4b3e-9542-66b8ebcc819c), ShapeRef(_:702ad9ce-0295-472b-ad57-26d493554720), ShapeRef(_:1418154c-887c-4061-a1d4-b245d038579b), ShapeRef(_:f6a17f91-183d-4279-81a8-23e40d497938), ShapeRef(_:ac7b53ed-cf57-4694-801c-e52f5f7227c2), ShapeRef(_:a1d10c6c-13fe-4bfb-b832-c522d209281c), ShapeRef(_:d5bd9142-ce58-4844-8f99-cdde059a02d3), ShapeRef(_:de6d13b0-9350-42ef-9c76-978129ff87f1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:702ad9ce-0295-472b-ad57-26d493554720,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.725 [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(_:ac7b53ed-cf57-4694-801c-e52f5f7227c2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8e58b483-023e-4b3e-9542-66b8ebcc819c,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:1418154c-887c-4061-a1d4-b245d038579b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:8e58b483-023e-4b3e-9542-66b8ebcc819c), ShapeRef(_:702ad9ce-0295-472b-ad57-26d493554720), ShapeRef(_:1418154c-887c-4061-a1d4-b245d038579b), ShapeRef(_:f6a17f91-183d-4279-81a8-23e40d497938), ShapeRef(_:ac7b53ed-cf57-4694-801c-e52f5f7227c2), ShapeRef(_:a1d10c6c-13fe-4bfb-b832-c522d209281c), ShapeRef(_:d5bd9142-ce58-4844-8f99-cdde059a02d3), ShapeRef(_:de6d13b0-9350-42ef-9c76-978129ff87f1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:702ad9ce-0295-472b-ad57-26d493554720,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.725 [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(_:ac7b53ed-cf57-4694-801c-e52f5f7227c2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8e58b483-023e-4b3e-9542-66b8ebcc819c,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:1418154c-887c-4061-a1d4-b245d038579b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:8e58b483-023e-4b3e-9542-66b8ebcc819c), ShapeRef(_:702ad9ce-0295-472b-ad57-26d493554720), ShapeRef(_:1418154c-887c-4061-a1d4-b245d038579b), ShapeRef(_:f6a17f91-183d-4279-81a8-23e40d497938), ShapeRef(_:ac7b53ed-cf57-4694-801c-e52f5f7227c2), ShapeRef(_:a1d10c6c-13fe-4bfb-b832-c522d209281c), ShapeRef(_:d5bd9142-ce58-4844-8f99-cdde059a02d3), ShapeRef(_:de6d13b0-9350-42ef-9c76-978129ff87f1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:702ad9ce-0295-472b-ad57-26d493554720,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d5bd9142-ce58-4844-8f99-cdde059a02d3 = 
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d5bd9142-ce58-4844-8f99-cdde059a02d3 = 
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d5bd9142-ce58-4844-8f99-cdde059a02d3: 
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a1d10c6c-13fe-4bfb-b832-c522d209281c = 
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a1d10c6c-13fe-4bfb-b832-c522d209281c = 
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a1d10c6c-13fe-4bfb-b832-c522d209281c: 
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ac7b53ed-cf57-4694-801c-e52f5f7227c2 = 
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ac7b53ed-cf57-4694-801c-e52f5f7227c2 = 
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ac7b53ed-cf57-4694-801c-e52f5f7227c2: 
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f6a17f91-183d-4279-81a8-23e40d497938 = 
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f6a17f91-183d-4279-81a8-23e40d497938 = 
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f6a17f91-183d-4279-81a8-23e40d497938: 
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1418154c-887c-4061-a1d4-b245d038579b = 
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1418154c-887c-4061-a1d4-b245d038579b = 
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1418154c-887c-4061-a1d4-b245d038579b: 
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:702ad9ce-0295-472b-ad57-26d493554720 = 
18:12:53.726 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:702ad9ce-0295-472b-ad57-26d493554720 = 
18:12:53.727 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:702ad9ce-0295-472b-ad57-26d493554720: 
18:12:53.727 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8e58b483-023e-4b3e-9542-66b8ebcc819c = 
18:12:53.727 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8e58b483-023e-4b3e-9542-66b8ebcc819c = 
18:12:53.727 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8e58b483-023e-4b3e-9542-66b8ebcc819c: 
18:12:53.728 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:53.798 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {e66c7189-4000-4023-9605-e6c5c68fe3c9 @rdf:rest ba087fc5-06e8-478e-9ecb-de9418139c59; e66c7189-4000-4023-9605-e6c5c68fe3c9 @rdf:first "B"; 90580174-5d42-488b-b31c-ab465977e5cf @sh:in d1e19bf3-40fa-4dcc-9863-e204c6198a9a; 90580174-5d42-488b-b31c-ab465977e5cf @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 90580174-5d42-488b-b31c-ab465977e5cf @rdf:type sh:Property; 864a2133-3580-4dad-9714-dcfb94050f14 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 864a2133-3580-4dad-9714-dcfb94050f14 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 864a2133-3580-4dad-9714-dcfb94050f14 @sh:path http://www.sampledomain.org/sam#integerProperty2; 864a2133-3580-4dad-9714-dcfb94050f14 @rdf:type sh:Property; d1e19bf3-40fa-4dcc-9863-e204c6198a9a @rdf:rest e66c7189-4000-4023-9605-e6c5c68fe3c9; d1e19bf3-40fa-4dcc-9863-e204c6198a9a @rdf:first "A"; 3d5bcafa-90bd-48db-b486-aec3fd2a1dac @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 3d5bcafa-90bd-48db-b486-aec3fd2a1dac @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 3d5bcafa-90bd-48db-b486-aec3fd2a1dac @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 3d5bcafa-90bd-48db-b486-aec3fd2a1dac @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 3d5bcafa-90bd-48db-b486-aec3fd2a1dac @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 3d5bcafa-90bd-48db-b486-aec3fd2a1dac @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty...} |  [e66c7189-4000-4023-9605-e6c5c68fe3c9, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ba087fc5-06e8-478e-9ecb-de9418139c59] [e66c7189-4000-4023-9605-e6c5c68fe3c9, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [90580174-5d42-488b-b31c-ab465977e5cf, http://www.w3.org/ns/shacl#in, d1e19bf3-40fa-4dcc-9863-e204c6198a9a] [90580174-5d42-488b-b31c-ab465977e5cf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [90580174-5d42-488b-b31c-ab465977e5cf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [864a2133-3580-4dad-9714-dcfb94050f14, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [864a2133-3580-4dad-9714-dcfb94050f14, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [864a2133-3580-4dad-9714-dcfb94050f14, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [864a2133-3580-4dad-9714-dcfb94050f14, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d1e19bf3-40fa-4dcc-9863-e204c6198a9a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e66c7189-4000-4023-9605-e6c5c68fe3c9] [d1e19bf3-40fa-4dcc-9863-e204c6198a9a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [3d5bcafa-90bd-48db-b486-aec3fd2a1dac, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3d5bcafa-90bd-48db-b486-aec3fd2a1dac, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3d5bcafa-90bd-48db-b486-aec3fd2a1dac, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3d5bcafa-90bd-48db-b486-aec3fd2a1dac, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3d5bcafa-90bd-48db-b486-aec3fd2a1dac, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3d5bcafa-90bd-48db-b486-aec3fd2a1dac, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [3d5bcafa-90bd-48db-b486-aec3fd2a1dac, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a4308319-7093-4c6c-9ca7-43d3102c36e2, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a4308319-7093-4c6c-9ca7-43d3102c36e2, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a4308319-7093-4c6c-9ca7-43d3102c36e2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [a4308319-7093-4c6c-9ca7-43d3102c36e2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ba087fc5-06e8-478e-9ecb-de9418139c59, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [ba087fc5-06e8-478e-9ecb-de9418139c59, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [603663ed-dc1c-47b8-bfd5-aba8a86426bd, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [603663ed-dc1c-47b8-bfd5-aba8a86426bd, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [603663ed-dc1c-47b8-bfd5-aba8a86426bd, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [603663ed-dc1c-47b8-bfd5-aba8a86426bd, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [603663ed-dc1c-47b8-bfd5-aba8a86426bd, http://www.w3.org/ns/shacl#pattern, "^B"] [603663ed-dc1c-47b8-bfd5-aba8a86426bd, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [603663ed-dc1c-47b8-bfd5-aba8a86426bd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [603663ed-dc1c-47b8-bfd5-aba8a86426bd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5197368c-b26d-4ecc-9e19-aeaa42357806, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5197368c-b26d-4ecc-9e19-aeaa42357806, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5197368c-b26d-4ecc-9e19-aeaa42357806, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [5197368c-b26d-4ecc-9e19-aeaa42357806, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6c64b165-03f2-4e7e-8ad8-9537e905237c, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6c64b165-03f2-4e7e-8ad8-9537e905237c, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6c64b165-03f2-4e7e-8ad8-9537e905237c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6c64b165-03f2-4e7e-8ad8-9537e905237c, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6c64b165-03f2-4e7e-8ad8-9537e905237c, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6c64b165-03f2-4e7e-8ad8-9537e905237c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [6c64b165-03f2-4e7e-8ad8-9537e905237c, 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, 3d5bcafa-90bd-48db-b486-aec3fd2a1dac] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a4308319-7093-4c6c-9ca7-43d3102c36e2] [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, 5197368c-b26d-4ecc-9e19-aeaa42357806] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 864a2133-3580-4dad-9714-dcfb94050f14] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6c64b165-03f2-4e7e-8ad8-9537e905237c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 603663ed-dc1c-47b8-bfd5-aba8a86426bd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 90580174-5d42-488b-b31c-ab465977e5cf]>
18:12:53.799 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:53.800 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:53.802 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:90580174-5d42-488b-b31c-ab465977e5cf,_:5197368c-b26d-4ecc-9e19-aeaa42357806,_:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb,_:a4308319-7093-4c6c-9ca7-43d3102c36e2,_:6c64b165-03f2-4e7e-8ad8-9537e905237c,_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac,_:603663ed-dc1c-47b8-bfd5-aba8a86426bd,_:864a2133-3580-4dad-9714-dcfb94050f14. Pending nodes: 
18:12:53.803 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:90580174-5d42-488b-b31c-ab465977e5cf
18:12:53.804 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5197368c-b26d-4ecc-9e19-aeaa42357806
18:12:53.805 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb
18:12:53.806 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a4308319-7093-4c6c-9ca7-43d3102c36e2
18:12:53.807 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6c64b165-03f2-4e7e-8ad8-9537e905237c
18:12:53.809 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3d5bcafa-90bd-48db-b486-aec3fd2a1dac
18:12:53.811 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:603663ed-dc1c-47b8-bfd5-aba8a86426bd
18:12:53.812 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:864a2133-3580-4dad-9714-dcfb94050f14
18:12:53.813 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:864a2133-3580-4dad-9714-dcfb94050f14
18:12:53.813 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:53.813 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:603663ed-dc1c-47b8-bfd5-aba8a86426bd
18:12:53.813 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3d5bcafa-90bd-48db-b486-aec3fd2a1dac
18:12:53.813 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6c64b165-03f2-4e7e-8ad8-9537e905237c
18:12:53.813 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a4308319-7093-4c6c-9ca7-43d3102c36e2
18:12:53.813 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb
18:12:53.813 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5197368c-b26d-4ecc-9e19-aeaa42357806
18:12:53.813 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:90580174-5d42-488b-b31c-ab465977e5cf
18:12:53.813 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:864a2133-3580-4dad-9714-dcfb94050f14 = 
18:12:53.814 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:864a2133-3580-4dad-9714-dcfb94050f14 = 
18:12:53.814 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:864a2133-3580-4dad-9714-dcfb94050f14: 
18:12:53.814 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:53.814 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:53.814 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:53.814 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:53.814 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:53.814 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:90580174-5d42-488b-b31c-ab465977e5cf,_:5197368c-b26d-4ecc-9e19-aeaa42357806,_:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb,_:a4308319-7093-4c6c-9ca7-43d3102c36e2,_:6c64b165-03f2-4e7e-8ad8-9537e905237c,_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac,_:603663ed-dc1c-47b8-bfd5-aba8a86426bd,_:864a2133-3580-4dad-9714-dcfb94050f14)
18:12:53.814 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:90580174-5d42-488b-b31c-ab465977e5cf)
18:12:53.814 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5197368c-b26d-4ecc-9e19-aeaa42357806)
18:12:53.814 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb)
18:12:53.814 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a4308319-7093-4c6c-9ca7-43d3102c36e2)
18:12:53.814 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6c64b165-03f2-4e7e-8ad8-9537e905237c)
18:12:53.814 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac)
18:12:53.814 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:603663ed-dc1c-47b8-bfd5-aba8a86426bd)
18:12:53.814 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:864a2133-3580-4dad-9714-dcfb94050f14)
18:12:53.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.815 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:90580174-5d42-488b-b31c-ab465977e5cf=ShapeTyping(TypingMap(Map()))
18:12:53.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.816 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:53.731Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5197368c-b26d-4ecc-9e19-aeaa42357806],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:53.816 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5197368c-b26d-4ecc-9e19-aeaa42357806=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:90580174-5d42-488b-b31c-ab465977e5cf), ShapeRef(_:5197368c-b26d-4ecc-9e19-aeaa42357806), ShapeRef(_:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb), ShapeRef(_:a4308319-7093-4c6c-9ca7-43d3102c36e2), ShapeRef(_:6c64b165-03f2-4e7e-8ad8-9537e905237c), ShapeRef(_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac), ShapeRef(_:603663ed-dc1c-47b8-bfd5-aba8a86426bd), ShapeRef(_:864a2133-3580-4dad-9714-dcfb94050f14)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5197368c-b26d-4ecc-9e19-aeaa42357806,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.817 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb=ShapeTyping(TypingMap(Map()))
18:12:53.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.818 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a4308319-7093-4c6c-9ca7-43d3102c36e2=ShapeTyping(TypingMap(Map()))
18:12:53.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.819 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6c64b165-03f2-4e7e-8ad8-9537e905237c],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:53.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.823 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6c64b165-03f2-4e7e-8ad8-9537e905237c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:90580174-5d42-488b-b31c-ab465977e5cf), ShapeRef(_:5197368c-b26d-4ecc-9e19-aeaa42357806), ShapeRef(_:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb), ShapeRef(_:a4308319-7093-4c6c-9ca7-43d3102c36e2), ShapeRef(_:6c64b165-03f2-4e7e-8ad8-9537e905237c), ShapeRef(_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac), ShapeRef(_:603663ed-dc1c-47b8-bfd5-aba8a86426bd), ShapeRef(_:864a2133-3580-4dad-9714-dcfb94050f14)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6c64b165-03f2-4e7e-8ad8-9537e905237c,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.824 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:53.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.825 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:90580174-5d42-488b-b31c-ab465977e5cf), ShapeRef(_:5197368c-b26d-4ecc-9e19-aeaa42357806), ShapeRef(_:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb), ShapeRef(_:a4308319-7093-4c6c-9ca7-43d3102c36e2), ShapeRef(_:6c64b165-03f2-4e7e-8ad8-9537e905237c), ShapeRef(_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac), ShapeRef(_:603663ed-dc1c-47b8-bfd5-aba8a86426bd), ShapeRef(_:864a2133-3580-4dad-9714-dcfb94050f14)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:53.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.827 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Betwee"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:603663ed-dc1c-47b8-bfd5-aba8a86426bd],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:53.828 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:603663ed-dc1c-47b8-bfd5-aba8a86426bd=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:90580174-5d42-488b-b31c-ab465977e5cf), ShapeRef(_:5197368c-b26d-4ecc-9e19-aeaa42357806), ShapeRef(_:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb), ShapeRef(_:a4308319-7093-4c6c-9ca7-43d3102c36e2), ShapeRef(_:6c64b165-03f2-4e7e-8ad8-9537e905237c), ShapeRef(_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac), ShapeRef(_:603663ed-dc1c-47b8-bfd5-aba8a86426bd), ShapeRef(_:864a2133-3580-4dad-9714-dcfb94050f14)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:603663ed-dc1c-47b8-bfd5-aba8a86426bd,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Betwee": LiteralValue("minLength violation. Expected length("Betwee") >= 7"))))))))
18:12:53.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.828 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:864a2133-3580-4dad-9714-dcfb94050f14=ShapeTyping(TypingMap(Map()))
18:12:53.829 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:90580174-5d42-488b-b31c-ab465977e5cf,_:5197368c-b26d-4ecc-9e19-aeaa42357806,_:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb,_:a4308319-7093-4c6c-9ca7-43d3102c36e2,_:6c64b165-03f2-4e7e-8ad8-9537e905237c,_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac,_:603663ed-dc1c-47b8-bfd5-aba8a86426bd,_:864a2133-3580-4dad-9714-dcfb94050f14)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:603663ed-dc1c-47b8-bfd5-aba8a86426bd,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(_:6c64b165-03f2-4e7e-8ad8-9537e905237c,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:5197368c-b26d-4ecc-9e19-aeaa42357806,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:90580174-5d42-488b-b31c-ab465977e5cf), ShapeRef(_:5197368c-b26d-4ecc-9e19-aeaa42357806), ShapeRef(_:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb), ShapeRef(_:a4308319-7093-4c6c-9ca7-43d3102c36e2), ShapeRef(_:6c64b165-03f2-4e7e-8ad8-9537e905237c), ShapeRef(_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac), ShapeRef(_:603663ed-dc1c-47b8-bfd5-aba8a86426bd), ShapeRef(_:864a2133-3580-4dad-9714-dcfb94050f14)),false,List()) -> TypingResult(Valid(List()))))))
18:12:53.829 [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(_:603663ed-dc1c-47b8-bfd5-aba8a86426bd,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(_:6c64b165-03f2-4e7e-8ad8-9537e905237c,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:5197368c-b26d-4ecc-9e19-aeaa42357806,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:90580174-5d42-488b-b31c-ab465977e5cf), ShapeRef(_:5197368c-b26d-4ecc-9e19-aeaa42357806), ShapeRef(_:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb), ShapeRef(_:a4308319-7093-4c6c-9ca7-43d3102c36e2), ShapeRef(_:6c64b165-03f2-4e7e-8ad8-9537e905237c), ShapeRef(_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac), ShapeRef(_:603663ed-dc1c-47b8-bfd5-aba8a86426bd), ShapeRef(_:864a2133-3580-4dad-9714-dcfb94050f14)),false,List()) -> TypingResult(Valid(List()))))))
18:12:53.829 [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(_:603663ed-dc1c-47b8-bfd5-aba8a86426bd,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(_:6c64b165-03f2-4e7e-8ad8-9537e905237c,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:5197368c-b26d-4ecc-9e19-aeaa42357806,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:90580174-5d42-488b-b31c-ab465977e5cf), ShapeRef(_:5197368c-b26d-4ecc-9e19-aeaa42357806), ShapeRef(_:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb), ShapeRef(_:a4308319-7093-4c6c-9ca7-43d3102c36e2), ShapeRef(_:6c64b165-03f2-4e7e-8ad8-9537e905237c), ShapeRef(_:3d5bcafa-90bd-48db-b486-aec3fd2a1dac), ShapeRef(_:603663ed-dc1c-47b8-bfd5-aba8a86426bd), ShapeRef(_:864a2133-3580-4dad-9714-dcfb94050f14)),false,List()) -> TypingResult(Valid(List()))))))
18:12:53.829 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:603663ed-dc1c-47b8-bfd5-aba8a86426bd = 
18:12:53.829 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:603663ed-dc1c-47b8-bfd5-aba8a86426bd = 
18:12:53.829 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:603663ed-dc1c-47b8-bfd5-aba8a86426bd: 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3d5bcafa-90bd-48db-b486-aec3fd2a1dac = 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3d5bcafa-90bd-48db-b486-aec3fd2a1dac = 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3d5bcafa-90bd-48db-b486-aec3fd2a1dac: 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6c64b165-03f2-4e7e-8ad8-9537e905237c = 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6c64b165-03f2-4e7e-8ad8-9537e905237c = 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6c64b165-03f2-4e7e-8ad8-9537e905237c: 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a4308319-7093-4c6c-9ca7-43d3102c36e2 = 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a4308319-7093-4c6c-9ca7-43d3102c36e2 = 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a4308319-7093-4c6c-9ca7-43d3102c36e2: 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb = 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb = 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fa003cd5-f6fd-4ff0-bd36-f63f6dbc70cb: 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5197368c-b26d-4ecc-9e19-aeaa42357806 = 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5197368c-b26d-4ecc-9e19-aeaa42357806 = 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5197368c-b26d-4ecc-9e19-aeaa42357806: 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:90580174-5d42-488b-b31c-ab465977e5cf = 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:90580174-5d42-488b-b31c-ab465977e5cf = 
18:12:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:90580174-5d42-488b-b31c-ab465977e5cf: 
18:12:53.832 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T18:12:53.895Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
18:12:53.903 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:12:53.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-09T18:12:53.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:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh: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: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> .
18:12:53.904 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {ed1c60ff-ab42-46b2-aec7-c514f21793f4 @sh:in 82786471-c535-47db-8e93-2c9248a4f8d4; ed1c60ff-ab42-46b2-aec7-c514f21793f4 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; ed1c60ff-ab42-46b2-aec7-c514f21793f4 @rdf:type sh:Property; 96db3c11-8aab-4bab-9148-521f35f9e0b3 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 96db3c11-8aab-4bab-9148-521f35f9e0b3 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 96db3c11-8aab-4bab-9148-521f35f9e0b3 @sh:path http://www.sampledomain.org/sam#integerProperty2; 96db3c11-8aab-4bab-9148-521f35f9e0b3 @rdf:type sh:Property; 760505d1-ef2e-4757-b068-76db926531b8 @rdf:rest e7916bcd-12c0-4233-b609-8d1999b02a19; 760505d1-ef2e-4757-b068-76db926531b8 @rdf:first "B"; de3498b7-3e77-44a2-900c-53e4fb350c87 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; de3498b7-3e77-44a2-900c-53e4fb350c87 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; de3498b7-3e77-44a2-900c-53e4fb350c87 @sh:path http://www.sampledomain.org/sam#integerProperty3; de3498b7-3e77-44a2-900c-53e4fb350c87 @rdf:type sh:Property; e7916bcd-12c0-4233-b609-8d1999b02a19 @rdf:rest rdf:nil; e7916bcd-12c0-4233-b609-8d1999b02a19 @rdf:first "C"; d0192f5c-e7c4-41e3-82af-510b2c39eb3a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; d0192f5c-e7c4-41e3-82af-510b2c39eb3a @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [ed1c60ff-ab42-46b2-aec7-c514f21793f4, http://www.w3.org/ns/shacl#in, 82786471-c535-47db-8e93-2c9248a4f8d4] [ed1c60ff-ab42-46b2-aec7-c514f21793f4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [ed1c60ff-ab42-46b2-aec7-c514f21793f4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [96db3c11-8aab-4bab-9148-521f35f9e0b3, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [96db3c11-8aab-4bab-9148-521f35f9e0b3, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [96db3c11-8aab-4bab-9148-521f35f9e0b3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [96db3c11-8aab-4bab-9148-521f35f9e0b3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [760505d1-ef2e-4757-b068-76db926531b8, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e7916bcd-12c0-4233-b609-8d1999b02a19] [760505d1-ef2e-4757-b068-76db926531b8, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [de3498b7-3e77-44a2-900c-53e4fb350c87, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [de3498b7-3e77-44a2-900c-53e4fb350c87, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [de3498b7-3e77-44a2-900c-53e4fb350c87, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [de3498b7-3e77-44a2-900c-53e4fb350c87, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e7916bcd-12c0-4233-b609-8d1999b02a19, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [e7916bcd-12c0-4233-b609-8d1999b02a19, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [d0192f5c-e7c4-41e3-82af-510b2c39eb3a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d0192f5c-e7c4-41e3-82af-510b2c39eb3a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d0192f5c-e7c4-41e3-82af-510b2c39eb3a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d0192f5c-e7c4-41e3-82af-510b2c39eb3a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d0192f5c-e7c4-41e3-82af-510b2c39eb3a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d0192f5c-e7c4-41e3-82af-510b2c39eb3a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [d0192f5c-e7c4-41e3-82af-510b2c39eb3a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [82786471-c535-47db-8e93-2c9248a4f8d4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 760505d1-ef2e-4757-b068-76db926531b8] [82786471-c535-47db-8e93-2c9248a4f8d4, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [af9e3bc4-dc29-41d1-be80-933e326c35b4, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [af9e3bc4-dc29-41d1-be80-933e326c35b4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [af9e3bc4-dc29-41d1-be80-933e326c35b4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e48a407e-b17e-48f9-bb0c-b3c73fe75f52, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e48a407e-b17e-48f9-bb0c-b3c73fe75f52, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e48a407e-b17e-48f9-bb0c-b3c73fe75f52, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [e48a407e-b17e-48f9-bb0c-b3c73fe75f52, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [e48a407e-b17e-48f9-bb0c-b3c73fe75f52, http://www.w3.org/ns/shacl#pattern, "^B"] [e48a407e-b17e-48f9-bb0c-b3c73fe75f52, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [e48a407e-b17e-48f9-bb0c-b3c73fe75f52, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [e48a407e-b17e-48f9-bb0c-b3c73fe75f52, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1c71b622-845d-4ef4-afc8-324274ce8e9a, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1c71b622-845d-4ef4-afc8-324274ce8e9a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1c71b622-845d-4ef4-afc8-324274ce8e9a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1c71b622-845d-4ef4-afc8-324274ce8e9a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1c71b622-845d-4ef4-afc8-324274ce8e9a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1c71b622-845d-4ef4-afc8-324274ce8e9a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [1c71b622-845d-4ef4-afc8-324274ce8e9a, 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, de3498b7-3e77-44a2-900c-53e4fb350c87] [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, ed1c60ff-ab42-46b2-aec7-c514f21793f4] [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, e48a407e-b17e-48f9-bb0c-b3c73fe75f52] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, af9e3bc4-dc29-41d1-be80-933e326c35b4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1c71b622-845d-4ef4-afc8-324274ce8e9a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d0192f5c-e7c4-41e3-82af-510b2c39eb3a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 96db3c11-8aab-4bab-9148-521f35f9e0b3] [fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
18:12:53.905 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:53.906 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:53.908 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:96db3c11-8aab-4bab-9148-521f35f9e0b3,_:af9e3bc4-dc29-41d1-be80-933e326c35b4,_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52,_:ed1c60ff-ab42-46b2-aec7-c514f21793f4,_:1c71b622-845d-4ef4-afc8-324274ce8e9a,_:de3498b7-3e77-44a2-900c-53e4fb350c87,_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c,_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a. Pending nodes: 
18:12:53.908 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:96db3c11-8aab-4bab-9148-521f35f9e0b3
18:12:53.909 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:af9e3bc4-dc29-41d1-be80-933e326c35b4
18:12:53.910 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e48a407e-b17e-48f9-bb0c-b3c73fe75f52
18:12:53.912 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ed1c60ff-ab42-46b2-aec7-c514f21793f4
18:12:53.912 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1c71b622-845d-4ef4-afc8-324274ce8e9a
18:12:53.914 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:de3498b7-3e77-44a2-900c-53e4fb350c87
18:12:53.915 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c
18:12:53.916 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d0192f5c-e7c4-41e3-82af-510b2c39eb3a
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d0192f5c-e7c4-41e3-82af-510b2c39eb3a
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:de3498b7-3e77-44a2-900c-53e4fb350c87
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1c71b622-845d-4ef4-afc8-324274ce8e9a
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ed1c60ff-ab42-46b2-aec7-c514f21793f4
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e48a407e-b17e-48f9-bb0c-b3c73fe75f52
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:af9e3bc4-dc29-41d1-be80-933e326c35b4
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:96db3c11-8aab-4bab-9148-521f35f9e0b3
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d0192f5c-e7c4-41e3-82af-510b2c39eb3a = 
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d0192f5c-e7c4-41e3-82af-510b2c39eb3a = 
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d0192f5c-e7c4-41e3-82af-510b2c39eb3a: 
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c = 
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c = 
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c: 
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:53.917 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:53.918 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:53.918 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:53.918 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:53.918 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:96db3c11-8aab-4bab-9148-521f35f9e0b3,_:af9e3bc4-dc29-41d1-be80-933e326c35b4,_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52,_:ed1c60ff-ab42-46b2-aec7-c514f21793f4,_:1c71b622-845d-4ef4-afc8-324274ce8e9a,_:de3498b7-3e77-44a2-900c-53e4fb350c87,_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c,_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a)
18:12:53.918 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:96db3c11-8aab-4bab-9148-521f35f9e0b3)
18:12:53.918 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:af9e3bc4-dc29-41d1-be80-933e326c35b4)
18:12:53.918 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52)
18:12:53.918 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ed1c60ff-ab42-46b2-aec7-c514f21793f4)
18:12:53.918 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1c71b622-845d-4ef4-afc8-324274ce8e9a)
18:12:53.918 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:de3498b7-3e77-44a2-900c-53e4fb350c87)
18:12:53.918 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c)
18:12:53.918 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a)
18:12:53.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.919 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:96db3c11-8aab-4bab-9148-521f35f9e0b3=ShapeTyping(TypingMap(Map()))
18:12:53.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.919 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:af9e3bc4-dc29-41d1-be80-933e326c35b4=ShapeTyping(TypingMap(Map()))
18:12:53.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.920 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.920 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.921 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.921 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.921 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.921 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.922 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:53.922 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:96db3c11-8aab-4bab-9148-521f35f9e0b3), ShapeRef(_:af9e3bc4-dc29-41d1-be80-933e326c35b4), ShapeRef(_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52), ShapeRef(_:ed1c60ff-ab42-46b2-aec7-c514f21793f4), ShapeRef(_:1c71b622-845d-4ef4-afc8-324274ce8e9a), ShapeRef(_:de3498b7-3e77-44a2-900c-53e4fb350c87), ShapeRef(_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c), ShapeRef(_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.923 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ed1c60ff-ab42-46b2-aec7-c514f21793f4=ShapeTyping(TypingMap(Map()))
18:12:53.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.924 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1c71b622-845d-4ef4-afc8-324274ce8e9a],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:53.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.924 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1c71b622-845d-4ef4-afc8-324274ce8e9a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:96db3c11-8aab-4bab-9148-521f35f9e0b3), ShapeRef(_:af9e3bc4-dc29-41d1-be80-933e326c35b4), ShapeRef(_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52), ShapeRef(_:ed1c60ff-ab42-46b2-aec7-c514f21793f4), ShapeRef(_:1c71b622-845d-4ef4-afc8-324274ce8e9a), ShapeRef(_:de3498b7-3e77-44a2-900c-53e4fb350c87), ShapeRef(_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c), ShapeRef(_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1c71b622-845d-4ef4-afc8-324274ce8e9a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.925 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:de3498b7-3e77-44a2-900c-53e4fb350c87=ShapeTyping(TypingMap(Map()))
18:12:53.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.926 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:53.895Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:53.926 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:96db3c11-8aab-4bab-9148-521f35f9e0b3), ShapeRef(_:af9e3bc4-dc29-41d1-be80-933e326c35b4), ShapeRef(_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52), ShapeRef(_:ed1c60ff-ab42-46b2-aec7-c514f21793f4), ShapeRef(_:1c71b622-845d-4ef4-afc8-324274ce8e9a), ShapeRef(_:de3498b7-3e77-44a2-900c-53e4fb350c87), ShapeRef(_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c), ShapeRef(_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.927 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:53.928 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.928 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:53.928 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:96db3c11-8aab-4bab-9148-521f35f9e0b3), ShapeRef(_:af9e3bc4-dc29-41d1-be80-933e326c35b4), ShapeRef(_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52), ShapeRef(_:ed1c60ff-ab42-46b2-aec7-c514f21793f4), ShapeRef(_:1c71b622-845d-4ef4-afc8-324274ce8e9a), ShapeRef(_:de3498b7-3e77-44a2-900c-53e4fb350c87), ShapeRef(_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c), ShapeRef(_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:53.928 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:96db3c11-8aab-4bab-9148-521f35f9e0b3,_:af9e3bc4-dc29-41d1-be80-933e326c35b4,_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52,_:ed1c60ff-ab42-46b2-aec7-c514f21793f4,_:1c71b622-845d-4ef4-afc8-324274ce8e9a,_:de3498b7-3e77-44a2-900c-53e4fb350c87,_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c,_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:96db3c11-8aab-4bab-9148-521f35f9e0b3), ShapeRef(_:af9e3bc4-dc29-41d1-be80-933e326c35b4), ShapeRef(_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52), ShapeRef(_:ed1c60ff-ab42-46b2-aec7-c514f21793f4), ShapeRef(_:1c71b622-845d-4ef4-afc8-324274ce8e9a), ShapeRef(_:de3498b7-3e77-44a2-900c-53e4fb350c87), ShapeRef(_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c), ShapeRef(_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1c71b622-845d-4ef4-afc8-324274ce8e9a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.929 [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(_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:96db3c11-8aab-4bab-9148-521f35f9e0b3), ShapeRef(_:af9e3bc4-dc29-41d1-be80-933e326c35b4), ShapeRef(_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52), ShapeRef(_:ed1c60ff-ab42-46b2-aec7-c514f21793f4), ShapeRef(_:1c71b622-845d-4ef4-afc8-324274ce8e9a), ShapeRef(_:de3498b7-3e77-44a2-900c-53e4fb350c87), ShapeRef(_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c), ShapeRef(_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1c71b622-845d-4ef4-afc8-324274ce8e9a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.929 [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(_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:96db3c11-8aab-4bab-9148-521f35f9e0b3), ShapeRef(_:af9e3bc4-dc29-41d1-be80-933e326c35b4), ShapeRef(_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52), ShapeRef(_:ed1c60ff-ab42-46b2-aec7-c514f21793f4), ShapeRef(_:1c71b622-845d-4ef4-afc8-324274ce8e9a), ShapeRef(_:de3498b7-3e77-44a2-900c-53e4fb350c87), ShapeRef(_:fb5de12c-a9d0-4d0d-a52c-6c21c3ac5c1c), ShapeRef(_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1c71b622-845d-4ef4-afc8-324274ce8e9a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:d0192f5c-e7c4-41e3-82af-510b2c39eb3a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:e48a407e-b17e-48f9-bb0c-b3c73fe75f52,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:de3498b7-3e77-44a2-900c-53e4fb350c87 = 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:de3498b7-3e77-44a2-900c-53e4fb350c87 = 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:de3498b7-3e77-44a2-900c-53e4fb350c87: 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1c71b622-845d-4ef4-afc8-324274ce8e9a = 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1c71b622-845d-4ef4-afc8-324274ce8e9a = 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1c71b622-845d-4ef4-afc8-324274ce8e9a: 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ed1c60ff-ab42-46b2-aec7-c514f21793f4 = 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ed1c60ff-ab42-46b2-aec7-c514f21793f4 = 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ed1c60ff-ab42-46b2-aec7-c514f21793f4: 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e48a407e-b17e-48f9-bb0c-b3c73fe75f52 = 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e48a407e-b17e-48f9-bb0c-b3c73fe75f52 = 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e48a407e-b17e-48f9-bb0c-b3c73fe75f52: 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:af9e3bc4-dc29-41d1-be80-933e326c35b4 = 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:af9e3bc4-dc29-41d1-be80-933e326c35b4 = 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:af9e3bc4-dc29-41d1-be80-933e326c35b4: 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:96db3c11-8aab-4bab-9148-521f35f9e0b3 = 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:96db3c11-8aab-4bab-9148-521f35f9e0b3 = 
18:12:53.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:96db3c11-8aab-4bab-9148-521f35f9e0b3: 
18:12:53.931 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T18:12:53.933Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anIntegerProperty>
                2 ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
18:12:53.996 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anIntegerProperty "2"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:12:53.933Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anIntegerProperty, "2"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:12:53.933Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:53.996 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1 @sh:class http://www.sampledomain.org/sam#AnotherResource; 4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1 @rdf:type sh:Property; 333e9a03-c9d0-474d-ac8f-c628cb712c1f @rdf:rest rdf:nil; 333e9a03-c9d0-474d-ac8f-c628cb712c1f @rdf:first "C"; 9d14bb27-1b5d-43fe-8bed-032ca37a77a7 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 9d14bb27-1b5d-43fe-8bed-032ca37a77a7 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 9d14bb27-1b5d-43fe-8bed-032ca37a77a7 @sh:path http://www.sampledomain.org/sam#integerProperty3; 9d14bb27-1b5d-43fe-8bed-032ca37a77a7 @rdf:type sh:Property; 489e5b36-339d-4a02-b4f0-ac805504c3d5 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 489e5b36-339d-4a02-b4f0-ac805504c3d5 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 489e5b36-339d-4a02-b4f0-ac805504c3d5 @sh:path http://www.sampledomain.org/sam#integerProperty2; 489e5b36-339d-4a02-b4f0-ac805504c3d5 @rdf:type sh:Property; 20e0150c-7f3f-474f-92eb-fba5b962c4e2 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 20e0150c-7f3f-474f-92eb-fba5b962c4e2 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 20e0150c-7f3f-474f-92eb-fba5b962c4e2 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 20e0150c-7f3f-474f-92eb-fba5b962c4e2 @rdf:type sh:Property...} |  [4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [333e9a03-c9d0-474d-ac8f-c628cb712c1f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [333e9a03-c9d0-474d-ac8f-c628cb712c1f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [9d14bb27-1b5d-43fe-8bed-032ca37a77a7, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9d14bb27-1b5d-43fe-8bed-032ca37a77a7, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9d14bb27-1b5d-43fe-8bed-032ca37a77a7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [9d14bb27-1b5d-43fe-8bed-032ca37a77a7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [489e5b36-339d-4a02-b4f0-ac805504c3d5, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [489e5b36-339d-4a02-b4f0-ac805504c3d5, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [489e5b36-339d-4a02-b4f0-ac805504c3d5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [489e5b36-339d-4a02-b4f0-ac805504c3d5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [20e0150c-7f3f-474f-92eb-fba5b962c4e2, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [20e0150c-7f3f-474f-92eb-fba5b962c4e2, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [20e0150c-7f3f-474f-92eb-fba5b962c4e2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [20e0150c-7f3f-474f-92eb-fba5b962c4e2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [37e8995f-523a-497a-bd62-e56410fb89f1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 333e9a03-c9d0-474d-ac8f-c628cb712c1f] [37e8995f-523a-497a-bd62-e56410fb89f1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [4902e552-7d42-46a3-90f7-206bcffeabc0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 37e8995f-523a-497a-bd62-e56410fb89f1] [4902e552-7d42-46a3-90f7-206bcffeabc0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [27c38def-339e-4c2c-a448-e62e59793227, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [27c38def-339e-4c2c-a448-e62e59793227, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [27c38def-339e-4c2c-a448-e62e59793227, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [27c38def-339e-4c2c-a448-e62e59793227, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [27c38def-339e-4c2c-a448-e62e59793227, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [27c38def-339e-4c2c-a448-e62e59793227, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [27c38def-339e-4c2c-a448-e62e59793227, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a7adb04f-3398-4eb4-855d-918945752d63, http://www.w3.org/ns/shacl#in, 4902e552-7d42-46a3-90f7-206bcffeabc0] [a7adb04f-3398-4eb4-855d-918945752d63, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [a7adb04f-3398-4eb4-855d-918945752d63, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [eb059b83-cb6b-4fe3-a4e1-b67adbddd537, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [eb059b83-cb6b-4fe3-a4e1-b67adbddd537, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [eb059b83-cb6b-4fe3-a4e1-b67adbddd537, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [eb059b83-cb6b-4fe3-a4e1-b67adbddd537, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [eb059b83-cb6b-4fe3-a4e1-b67adbddd537, http://www.w3.org/ns/shacl#pattern, "^B"] [eb059b83-cb6b-4fe3-a4e1-b67adbddd537, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [eb059b83-cb6b-4fe3-a4e1-b67adbddd537, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [eb059b83-cb6b-4fe3-a4e1-b67adbddd537, 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, 489e5b36-339d-4a02-b4f0-ac805504c3d5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 27c38def-339e-4c2c-a448-e62e59793227] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9d14bb27-1b5d-43fe-8bed-032ca37a77a7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 20e0150c-7f3f-474f-92eb-fba5b962c4e2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, eb059b83-cb6b-4fe3-a4e1-b67adbddd537] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a7adb04f-3398-4eb4-855d-918945752d63] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "true"^^http://www.w3.org/2001/XMLSchema#boolean]>
18:12:53.997 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:53.998 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:53.999 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:9d14bb27-1b5d-43fe-8bed-032ca37a77a7,_:489e5b36-339d-4a02-b4f0-ac805504c3d5,_:a7adb04f-3398-4eb4-855d-918945752d63,_:20e0150c-7f3f-474f-92eb-fba5b962c4e2,_:4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1,_:eb059b83-cb6b-4fe3-a4e1-b67adbddd537,_:27c38def-339e-4c2c-a448-e62e59793227. Pending nodes: 
18:12:54.000 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9d14bb27-1b5d-43fe-8bed-032ca37a77a7
18:12:54.001 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:489e5b36-339d-4a02-b4f0-ac805504c3d5
18:12:54.001 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a7adb04f-3398-4eb4-855d-918945752d63
18:12:54.002 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:20e0150c-7f3f-474f-92eb-fba5b962c4e2
18:12:54.003 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1
18:12:54.004 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:eb059b83-cb6b-4fe3-a4e1-b67adbddd537
18:12:54.005 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:27c38def-339e-4c2c-a448-e62e59793227
18:12:54.006 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:27c38def-339e-4c2c-a448-e62e59793227
18:12:54.006 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:54.006 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:eb059b83-cb6b-4fe3-a4e1-b67adbddd537
18:12:54.006 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1
18:12:54.006 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:20e0150c-7f3f-474f-92eb-fba5b962c4e2
18:12:54.006 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a7adb04f-3398-4eb4-855d-918945752d63
18:12:54.006 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:489e5b36-339d-4a02-b4f0-ac805504c3d5
18:12:54.006 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9d14bb27-1b5d-43fe-8bed-032ca37a77a7
18:12:54.007 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:27c38def-339e-4c2c-a448-e62e59793227 = 
18:12:54.007 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:27c38def-339e-4c2c-a448-e62e59793227 = 
18:12:54.007 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:27c38def-339e-4c2c-a448-e62e59793227: 
18:12:54.007 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:54.007 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:54.007 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:54.007 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:54.007 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:54.007 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9d14bb27-1b5d-43fe-8bed-032ca37a77a7,_:489e5b36-339d-4a02-b4f0-ac805504c3d5,_:a7adb04f-3398-4eb4-855d-918945752d63,_:20e0150c-7f3f-474f-92eb-fba5b962c4e2,_:4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1,_:eb059b83-cb6b-4fe3-a4e1-b67adbddd537,_:27c38def-339e-4c2c-a448-e62e59793227)
18:12:54.007 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9d14bb27-1b5d-43fe-8bed-032ca37a77a7)
18:12:54.007 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:489e5b36-339d-4a02-b4f0-ac805504c3d5)
18:12:54.007 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a7adb04f-3398-4eb4-855d-918945752d63)
18:12:54.007 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:20e0150c-7f3f-474f-92eb-fba5b962c4e2)
18:12:54.007 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1)
18:12:54.007 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eb059b83-cb6b-4fe3-a4e1-b67adbddd537)
18:12:54.007 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:27c38def-339e-4c2c-a448-e62e59793227)
18:12:54.007 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.007 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.008 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9d14bb27-1b5d-43fe-8bed-032ca37a77a7=ShapeTyping(TypingMap(Map()))
18:12:54.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.009 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:489e5b36-339d-4a02-b4f0-ac805504c3d5=ShapeTyping(TypingMap(Map()))
18:12:54.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.009 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a7adb04f-3398-4eb4-855d-918945752d63=ShapeTyping(TypingMap(Map()))
18:12:54.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.010 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:53.933Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:20e0150c-7f3f-474f-92eb-fba5b962c4e2],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:54.010 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:20e0150c-7f3f-474f-92eb-fba5b962c4e2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9d14bb27-1b5d-43fe-8bed-032ca37a77a7), ShapeRef(_:489e5b36-339d-4a02-b4f0-ac805504c3d5), ShapeRef(_:a7adb04f-3398-4eb4-855d-918945752d63), ShapeRef(_:20e0150c-7f3f-474f-92eb-fba5b962c4e2), ShapeRef(_:4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1), ShapeRef(_:eb059b83-cb6b-4fe3-a4e1-b67adbddd537), ShapeRef(_:27c38def-339e-4c2c-a448-e62e59793227)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:20e0150c-7f3f-474f-92eb-fba5b962c4e2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.011 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1=ShapeTyping(TypingMap(Map()))
18:12:54.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.013 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:eb059b83-cb6b-4fe3-a4e1-b67adbddd537],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:54.013 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eb059b83-cb6b-4fe3-a4e1-b67adbddd537=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9d14bb27-1b5d-43fe-8bed-032ca37a77a7), ShapeRef(_:489e5b36-339d-4a02-b4f0-ac805504c3d5), ShapeRef(_:a7adb04f-3398-4eb4-855d-918945752d63), ShapeRef(_:20e0150c-7f3f-474f-92eb-fba5b962c4e2), ShapeRef(_:4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1), ShapeRef(_:eb059b83-cb6b-4fe3-a4e1-b67adbddd537), ShapeRef(_:27c38def-339e-4c2c-a448-e62e59793227)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:eb059b83-cb6b-4fe3-a4e1-b67adbddd537,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.014 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:27c38def-339e-4c2c-a448-e62e59793227],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:54.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.015 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:27c38def-339e-4c2c-a448-e62e59793227=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9d14bb27-1b5d-43fe-8bed-032ca37a77a7), ShapeRef(_:489e5b36-339d-4a02-b4f0-ac805504c3d5), ShapeRef(_:a7adb04f-3398-4eb4-855d-918945752d63), ShapeRef(_:20e0150c-7f3f-474f-92eb-fba5b962c4e2), ShapeRef(_:4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1), ShapeRef(_:eb059b83-cb6b-4fe3-a4e1-b67adbddd537), ShapeRef(_:27c38def-339e-4c2c-a448-e62e59793227)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:27c38def-339e-4c2c-a448-e62e59793227,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.015 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9d14bb27-1b5d-43fe-8bed-032ca37a77a7,_:489e5b36-339d-4a02-b4f0-ac805504c3d5,_:a7adb04f-3398-4eb4-855d-918945752d63,_:20e0150c-7f3f-474f-92eb-fba5b962c4e2,_:4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1,_:eb059b83-cb6b-4fe3-a4e1-b67adbddd537,_:27c38def-339e-4c2c-a448-e62e59793227)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9d14bb27-1b5d-43fe-8bed-032ca37a77a7), ShapeRef(_:489e5b36-339d-4a02-b4f0-ac805504c3d5), ShapeRef(_:a7adb04f-3398-4eb4-855d-918945752d63), ShapeRef(_:20e0150c-7f3f-474f-92eb-fba5b962c4e2), ShapeRef(_:4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1), ShapeRef(_:eb059b83-cb6b-4fe3-a4e1-b67adbddd537), ShapeRef(_:27c38def-339e-4c2c-a448-e62e59793227)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:eb059b83-cb6b-4fe3-a4e1-b67adbddd537,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:20e0150c-7f3f-474f-92eb-fba5b962c4e2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:27c38def-339e-4c2c-a448-e62e59793227,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.020 [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(_:9d14bb27-1b5d-43fe-8bed-032ca37a77a7), ShapeRef(_:489e5b36-339d-4a02-b4f0-ac805504c3d5), ShapeRef(_:a7adb04f-3398-4eb4-855d-918945752d63), ShapeRef(_:20e0150c-7f3f-474f-92eb-fba5b962c4e2), ShapeRef(_:4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1), ShapeRef(_:eb059b83-cb6b-4fe3-a4e1-b67adbddd537), ShapeRef(_:27c38def-339e-4c2c-a448-e62e59793227)),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#integerProperty3>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
18:12:54.020 [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(_:9d14bb27-1b5d-43fe-8bed-032ca37a77a7), ShapeRef(_:489e5b36-339d-4a02-b4f0-ac805504c3d5), ShapeRef(_:a7adb04f-3398-4eb4-855d-918945752d63), ShapeRef(_:20e0150c-7f3f-474f-92eb-fba5b962c4e2), ShapeRef(_:4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1), ShapeRef(_:eb059b83-cb6b-4fe3-a4e1-b67adbddd537), ShapeRef(_:27c38def-339e-4c2c-a448-e62e59793227)),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#integerProperty3>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
18:12:54.020 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:eb059b83-cb6b-4fe3-a4e1-b67adbddd537 = 
18:12:54.020 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:eb059b83-cb6b-4fe3-a4e1-b67adbddd537 = 
18:12:54.020 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:eb059b83-cb6b-4fe3-a4e1-b67adbddd537: 
18:12:54.020 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1 = 
18:12:54.020 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1 = 
18:12:54.020 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4cd9fa3b-c8f2-48e3-9de1-9db04b281ae1: 
18:12:54.020 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:20e0150c-7f3f-474f-92eb-fba5b962c4e2 = 
18:12:54.020 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:20e0150c-7f3f-474f-92eb-fba5b962c4e2 = 
18:12:54.020 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:20e0150c-7f3f-474f-92eb-fba5b962c4e2: 
18:12:54.020 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a7adb04f-3398-4eb4-855d-918945752d63 = 
18:12:54.020 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a7adb04f-3398-4eb4-855d-918945752d63 = 
18:12:54.020 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a7adb04f-3398-4eb4-855d-918945752d63: 
18:12:54.020 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:489e5b36-339d-4a02-b4f0-ac805504c3d5 = 
18:12:54.020 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:489e5b36-339d-4a02-b4f0-ac805504c3d5 = 
18:12:54.020 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:489e5b36-339d-4a02-b4f0-ac805504c3d5: 
18:12:54.020 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9d14bb27-1b5d-43fe-8bed-032ca37a77a7 = 
18:12:54.021 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9d14bb27-1b5d-43fe-8bed-032ca37a77a7 = 
18:12:54.021 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9d14bb27-1b5d-43fe-8bed-032ca37a77a7: 
18:12:54.025 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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#integerProperty3>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()" ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:ClosedConstraintComponent
               ]
] .

18:12:54.026 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/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#integerProperty3>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()" ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:ClosedConstraintComponent
               ]
] .

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

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

<http://www.sampledomain.org/sam#AnOslcResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "anIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:minCount  0 ;
                          sh:name      "anotherIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty3" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh: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#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#dateTime> ;
                          sh:minCount  1 ;
                          sh:name      "aSetOfDates" ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
18:12:54.095 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef @sh:path http://www.sampledomain.org/sam#integerProperty3; 3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef @sh:name "integerProperty3"; 3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef @rdf:type sh:Property; 986245cd-a9a3-47ef-9284-770074763c72 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 986245cd-a9a3-47ef-9284-770074763c72 @sh:datatype http://www.w3.org/2001/XMLSchema#dateTime; 986245cd-a9a3-47ef-9284-770074763c72 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 986245cd-a9a3-47ef-9284-770074763c72 @sh:name "aSetOfDates"; 986245cd-a9a3-47ef-9284-770074763c72 @rdf:type sh:Property; 7f5b904e-ae28-416d-92e9-9c9f95bee980 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7f5b904e-ae28-416d-92e9-9c9f95bee980 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7f5b904e-ae28-416d-92e9-9c9f95bee980 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 7f5b904e-ae28-416d-92e9-9c9f95bee980 @sh:path http://www.sampledomain.org/sam#integerProperty2; 7f5b904e-ae28-416d-92e9-9c9f95bee980 @sh:name "integerProperty2"; 7f5b904e-ae28-416d-92e9-9c9f95bee980 @rdf:type sh:Property...} |  [3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef, http://www.w3.org/ns/shacl#name, "integerProperty3"] [3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [986245cd-a9a3-47ef-9284-770074763c72, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [986245cd-a9a3-47ef-9284-770074763c72, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [986245cd-a9a3-47ef-9284-770074763c72, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [986245cd-a9a3-47ef-9284-770074763c72, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [986245cd-a9a3-47ef-9284-770074763c72, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7f5b904e-ae28-416d-92e9-9c9f95bee980, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7f5b904e-ae28-416d-92e9-9c9f95bee980, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7f5b904e-ae28-416d-92e9-9c9f95bee980, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7f5b904e-ae28-416d-92e9-9c9f95bee980, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [7f5b904e-ae28-416d-92e9-9c9f95bee980, http://www.w3.org/ns/shacl#name, "integerProperty2"] [7f5b904e-ae28-416d-92e9-9c9f95bee980, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dfc83cb3-26cc-45c7-925b-e07b2bf050bf, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [dfc83cb3-26cc-45c7-925b-e07b2bf050bf, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [dfc83cb3-26cc-45c7-925b-e07b2bf050bf, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [dfc83cb3-26cc-45c7-925b-e07b2bf050bf, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [dfc83cb3-26cc-45c7-925b-e07b2bf050bf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [dfc83cb3-26cc-45c7-925b-e07b2bf050bf, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [dfc83cb3-26cc-45c7-925b-e07b2bf050bf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2c580463-d0fe-49af-aa2e-8d06083bd789, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2c580463-d0fe-49af-aa2e-8d06083bd789, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2c580463-d0fe-49af-aa2e-8d06083bd789, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [2c580463-d0fe-49af-aa2e-8d06083bd789, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [2c580463-d0fe-49af-aa2e-8d06083bd789, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [2c580463-d0fe-49af-aa2e-8d06083bd789, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e9e88f7f-18a5-4735-9e25-8bcb38a8b290, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e9e88f7f-18a5-4735-9e25-8bcb38a8b290, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e9e88f7f-18a5-4735-9e25-8bcb38a8b290, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [e9e88f7f-18a5-4735-9e25-8bcb38a8b290, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [e9e88f7f-18a5-4735-9e25-8bcb38a8b290, 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, 2c580463-d0fe-49af-aa2e-8d06083bd789] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 7f5b904e-ae28-416d-92e9-9c9f95bee980] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, e9e88f7f-18a5-4735-9e25-8bcb38a8b290] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, dfc83cb3-26cc-45c7-925b-e07b2bf050bf] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, bdef4e16-1ea1-4e45-9ede-54da93d2aa84] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AnOslcResource] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 986245cd-a9a3-47ef-9284-770074763c72] [bdef4e16-1ea1-4e45-9ede-54da93d2aa84, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bdef4e16-1ea1-4e45-9ede-54da93d2aa84, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [bdef4e16-1ea1-4e45-9ede-54da93d2aa84, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [bdef4e16-1ea1-4e45-9ede-54da93d2aa84, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [bdef4e16-1ea1-4e45-9ede-54da93d2aa84, http://www.w3.org/ns/shacl#name, "aStringProperty"] [bdef4e16-1ea1-4e45-9ede-54da93d2aa84, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
18:12:54.096 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
18:12:54.097 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
18:12:54.099 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:bdef4e16-1ea1-4e45-9ede-54da93d2aa84,_:986245cd-a9a3-47ef-9284-770074763c72,_:7f5b904e-ae28-416d-92e9-9c9f95bee980,_:2c580463-d0fe-49af-aa2e-8d06083bd789,_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef,_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf,_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290. Pending nodes: 
18:12:54.099 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bdef4e16-1ea1-4e45-9ede-54da93d2aa84
18:12:54.100 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:986245cd-a9a3-47ef-9284-770074763c72
18:12:54.101 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7f5b904e-ae28-416d-92e9-9c9f95bee980
18:12:54.103 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2c580463-d0fe-49af-aa2e-8d06083bd789
18:12:54.104 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef
18:12:54.105 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dfc83cb3-26cc-45c7-925b-e07b2bf050bf
18:12:54.106 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e9e88f7f-18a5-4735-9e25-8bcb38a8b290
18:12:54.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e9e88f7f-18a5-4735-9e25-8bcb38a8b290
18:12:54.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dfc83cb3-26cc-45c7-925b-e07b2bf050bf
18:12:54.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef
18:12:54.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2c580463-d0fe-49af-aa2e-8d06083bd789
18:12:54.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
18:12:54.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7f5b904e-ae28-416d-92e9-9c9f95bee980
18:12:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:986245cd-a9a3-47ef-9284-770074763c72
18:12:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bdef4e16-1ea1-4e45-9ede-54da93d2aa84
18:12:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e9e88f7f-18a5-4735-9e25-8bcb38a8b290 = 
18:12:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e9e88f7f-18a5-4735-9e25-8bcb38a8b290 = 
18:12:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e9e88f7f-18a5-4735-9e25-8bcb38a8b290: 
18:12:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dfc83cb3-26cc-45c7-925b-e07b2bf050bf = 
18:12:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dfc83cb3-26cc-45c7-925b-e07b2bf050bf = 
18:12:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dfc83cb3-26cc-45c7-925b-e07b2bf050bf: 
18:12:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef = 
18:12:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef = 
18:12:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef: 
18:12:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2c580463-d0fe-49af-aa2e-8d06083bd789 = 
18:12:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2c580463-d0fe-49af-aa2e-8d06083bd789 = 
18:12:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2c580463-d0fe-49af-aa2e-8d06083bd789: 
18:12:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
18:12:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
18:12:54.109 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#anOslcResource>
18:12:54.109 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#anOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
18:12:54.109 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#anOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
18:12:54.109 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:bdef4e16-1ea1-4e45-9ede-54da93d2aa84,_:986245cd-a9a3-47ef-9284-770074763c72,_:7f5b904e-ae28-416d-92e9-9c9f95bee980,_:2c580463-d0fe-49af-aa2e-8d06083bd789,_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef,_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf,_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290)
18:12:54.109 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84)
18:12:54.109 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:986245cd-a9a3-47ef-9284-770074763c72)
18:12:54.109 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:7f5b904e-ae28-416d-92e9-9c9f95bee980)
18:12:54.109 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:2c580463-d0fe-49af-aa2e-8d06083bd789)
18:12:54.109 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef)
18:12:54.109 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf)
18:12:54.109 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290)
18:12:54.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.110 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:54.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.111 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84=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(_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84), ShapeRef(_:986245cd-a9a3-47ef-9284-770074763c72), ShapeRef(_:7f5b904e-ae28-416d-92e9-9c9f95bee980), ShapeRef(_:2c580463-d0fe-49af-aa2e-8d06083bd789), ShapeRef(_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef), ShapeRef(_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf), ShapeRef(_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#string>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "Cat" has datatype <http://www.w3.org/2001/XMLSchema#string>)))))))
18:12:54.111 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.111 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.111 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-11-09T18:12:54.029Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:986245cd-a9a3-47ef-9284-770074763c72],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:54.111 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.111 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.112 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:986245cd-a9a3-47ef-9284-770074763c72=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(_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84), ShapeRef(_:986245cd-a9a3-47ef-9284-770074763c72), ShapeRef(_:7f5b904e-ae28-416d-92e9-9c9f95bee980), ShapeRef(_:2c580463-d0fe-49af-aa2e-8d06083bd789), ShapeRef(_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef), ShapeRef(_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf), ShapeRef(_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:986245cd-a9a3-47ef-9284-770074763c72,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-11-09T18:12:54.029Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
18:12:54.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.113 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:7f5b904e-ae28-416d-92e9-9c9f95bee980],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
18:12:54.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.114 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:7f5b904e-ae28-416d-92e9-9c9f95bee980=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(_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84), ShapeRef(_:986245cd-a9a3-47ef-9284-770074763c72), ShapeRef(_:7f5b904e-ae28-416d-92e9-9c9f95bee980), ShapeRef(_:2c580463-d0fe-49af-aa2e-8d06083bd789), ShapeRef(_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef), ShapeRef(_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf), ShapeRef(_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7f5b904e-ae28-416d-92e9-9c9f95bee980,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.114 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:2c580463-d0fe-49af-aa2e-8d06083bd789],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:54.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.115 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:2c580463-d0fe-49af-aa2e-8d06083bd789=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(_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84), ShapeRef(_:986245cd-a9a3-47ef-9284-770074763c72), ShapeRef(_:7f5b904e-ae28-416d-92e9-9c9f95bee980), ShapeRef(_:2c580463-d0fe-49af-aa2e-8d06083bd789), ShapeRef(_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef), ShapeRef(_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf), ShapeRef(_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2c580463-d0fe-49af-aa2e-8d06083bd789,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.116 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
18:12:54.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.117 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef=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(_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84), ShapeRef(_:986245cd-a9a3-47ef-9284-770074763c72), ShapeRef(_:7f5b904e-ae28-416d-92e9-9c9f95bee980), ShapeRef(_:2c580463-d0fe-49af-aa2e-8d06083bd789), ShapeRef(_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef), ShapeRef(_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf), ShapeRef(_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.118 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
18:12:54.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.119 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf=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(_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84), ShapeRef(_:986245cd-a9a3-47ef-9284-770074763c72), ShapeRef(_:7f5b904e-ae28-416d-92e9-9c9f95bee980), ShapeRef(_:2c580463-d0fe-49af-aa2e-8d06083bd789), ShapeRef(_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef), ShapeRef(_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf), ShapeRef(_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf,PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>),List(MaxCount(1), MinCount(0), Datatype(<http://open-services.net/ns/core#Resource>), ClassComponent(<http://www.sampledomain.org/sam#AnotherResource>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>)))))))
18:12:54.119 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.119 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.119 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:54.119 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.119 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.120 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290=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(_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84), ShapeRef(_:986245cd-a9a3-47ef-9284-770074763c72), ShapeRef(_:7f5b904e-ae28-416d-92e9-9c9f95bee980), ShapeRef(_:2c580463-d0fe-49af-aa2e-8d06083bd789), ShapeRef(_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef), ShapeRef(_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf), ShapeRef(_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.120 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:bdef4e16-1ea1-4e45-9ede-54da93d2aa84,_:986245cd-a9a3-47ef-9284-770074763c72,_:7f5b904e-ae28-416d-92e9-9c9f95bee980,_:2c580463-d0fe-49af-aa2e-8d06083bd789,_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef,_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf,_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(PropertyShape(_:986245cd-a9a3-47ef-9284-770074763c72,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-11-09T18:12:54.029Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:7f5b904e-ae28-416d-92e9-9c9f95bee980,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(_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84,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(_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf,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(_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84), ShapeRef(_:986245cd-a9a3-47ef-9284-770074763c72), ShapeRef(_:7f5b904e-ae28-416d-92e9-9c9f95bee980), ShapeRef(_:2c580463-d0fe-49af-aa2e-8d06083bd789), ShapeRef(_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef), ShapeRef(_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf), ShapeRef(_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290,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(_:2c580463-d0fe-49af-aa2e-8d06083bd789,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(_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.121 [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(_:986245cd-a9a3-47ef-9284-770074763c72,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-11-09T18:12:54.029Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:7f5b904e-ae28-416d-92e9-9c9f95bee980,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(_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84,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(_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf,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(_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84), ShapeRef(_:986245cd-a9a3-47ef-9284-770074763c72), ShapeRef(_:7f5b904e-ae28-416d-92e9-9c9f95bee980), ShapeRef(_:2c580463-d0fe-49af-aa2e-8d06083bd789), ShapeRef(_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef), ShapeRef(_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf), ShapeRef(_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290,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(_:2c580463-d0fe-49af-aa2e-8d06083bd789,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(_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.121 [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(_:986245cd-a9a3-47ef-9284-770074763c72,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-11-09T18:12:54.029Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:7f5b904e-ae28-416d-92e9-9c9f95bee980,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(_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84,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(_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf,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(_:bdef4e16-1ea1-4e45-9ede-54da93d2aa84), ShapeRef(_:986245cd-a9a3-47ef-9284-770074763c72), ShapeRef(_:7f5b904e-ae28-416d-92e9-9c9f95bee980), ShapeRef(_:2c580463-d0fe-49af-aa2e-8d06083bd789), ShapeRef(_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef), ShapeRef(_:dfc83cb3-26cc-45c7-925b-e07b2bf050bf), ShapeRef(_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e9e88f7f-18a5-4735-9e25-8bcb38a8b290,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(_:2c580463-d0fe-49af-aa2e-8d06083bd789,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(_:3e6ea2f3-13c6-4fd7-92c9-8200f3ea27ef,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.121 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7f5b904e-ae28-416d-92e9-9c9f95bee980 = 
18:12:54.121 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7f5b904e-ae28-416d-92e9-9c9f95bee980 = 
18:12:54.121 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7f5b904e-ae28-416d-92e9-9c9f95bee980: 
18:12:54.121 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:986245cd-a9a3-47ef-9284-770074763c72 = 
18:12:54.121 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:986245cd-a9a3-47ef-9284-770074763c72 = 
18:12:54.121 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:986245cd-a9a3-47ef-9284-770074763c72: 
18:12:54.122 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bdef4e16-1ea1-4e45-9ede-54da93d2aa84 = 
18:12:54.122 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bdef4e16-1ea1-4e45-9ede-54da93d2aa84 = 
18:12:54.122 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bdef4e16-1ea1-4e45-9ede-54da93d2aa84: 
18:12:54.123 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AnOslcResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "anIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty3" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#dateTime> ;
                          sh:minCount  1 ;
                          sh:name      "aSetOfDates" ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:minCount  0 ;
                          sh:name      "anotherIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:datatype     <http://www.w3.org/2001/XMLSchema#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:class     <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:datatype  oslc:Resource ;
                          sh:maxCount  1 ;
                          sh:minCount  0 ;
                          sh:name      "aReferenceProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
18:12:54.134 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {7eaaade0-3bc1-4f86-a0df-8655c987bb45 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7eaaade0-3bc1-4f86-a0df-8655c987bb45 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7eaaade0-3bc1-4f86-a0df-8655c987bb45 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 7eaaade0-3bc1-4f86-a0df-8655c987bb45 @sh:path http://www.sampledomain.org/sam#integerProperty2; 7eaaade0-3bc1-4f86-a0df-8655c987bb45 @sh:name "integerProperty2"; 7eaaade0-3bc1-4f86-a0df-8655c987bb45 @rdf:type sh:Property; 344fe07d-4417-4d02-a65b-4879c840da75 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 344fe07d-4417-4d02-a65b-4879c840da75 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 344fe07d-4417-4d02-a65b-4879c840da75 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 344fe07d-4417-4d02-a65b-4879c840da75 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 344fe07d-4417-4d02-a65b-4879c840da75 @sh:name "anIntegerProperty"; 344fe07d-4417-4d02-a65b-4879c840da75 @rdf:type sh:Property; 0fd9c028-a965-4ee6-b7c4-d798458b0ce3 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0fd9c028-a965-4ee6-b7c4-d798458b0ce3 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0fd9c028-a965-4ee6-b7c4-d798458b0ce3 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 0fd9c028-a965-4ee6-b7c4-d798458b0ce3 @sh:path http://www.sampledomain.org/sam#integerProperty3; 0fd9c028-a965-4ee6-b7c4-d798458b0ce3 @sh:name "integerProperty3"...} |  [7eaaade0-3bc1-4f86-a0df-8655c987bb45, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7eaaade0-3bc1-4f86-a0df-8655c987bb45, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7eaaade0-3bc1-4f86-a0df-8655c987bb45, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7eaaade0-3bc1-4f86-a0df-8655c987bb45, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [7eaaade0-3bc1-4f86-a0df-8655c987bb45, http://www.w3.org/ns/shacl#name, "integerProperty2"] [7eaaade0-3bc1-4f86-a0df-8655c987bb45, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [344fe07d-4417-4d02-a65b-4879c840da75, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [344fe07d-4417-4d02-a65b-4879c840da75, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [344fe07d-4417-4d02-a65b-4879c840da75, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [344fe07d-4417-4d02-a65b-4879c840da75, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [344fe07d-4417-4d02-a65b-4879c840da75, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [344fe07d-4417-4d02-a65b-4879c840da75, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0fd9c028-a965-4ee6-b7c4-d798458b0ce3, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0fd9c028-a965-4ee6-b7c4-d798458b0ce3, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0fd9c028-a965-4ee6-b7c4-d798458b0ce3, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0fd9c028-a965-4ee6-b7c4-d798458b0ce3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [0fd9c028-a965-4ee6-b7c4-d798458b0ce3, http://www.w3.org/ns/shacl#name, "integerProperty3"] [0fd9c028-a965-4ee6-b7c4-d798458b0ce3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b0592a4b-7667-4ec1-9161-1fc57db7e82b, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [b0592a4b-7667-4ec1-9161-1fc57db7e82b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b0592a4b-7667-4ec1-9161-1fc57db7e82b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b0592a4b-7667-4ec1-9161-1fc57db7e82b, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [b0592a4b-7667-4ec1-9161-1fc57db7e82b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [b0592a4b-7667-4ec1-9161-1fc57db7e82b, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [b0592a4b-7667-4ec1-9161-1fc57db7e82b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3045a480-020e-4f9c-8b0a-c6f458007ce8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3045a480-020e-4f9c-8b0a-c6f458007ce8, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [3045a480-020e-4f9c-8b0a-c6f458007ce8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [3045a480-020e-4f9c-8b0a-c6f458007ce8, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [3045a480-020e-4f9c-8b0a-c6f458007ce8, 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, 344fe07d-4417-4d02-a65b-4879c840da75] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 7eaaade0-3bc1-4f86-a0df-8655c987bb45] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 0fd9c028-a965-4ee6-b7c4-d798458b0ce3] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 3045a480-020e-4f9c-8b0a-c6f458007ce8] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2] [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, b629940d-a1aa-4090-a8c7-2ebe9df310bb] [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, b0592a4b-7667-4ec1-9161-1fc57db7e82b] [b629940d-a1aa-4090-a8c7-2ebe9df310bb, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b629940d-a1aa-4090-a8c7-2ebe9df310bb, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [b629940d-a1aa-4090-a8c7-2ebe9df310bb, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [b629940d-a1aa-4090-a8c7-2ebe9df310bb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [b629940d-a1aa-4090-a8c7-2ebe9df310bb, http://www.w3.org/ns/shacl#name, "aStringProperty"] [b629940d-a1aa-4090-a8c7-2ebe9df310bb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
18:12:54.135 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
18:12:54.136 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
18:12:54.137 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:3045a480-020e-4f9c-8b0a-c6f458007ce8,_:344fe07d-4417-4d02-a65b-4879c840da75,_:b0592a4b-7667-4ec1-9161-1fc57db7e82b,_:b629940d-a1aa-4090-a8c7-2ebe9df310bb,_:7eaaade0-3bc1-4f86-a0df-8655c987bb45,_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2,_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3. Pending nodes: 
18:12:54.138 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3045a480-020e-4f9c-8b0a-c6f458007ce8
18:12:54.139 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:344fe07d-4417-4d02-a65b-4879c840da75
18:12:54.139 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b0592a4b-7667-4ec1-9161-1fc57db7e82b
18:12:54.195 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b629940d-a1aa-4090-a8c7-2ebe9df310bb
18:12:54.196 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7eaaade0-3bc1-4f86-a0df-8655c987bb45
18:12:54.197 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2
18:12:54.198 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0fd9c028-a965-4ee6-b7c4-d798458b0ce3
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0fd9c028-a965-4ee6-b7c4-d798458b0ce3
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7eaaade0-3bc1-4f86-a0df-8655c987bb45
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b629940d-a1aa-4090-a8c7-2ebe9df310bb
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b0592a4b-7667-4ec1-9161-1fc57db7e82b
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:344fe07d-4417-4d02-a65b-4879c840da75
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3045a480-020e-4f9c-8b0a-c6f458007ce8
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0fd9c028-a965-4ee6-b7c4-d798458b0ce3 = 
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0fd9c028-a965-4ee6-b7c4-d798458b0ce3 = 
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0fd9c028-a965-4ee6-b7c4-d798458b0ce3: 
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2 = 
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2 = 
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2: 
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7eaaade0-3bc1-4f86-a0df-8655c987bb45 = 
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7eaaade0-3bc1-4f86-a0df-8655c987bb45 = 
18:12:54.199 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7eaaade0-3bc1-4f86-a0df-8655c987bb45: 
18:12:54.200 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b629940d-a1aa-4090-a8c7-2ebe9df310bb = 
18:12:54.200 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b629940d-a1aa-4090-a8c7-2ebe9df310bb = 
18:12:54.200 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b629940d-a1aa-4090-a8c7-2ebe9df310bb: 
18:12:54.200 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b0592a4b-7667-4ec1-9161-1fc57db7e82b = 
18:12:54.200 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b0592a4b-7667-4ec1-9161-1fc57db7e82b = 
18:12:54.200 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b0592a4b-7667-4ec1-9161-1fc57db7e82b: 
18:12:54.200 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
18:12:54.200 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
18:12:54.200 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#AnOslcResource>
18:12:54.200 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AnOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
18:12:54.200 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
18:12:54.200 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:3045a480-020e-4f9c-8b0a-c6f458007ce8,_:344fe07d-4417-4d02-a65b-4879c840da75,_:b0592a4b-7667-4ec1-9161-1fc57db7e82b,_:b629940d-a1aa-4090-a8c7-2ebe9df310bb,_:7eaaade0-3bc1-4f86-a0df-8655c987bb45,_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2,_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3)
18:12:54.200 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:3045a480-020e-4f9c-8b0a-c6f458007ce8)
18:12:54.200 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:344fe07d-4417-4d02-a65b-4879c840da75)
18:12:54.200 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:b0592a4b-7667-4ec1-9161-1fc57db7e82b)
18:12:54.201 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:b629940d-a1aa-4090-a8c7-2ebe9df310bb)
18:12:54.201 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:7eaaade0-3bc1-4f86-a0df-8655c987bb45)
18:12:54.201 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2)
18:12:54.201 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3)
18:12:54.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.201 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-11-09T18:12:54.125Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:3045a480-020e-4f9c-8b0a-c6f458007ce8],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:54.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.202 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:3045a480-020e-4f9c-8b0a-c6f458007ce8=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(_:3045a480-020e-4f9c-8b0a-c6f458007ce8), ShapeRef(_:344fe07d-4417-4d02-a65b-4879c840da75), ShapeRef(_:b0592a4b-7667-4ec1-9161-1fc57db7e82b), ShapeRef(_:b629940d-a1aa-4090-a8c7-2ebe9df310bb), ShapeRef(_:7eaaade0-3bc1-4f86-a0df-8655c987bb45), ShapeRef(_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2), ShapeRef(_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3045a480-020e-4f9c-8b0a-c6f458007ce8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-11-09T18:12:54.125Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
18:12:54.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.203 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:344fe07d-4417-4d02-a65b-4879c840da75],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:54.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.204 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:344fe07d-4417-4d02-a65b-4879c840da75=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(_:3045a480-020e-4f9c-8b0a-c6f458007ce8), ShapeRef(_:344fe07d-4417-4d02-a65b-4879c840da75), ShapeRef(_:b0592a4b-7667-4ec1-9161-1fc57db7e82b), ShapeRef(_:b629940d-a1aa-4090-a8c7-2ebe9df310bb), ShapeRef(_:7eaaade0-3bc1-4f86-a0df-8655c987bb45), ShapeRef(_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2), ShapeRef(_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:344fe07d-4417-4d02-a65b-4879c840da75,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.204 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:b0592a4b-7667-4ec1-9161-1fc57db7e82b],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
18:12:54.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.205 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:b0592a4b-7667-4ec1-9161-1fc57db7e82b=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(_:3045a480-020e-4f9c-8b0a-c6f458007ce8), ShapeRef(_:344fe07d-4417-4d02-a65b-4879c840da75), ShapeRef(_:b0592a4b-7667-4ec1-9161-1fc57db7e82b), ShapeRef(_:b629940d-a1aa-4090-a8c7-2ebe9df310bb), ShapeRef(_:7eaaade0-3bc1-4f86-a0df-8655c987bb45), ShapeRef(_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2), ShapeRef(_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b0592a4b-7667-4ec1-9161-1fc57db7e82b,PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>),List(MaxCount(1), MinCount(0), Datatype(<http://open-services.net/ns/core#Resource>), ClassComponent(<http://www.sampledomain.org/sam#AnotherResource>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>)))))))
18:12:54.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.206 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:b629940d-a1aa-4090-a8c7-2ebe9df310bb],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:54.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.206 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:b629940d-a1aa-4090-a8c7-2ebe9df310bb=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(_:3045a480-020e-4f9c-8b0a-c6f458007ce8), ShapeRef(_:344fe07d-4417-4d02-a65b-4879c840da75), ShapeRef(_:b0592a4b-7667-4ec1-9161-1fc57db7e82b), ShapeRef(_:b629940d-a1aa-4090-a8c7-2ebe9df310bb), ShapeRef(_:7eaaade0-3bc1-4f86-a0df-8655c987bb45), ShapeRef(_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2), ShapeRef(_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b629940d-a1aa-4090-a8c7-2ebe9df310bb,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#string>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "Cat" has datatype <http://www.w3.org/2001/XMLSchema#string>)))))))
18:12:54.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.207 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:7eaaade0-3bc1-4f86-a0df-8655c987bb45],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
18:12:54.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.208 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:7eaaade0-3bc1-4f86-a0df-8655c987bb45=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(_:3045a480-020e-4f9c-8b0a-c6f458007ce8), ShapeRef(_:344fe07d-4417-4d02-a65b-4879c840da75), ShapeRef(_:b0592a4b-7667-4ec1-9161-1fc57db7e82b), ShapeRef(_:b629940d-a1aa-4090-a8c7-2ebe9df310bb), ShapeRef(_:7eaaade0-3bc1-4f86-a0df-8655c987bb45), ShapeRef(_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2), ShapeRef(_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7eaaade0-3bc1-4f86-a0df-8655c987bb45,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AnOslcResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0"))))))))
18:12:54.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.208 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:54.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.209 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2=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(_:3045a480-020e-4f9c-8b0a-c6f458007ce8), ShapeRef(_:344fe07d-4417-4d02-a65b-4879c840da75), ShapeRef(_:b0592a4b-7667-4ec1-9161-1fc57db7e82b), ShapeRef(_:b629940d-a1aa-4090-a8c7-2ebe9df310bb), ShapeRef(_:7eaaade0-3bc1-4f86-a0df-8655c987bb45), ShapeRef(_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2), ShapeRef(_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.210 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
18:12:54.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.211 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3=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(_:3045a480-020e-4f9c-8b0a-c6f458007ce8), ShapeRef(_:344fe07d-4417-4d02-a65b-4879c840da75), ShapeRef(_:b0592a4b-7667-4ec1-9161-1fc57db7e82b), ShapeRef(_:b629940d-a1aa-4090-a8c7-2ebe9df310bb), ShapeRef(_:7eaaade0-3bc1-4f86-a0df-8655c987bb45), ShapeRef(_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2), ShapeRef(_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.211 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:3045a480-020e-4f9c-8b0a-c6f458007ce8,_:344fe07d-4417-4d02-a65b-4879c840da75,_:b0592a4b-7667-4ec1-9161-1fc57db7e82b,_:b629940d-a1aa-4090-a8c7-2ebe9df310bb,_:7eaaade0-3bc1-4f86-a0df-8655c987bb45,_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2,_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(PropertyShape(_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:3045a480-020e-4f9c-8b0a-c6f458007ce8), ShapeRef(_:344fe07d-4417-4d02-a65b-4879c840da75), ShapeRef(_:b0592a4b-7667-4ec1-9161-1fc57db7e82b), ShapeRef(_:b629940d-a1aa-4090-a8c7-2ebe9df310bb), ShapeRef(_:7eaaade0-3bc1-4f86-a0df-8655c987bb45), ShapeRef(_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2), ShapeRef(_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3045a480-020e-4f9c-8b0a-c6f458007ce8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-11-09T18:12:54.125Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:7eaaade0-3bc1-4f86-a0df-8655c987bb45,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(_:b629940d-a1aa-4090-a8c7-2ebe9df310bb,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(_:b0592a4b-7667-4ec1-9161-1fc57db7e82b,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(_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2,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(_:344fe07d-4417-4d02-a65b-4879c840da75,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.212 [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(_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:3045a480-020e-4f9c-8b0a-c6f458007ce8), ShapeRef(_:344fe07d-4417-4d02-a65b-4879c840da75), ShapeRef(_:b0592a4b-7667-4ec1-9161-1fc57db7e82b), ShapeRef(_:b629940d-a1aa-4090-a8c7-2ebe9df310bb), ShapeRef(_:7eaaade0-3bc1-4f86-a0df-8655c987bb45), ShapeRef(_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2), ShapeRef(_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3045a480-020e-4f9c-8b0a-c6f458007ce8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-11-09T18:12:54.125Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:7eaaade0-3bc1-4f86-a0df-8655c987bb45,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(_:b629940d-a1aa-4090-a8c7-2ebe9df310bb,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(_:b0592a4b-7667-4ec1-9161-1fc57db7e82b,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(_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2,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(_:344fe07d-4417-4d02-a65b-4879c840da75,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.212 [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(_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:3045a480-020e-4f9c-8b0a-c6f458007ce8), ShapeRef(_:344fe07d-4417-4d02-a65b-4879c840da75), ShapeRef(_:b0592a4b-7667-4ec1-9161-1fc57db7e82b), ShapeRef(_:b629940d-a1aa-4090-a8c7-2ebe9df310bb), ShapeRef(_:7eaaade0-3bc1-4f86-a0df-8655c987bb45), ShapeRef(_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2), ShapeRef(_:0fd9c028-a965-4ee6-b7c4-d798458b0ce3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3045a480-020e-4f9c-8b0a-c6f458007ce8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-11-09T18:12:54.125Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:7eaaade0-3bc1-4f86-a0df-8655c987bb45,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(_:b629940d-a1aa-4090-a8c7-2ebe9df310bb,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(_:b0592a4b-7667-4ec1-9161-1fc57db7e82b,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(_:7bbe80c6-52ba-4a8e-a7f8-cda18a7cfde2,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(_:344fe07d-4417-4d02-a65b-4879c840da75,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.212 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:344fe07d-4417-4d02-a65b-4879c840da75 = 
18:12:54.213 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:344fe07d-4417-4d02-a65b-4879c840da75 = 
18:12:54.213 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:344fe07d-4417-4d02-a65b-4879c840da75: 
18:12:54.213 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3045a480-020e-4f9c-8b0a-c6f458007ce8 = 
18:12:54.213 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3045a480-020e-4f9c-8b0a-c6f458007ce8 = 
18:12:54.213 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3045a480-020e-4f9c-8b0a-c6f458007ce8: 
18:12:54.215 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T18:12:54.219Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty3>
                15 .
18:12:54.227 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:12:54.219Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "15"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:12:54.219Z"^^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:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:54.227 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {b5126f6a-ad8f-41fc-ac9c-68ec12794349 @sh:in e9f7d3c3-8b9e-4e1b-800f-f9bb2c7ebc1f; b5126f6a-ad8f-41fc-ac9c-68ec12794349 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; b5126f6a-ad8f-41fc-ac9c-68ec12794349 @rdf:type sh:Property; 0ba92049-2767-4a9b-a29c-874eb92c9dde @rdf:rest 499c2c6c-f04c-4b4b-9c7b-67502e52a109; 0ba92049-2767-4a9b-a29c-874eb92c9dde @rdf:first "B"; e9f7d3c3-8b9e-4e1b-800f-f9bb2c7ebc1f @rdf:rest 0ba92049-2767-4a9b-a29c-874eb92c9dde; e9f7d3c3-8b9e-4e1b-800f-f9bb2c7ebc1f @rdf:first "A"; d93170b0-19a8-494b-ae7f-4eff787e69f0 @sh:class http://www.sampledomain.org/sam#AnotherResource; d93170b0-19a8-494b-ae7f-4eff787e69f0 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; d93170b0-19a8-494b-ae7f-4eff787e69f0 @rdf:type sh:Property; 0dde4767-bc60-4c9c-a170-3d41632ca2c7 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 0dde4767-bc60-4c9c-a170-3d41632ca2c7 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 0dde4767-bc60-4c9c-a170-3d41632ca2c7 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 0dde4767-bc60-4c9c-a170-3d41632ca2c7 @rdf:type sh:Property; a828ee20-d8c3-4c7e-b47b-51a6b45ce575 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a828ee20-d8c3-4c7e-b47b-51a6b45ce575 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a828ee20-d8c3-4c7e-b47b-51a6b45ce575 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer...} |  [b5126f6a-ad8f-41fc-ac9c-68ec12794349, http://www.w3.org/ns/shacl#in, e9f7d3c3-8b9e-4e1b-800f-f9bb2c7ebc1f] [b5126f6a-ad8f-41fc-ac9c-68ec12794349, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [b5126f6a-ad8f-41fc-ac9c-68ec12794349, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0ba92049-2767-4a9b-a29c-874eb92c9dde, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 499c2c6c-f04c-4b4b-9c7b-67502e52a109] [0ba92049-2767-4a9b-a29c-874eb92c9dde, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [e9f7d3c3-8b9e-4e1b-800f-f9bb2c7ebc1f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0ba92049-2767-4a9b-a29c-874eb92c9dde] [e9f7d3c3-8b9e-4e1b-800f-f9bb2c7ebc1f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [d93170b0-19a8-494b-ae7f-4eff787e69f0, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [d93170b0-19a8-494b-ae7f-4eff787e69f0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [d93170b0-19a8-494b-ae7f-4eff787e69f0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0dde4767-bc60-4c9c-a170-3d41632ca2c7, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0dde4767-bc60-4c9c-a170-3d41632ca2c7, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0dde4767-bc60-4c9c-a170-3d41632ca2c7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [0dde4767-bc60-4c9c-a170-3d41632ca2c7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a828ee20-d8c3-4c7e-b47b-51a6b45ce575, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a828ee20-d8c3-4c7e-b47b-51a6b45ce575, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a828ee20-d8c3-4c7e-b47b-51a6b45ce575, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [a828ee20-d8c3-4c7e-b47b-51a6b45ce575, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [a828ee20-d8c3-4c7e-b47b-51a6b45ce575, http://www.w3.org/ns/shacl#pattern, "^B"] [a828ee20-d8c3-4c7e-b47b-51a6b45ce575, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [a828ee20-d8c3-4c7e-b47b-51a6b45ce575, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [a828ee20-d8c3-4c7e-b47b-51a6b45ce575, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6efad406-80de-4693-9b62-32ce1506102b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6efad406-80de-4693-9b62-32ce1506102b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6efad406-80de-4693-9b62-32ce1506102b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6efad406-80de-4693-9b62-32ce1506102b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6efad406-80de-4693-9b62-32ce1506102b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6efad406-80de-4693-9b62-32ce1506102b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [6efad406-80de-4693-9b62-32ce1506102b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [499c2c6c-f04c-4b4b-9c7b-67502e52a109, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [499c2c6c-f04c-4b4b-9c7b-67502e52a109, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [dcef6658-ffb7-413b-87e5-6771fe98140e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [dcef6658-ffb7-413b-87e5-6771fe98140e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [dcef6658-ffb7-413b-87e5-6771fe98140e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [dcef6658-ffb7-413b-87e5-6771fe98140e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [dcef6658-ffb7-413b-87e5-6771fe98140e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [dcef6658-ffb7-413b-87e5-6771fe98140e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [dcef6658-ffb7-413b-87e5-6771fe98140e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1094a36e-713b-498c-b516-c8c044b0a5ca, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1094a36e-713b-498c-b516-c8c044b0a5ca, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1094a36e-713b-498c-b516-c8c044b0a5ca, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [1094a36e-713b-498c-b516-c8c044b0a5ca, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f3e91533-7398-4ab4-87f1-28461fbf9035, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f3e91533-7398-4ab4-87f1-28461fbf9035, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f3e91533-7398-4ab4-87f1-28461fbf9035, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [f3e91533-7398-4ab4-87f1-28461fbf9035, 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, a828ee20-d8c3-4c7e-b47b-51a6b45ce575] [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, d93170b0-19a8-494b-ae7f-4eff787e69f0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1094a36e-713b-498c-b516-c8c044b0a5ca] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b5126f6a-ad8f-41fc-ac9c-68ec12794349] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, dcef6658-ffb7-413b-87e5-6771fe98140e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f3e91533-7398-4ab4-87f1-28461fbf9035] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6efad406-80de-4693-9b62-32ce1506102b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0dde4767-bc60-4c9c-a170-3d41632ca2c7]>
18:12:54.228 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:54.229 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:54.230 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:d93170b0-19a8-494b-ae7f-4eff787e69f0,_:1094a36e-713b-498c-b516-c8c044b0a5ca,_:6efad406-80de-4693-9b62-32ce1506102b,_:0dde4767-bc60-4c9c-a170-3d41632ca2c7,_:f3e91533-7398-4ab4-87f1-28461fbf9035,_:b5126f6a-ad8f-41fc-ac9c-68ec12794349,_:dcef6658-ffb7-413b-87e5-6771fe98140e,_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575. Pending nodes: 
18:12:54.231 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d93170b0-19a8-494b-ae7f-4eff787e69f0
18:12:54.231 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1094a36e-713b-498c-b516-c8c044b0a5ca
18:12:54.232 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6efad406-80de-4693-9b62-32ce1506102b
18:12:54.233 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0dde4767-bc60-4c9c-a170-3d41632ca2c7
18:12:54.234 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f3e91533-7398-4ab4-87f1-28461fbf9035
18:12:54.234 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b5126f6a-ad8f-41fc-ac9c-68ec12794349
18:12:54.235 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dcef6658-ffb7-413b-87e5-6771fe98140e
18:12:54.236 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a828ee20-d8c3-4c7e-b47b-51a6b45ce575
18:12:54.237 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a828ee20-d8c3-4c7e-b47b-51a6b45ce575
18:12:54.237 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:54.237 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dcef6658-ffb7-413b-87e5-6771fe98140e
18:12:54.294 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b5126f6a-ad8f-41fc-ac9c-68ec12794349
18:12:54.294 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f3e91533-7398-4ab4-87f1-28461fbf9035
18:12:54.294 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0dde4767-bc60-4c9c-a170-3d41632ca2c7
18:12:54.294 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6efad406-80de-4693-9b62-32ce1506102b
18:12:54.294 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1094a36e-713b-498c-b516-c8c044b0a5ca
18:12:54.294 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d93170b0-19a8-494b-ae7f-4eff787e69f0
18:12:54.294 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a828ee20-d8c3-4c7e-b47b-51a6b45ce575 = 
18:12:54.294 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a828ee20-d8c3-4c7e-b47b-51a6b45ce575 = 
18:12:54.294 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a828ee20-d8c3-4c7e-b47b-51a6b45ce575: 
18:12:54.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:54.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:54.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:54.295 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:54.295 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:54.295 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d93170b0-19a8-494b-ae7f-4eff787e69f0,_:1094a36e-713b-498c-b516-c8c044b0a5ca,_:6efad406-80de-4693-9b62-32ce1506102b,_:0dde4767-bc60-4c9c-a170-3d41632ca2c7,_:f3e91533-7398-4ab4-87f1-28461fbf9035,_:b5126f6a-ad8f-41fc-ac9c-68ec12794349,_:dcef6658-ffb7-413b-87e5-6771fe98140e,_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575)
18:12:54.295 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d93170b0-19a8-494b-ae7f-4eff787e69f0)
18:12:54.295 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1094a36e-713b-498c-b516-c8c044b0a5ca)
18:12:54.295 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6efad406-80de-4693-9b62-32ce1506102b)
18:12:54.295 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0dde4767-bc60-4c9c-a170-3d41632ca2c7)
18:12:54.295 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f3e91533-7398-4ab4-87f1-28461fbf9035)
18:12:54.295 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b5126f6a-ad8f-41fc-ac9c-68ec12794349)
18:12:54.295 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dcef6658-ffb7-413b-87e5-6771fe98140e)
18:12:54.295 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575)
18:12:54.295 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.295 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.296 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d93170b0-19a8-494b-ae7f-4eff787e69f0=ShapeTyping(TypingMap(Map()))
18:12:54.296 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.296 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.296 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.296 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.296 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1094a36e-713b-498c-b516-c8c044b0a5ca=ShapeTyping(TypingMap(Map()))
18:12:54.296 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.296 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.297 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6efad406-80de-4693-9b62-32ce1506102b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:54.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.298 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6efad406-80de-4693-9b62-32ce1506102b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d93170b0-19a8-494b-ae7f-4eff787e69f0), ShapeRef(_:1094a36e-713b-498c-b516-c8c044b0a5ca), ShapeRef(_:6efad406-80de-4693-9b62-32ce1506102b), ShapeRef(_:0dde4767-bc60-4c9c-a170-3d41632ca2c7), ShapeRef(_:f3e91533-7398-4ab4-87f1-28461fbf9035), ShapeRef(_:b5126f6a-ad8f-41fc-ac9c-68ec12794349), ShapeRef(_:dcef6658-ffb7-413b-87e5-6771fe98140e), ShapeRef(_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6efad406-80de-4693-9b62-32ce1506102b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.298 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.298 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.298 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.298 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.298 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:54.219Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0dde4767-bc60-4c9c-a170-3d41632ca2c7],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:54.299 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0dde4767-bc60-4c9c-a170-3d41632ca2c7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d93170b0-19a8-494b-ae7f-4eff787e69f0), ShapeRef(_:1094a36e-713b-498c-b516-c8c044b0a5ca), ShapeRef(_:6efad406-80de-4693-9b62-32ce1506102b), ShapeRef(_:0dde4767-bc60-4c9c-a170-3d41632ca2c7), ShapeRef(_:f3e91533-7398-4ab4-87f1-28461fbf9035), ShapeRef(_:b5126f6a-ad8f-41fc-ac9c-68ec12794349), ShapeRef(_:dcef6658-ffb7-413b-87e5-6771fe98140e), ShapeRef(_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0dde4767-bc60-4c9c-a170-3d41632ca2c7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.299 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.299 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.301 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f3e91533-7398-4ab4-87f1-28461fbf9035=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d93170b0-19a8-494b-ae7f-4eff787e69f0), ShapeRef(_:1094a36e-713b-498c-b516-c8c044b0a5ca), ShapeRef(_:6efad406-80de-4693-9b62-32ce1506102b), ShapeRef(_:0dde4767-bc60-4c9c-a170-3d41632ca2c7), ShapeRef(_:f3e91533-7398-4ab4-87f1-28461fbf9035), ShapeRef(_:b5126f6a-ad8f-41fc-ac9c-68ec12794349), ShapeRef(_:dcef6658-ffb7-413b-87e5-6771fe98140e), ShapeRef(_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f3e91533-7398-4ab4-87f1-28461fbf9035,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(15 satisfies maxInclusive(15), 15 satisfies minInclusive(5))))))))
18:12:54.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.301 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b5126f6a-ad8f-41fc-ac9c-68ec12794349=ShapeTyping(TypingMap(Map()))
18:12:54.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.302 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:dcef6658-ffb7-413b-87e5-6771fe98140e],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:54.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.303 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dcef6658-ffb7-413b-87e5-6771fe98140e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d93170b0-19a8-494b-ae7f-4eff787e69f0), ShapeRef(_:1094a36e-713b-498c-b516-c8c044b0a5ca), ShapeRef(_:6efad406-80de-4693-9b62-32ce1506102b), ShapeRef(_:0dde4767-bc60-4c9c-a170-3d41632ca2c7), ShapeRef(_:f3e91533-7398-4ab4-87f1-28461fbf9035), ShapeRef(_:b5126f6a-ad8f-41fc-ac9c-68ec12794349), ShapeRef(_:dcef6658-ffb7-413b-87e5-6771fe98140e), ShapeRef(_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dcef6658-ffb7-413b-87e5-6771fe98140e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.303 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.303 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.303 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.304 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.304 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.304 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.304 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.304 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.304 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.304 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.305 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:54.305 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d93170b0-19a8-494b-ae7f-4eff787e69f0), ShapeRef(_:1094a36e-713b-498c-b516-c8c044b0a5ca), ShapeRef(_:6efad406-80de-4693-9b62-32ce1506102b), ShapeRef(_:0dde4767-bc60-4c9c-a170-3d41632ca2c7), ShapeRef(_:f3e91533-7398-4ab4-87f1-28461fbf9035), ShapeRef(_:b5126f6a-ad8f-41fc-ac9c-68ec12794349), ShapeRef(_:dcef6658-ffb7-413b-87e5-6771fe98140e), ShapeRef(_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.305 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d93170b0-19a8-494b-ae7f-4eff787e69f0,_:1094a36e-713b-498c-b516-c8c044b0a5ca,_:6efad406-80de-4693-9b62-32ce1506102b,_:0dde4767-bc60-4c9c-a170-3d41632ca2c7,_:f3e91533-7398-4ab4-87f1-28461fbf9035,_:b5126f6a-ad8f-41fc-ac9c-68ec12794349,_:dcef6658-ffb7-413b-87e5-6771fe98140e,_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:0dde4767-bc60-4c9c-a170-3d41632ca2c7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:f3e91533-7398-4ab4-87f1-28461fbf9035,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)))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d93170b0-19a8-494b-ae7f-4eff787e69f0), ShapeRef(_:1094a36e-713b-498c-b516-c8c044b0a5ca), ShapeRef(_:6efad406-80de-4693-9b62-32ce1506102b), ShapeRef(_:0dde4767-bc60-4c9c-a170-3d41632ca2c7), ShapeRef(_:f3e91533-7398-4ab4-87f1-28461fbf9035), ShapeRef(_:b5126f6a-ad8f-41fc-ac9c-68ec12794349), ShapeRef(_:dcef6658-ffb7-413b-87e5-6771fe98140e), ShapeRef(_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dcef6658-ffb7-413b-87e5-6771fe98140e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:6efad406-80de-4693-9b62-32ce1506102b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.306 [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(_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:0dde4767-bc60-4c9c-a170-3d41632ca2c7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:f3e91533-7398-4ab4-87f1-28461fbf9035,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)))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d93170b0-19a8-494b-ae7f-4eff787e69f0), ShapeRef(_:1094a36e-713b-498c-b516-c8c044b0a5ca), ShapeRef(_:6efad406-80de-4693-9b62-32ce1506102b), ShapeRef(_:0dde4767-bc60-4c9c-a170-3d41632ca2c7), ShapeRef(_:f3e91533-7398-4ab4-87f1-28461fbf9035), ShapeRef(_:b5126f6a-ad8f-41fc-ac9c-68ec12794349), ShapeRef(_:dcef6658-ffb7-413b-87e5-6771fe98140e), ShapeRef(_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dcef6658-ffb7-413b-87e5-6771fe98140e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:6efad406-80de-4693-9b62-32ce1506102b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.306 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:0dde4767-bc60-4c9c-a170-3d41632ca2c7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:f3e91533-7398-4ab4-87f1-28461fbf9035,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)))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d93170b0-19a8-494b-ae7f-4eff787e69f0), ShapeRef(_:1094a36e-713b-498c-b516-c8c044b0a5ca), ShapeRef(_:6efad406-80de-4693-9b62-32ce1506102b), ShapeRef(_:0dde4767-bc60-4c9c-a170-3d41632ca2c7), ShapeRef(_:f3e91533-7398-4ab4-87f1-28461fbf9035), ShapeRef(_:b5126f6a-ad8f-41fc-ac9c-68ec12794349), ShapeRef(_:dcef6658-ffb7-413b-87e5-6771fe98140e), ShapeRef(_:a828ee20-d8c3-4c7e-b47b-51a6b45ce575)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dcef6658-ffb7-413b-87e5-6771fe98140e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:6efad406-80de-4693-9b62-32ce1506102b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.306 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dcef6658-ffb7-413b-87e5-6771fe98140e = 
18:12:54.306 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dcef6658-ffb7-413b-87e5-6771fe98140e = 
18:12:54.306 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dcef6658-ffb7-413b-87e5-6771fe98140e: 
18:12:54.306 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b5126f6a-ad8f-41fc-ac9c-68ec12794349 = 
18:12:54.306 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b5126f6a-ad8f-41fc-ac9c-68ec12794349 = 
18:12:54.306 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b5126f6a-ad8f-41fc-ac9c-68ec12794349: 
18:12:54.306 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f3e91533-7398-4ab4-87f1-28461fbf9035 = 
18:12:54.306 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f3e91533-7398-4ab4-87f1-28461fbf9035 = 
18:12:54.307 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f3e91533-7398-4ab4-87f1-28461fbf9035: 
18:12:54.307 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0dde4767-bc60-4c9c-a170-3d41632ca2c7 = 
18:12:54.307 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0dde4767-bc60-4c9c-a170-3d41632ca2c7 = 
18:12:54.307 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0dde4767-bc60-4c9c-a170-3d41632ca2c7: 
18:12:54.307 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6efad406-80de-4693-9b62-32ce1506102b = 
18:12:54.307 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6efad406-80de-4693-9b62-32ce1506102b = 
18:12:54.307 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6efad406-80de-4693-9b62-32ce1506102b: 
18:12:54.307 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1094a36e-713b-498c-b516-c8c044b0a5ca = 
18:12:54.307 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1094a36e-713b-498c-b516-c8c044b0a5ca = 
18:12:54.307 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1094a36e-713b-498c-b516-c8c044b0a5ca: 
18:12:54.307 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d93170b0-19a8-494b-ae7f-4eff787e69f0 = 
18:12:54.307 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d93170b0-19a8-494b-ae7f-4eff787e69f0 = 
18:12:54.307 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d93170b0-19a8-494b-ae7f-4eff787e69f0: 
18:12:54.308 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T18:12:54.31Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty3>
                16 .
18:12:54.317 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:12:54.31Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "16"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:12:54.31Z"^^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:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:54.318 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {0a05b454-c7e5-4626-9b88-1c97c4d4bd9e @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 0a05b454-c7e5-4626-9b88-1c97c4d4bd9e @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 0a05b454-c7e5-4626-9b88-1c97c4d4bd9e @sh:path http://www.sampledomain.org/sam#integerProperty2; 0a05b454-c7e5-4626-9b88-1c97c4d4bd9e @rdf:type sh:Property; 40a9a6e9-194d-4c89-9643-d1827b2b9d07 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 40a9a6e9-194d-4c89-9643-d1827b2b9d07 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 40a9a6e9-194d-4c89-9643-d1827b2b9d07 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 40a9a6e9-194d-4c89-9643-d1827b2b9d07 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 40a9a6e9-194d-4c89-9643-d1827b2b9d07 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 40a9a6e9-194d-4c89-9643-d1827b2b9d07 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 40a9a6e9-194d-4c89-9643-d1827b2b9d07 @rdf:type sh:Property; a4a7ff67-9cd7-44c8-9f72-a7dfa0daebdf @rdf:rest 7e151b05-f6f9-4142-a883-47124ca3a521; a4a7ff67-9cd7-44c8-9f72-a7dfa0daebdf @rdf:first "A"; 69e43bf9-ac51-445b-b156-983b812ab4d3 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 69e43bf9-ac51-445b-b156-983b812ab4d3 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 69e43bf9-ac51-445b-b156-983b812ab4d3 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 69e43bf9-ac51-445b-b156-983b812ab4d3 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer...} |  [0a05b454-c7e5-4626-9b88-1c97c4d4bd9e, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [0a05b454-c7e5-4626-9b88-1c97c4d4bd9e, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [0a05b454-c7e5-4626-9b88-1c97c4d4bd9e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [0a05b454-c7e5-4626-9b88-1c97c4d4bd9e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [40a9a6e9-194d-4c89-9643-d1827b2b9d07, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [40a9a6e9-194d-4c89-9643-d1827b2b9d07, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [40a9a6e9-194d-4c89-9643-d1827b2b9d07, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [40a9a6e9-194d-4c89-9643-d1827b2b9d07, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [40a9a6e9-194d-4c89-9643-d1827b2b9d07, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [40a9a6e9-194d-4c89-9643-d1827b2b9d07, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [40a9a6e9-194d-4c89-9643-d1827b2b9d07, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a4a7ff67-9cd7-44c8-9f72-a7dfa0daebdf, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 7e151b05-f6f9-4142-a883-47124ca3a521] [a4a7ff67-9cd7-44c8-9f72-a7dfa0daebdf, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [69e43bf9-ac51-445b-b156-983b812ab4d3, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [69e43bf9-ac51-445b-b156-983b812ab4d3, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [69e43bf9-ac51-445b-b156-983b812ab4d3, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [69e43bf9-ac51-445b-b156-983b812ab4d3, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [69e43bf9-ac51-445b-b156-983b812ab4d3, http://www.w3.org/ns/shacl#pattern, "^B"] [69e43bf9-ac51-445b-b156-983b812ab4d3, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [69e43bf9-ac51-445b-b156-983b812ab4d3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [69e43bf9-ac51-445b-b156-983b812ab4d3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7e151b05-f6f9-4142-a883-47124ca3a521, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e65bb832-9fd9-4f57-b7bd-7e5896eca779] [7e151b05-f6f9-4142-a883-47124ca3a521, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [570d8ec7-ff28-438a-a428-c15ead86b3ba, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [570d8ec7-ff28-438a-a428-c15ead86b3ba, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [570d8ec7-ff28-438a-a428-c15ead86b3ba, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [45d58a0e-3ae5-4a96-8f04-ad80263edb8d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [45d58a0e-3ae5-4a96-8f04-ad80263edb8d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [45d58a0e-3ae5-4a96-8f04-ad80263edb8d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [45d58a0e-3ae5-4a96-8f04-ad80263edb8d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [45d58a0e-3ae5-4a96-8f04-ad80263edb8d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [45d58a0e-3ae5-4a96-8f04-ad80263edb8d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [45d58a0e-3ae5-4a96-8f04-ad80263edb8d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e65bb832-9fd9-4f57-b7bd-7e5896eca779, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [e65bb832-9fd9-4f57-b7bd-7e5896eca779, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [d3dd0bd0-f532-4998-a591-c98fded13b4f, http://www.w3.org/ns/shacl#in, a4a7ff67-9cd7-44c8-9f72-a7dfa0daebdf] [d3dd0bd0-f532-4998-a591-c98fded13b4f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [d3dd0bd0-f532-4998-a591-c98fded13b4f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0fa3b2d9-465d-4670-8d48-ca733bd19b87, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0fa3b2d9-465d-4670-8d48-ca733bd19b87, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0fa3b2d9-465d-4670-8d48-ca733bd19b87, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [0fa3b2d9-465d-4670-8d48-ca733bd19b87, 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, d3dd0bd0-f532-4998-a591-c98fded13b4f] [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, 570d8ec7-ff28-438a-a428-c15ead86b3ba] [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, c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 69e43bf9-ac51-445b-b156-983b812ab4d3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0a05b454-c7e5-4626-9b88-1c97c4d4bd9e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 40a9a6e9-194d-4c89-9643-d1827b2b9d07] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0fa3b2d9-465d-4670-8d48-ca733bd19b87] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 45d58a0e-3ae5-4a96-8f04-ad80263edb8d]>
18:12:54.319 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:54.320 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:54.321 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:570d8ec7-ff28-438a-a428-c15ead86b3ba,_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d,_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431,_:40a9a6e9-194d-4c89-9643-d1827b2b9d07,_:0fa3b2d9-465d-4670-8d48-ca733bd19b87,_:69e43bf9-ac51-445b-b156-983b812ab4d3,_:d3dd0bd0-f532-4998-a591-c98fded13b4f,_:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e. Pending nodes: 
18:12:54.321 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:570d8ec7-ff28-438a-a428-c15ead86b3ba
18:12:54.322 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:45d58a0e-3ae5-4a96-8f04-ad80263edb8d
18:12:54.323 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431
18:12:54.323 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:40a9a6e9-194d-4c89-9643-d1827b2b9d07
18:12:54.325 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0fa3b2d9-465d-4670-8d48-ca733bd19b87
18:12:54.325 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:69e43bf9-ac51-445b-b156-983b812ab4d3
18:12:54.326 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d3dd0bd0-f532-4998-a591-c98fded13b4f
18:12:54.327 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d3dd0bd0-f532-4998-a591-c98fded13b4f
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:69e43bf9-ac51-445b-b156-983b812ab4d3
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0fa3b2d9-465d-4670-8d48-ca733bd19b87
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:40a9a6e9-194d-4c89-9643-d1827b2b9d07
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:45d58a0e-3ae5-4a96-8f04-ad80263edb8d
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:570d8ec7-ff28-438a-a428-c15ead86b3ba
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e = 
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e = 
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e: 
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:54.328 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:54.329 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:570d8ec7-ff28-438a-a428-c15ead86b3ba,_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d,_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431,_:40a9a6e9-194d-4c89-9643-d1827b2b9d07,_:0fa3b2d9-465d-4670-8d48-ca733bd19b87,_:69e43bf9-ac51-445b-b156-983b812ab4d3,_:d3dd0bd0-f532-4998-a591-c98fded13b4f,_:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e)
18:12:54.329 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:570d8ec7-ff28-438a-a428-c15ead86b3ba)
18:12:54.329 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d)
18:12:54.329 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431)
18:12:54.329 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:40a9a6e9-194d-4c89-9643-d1827b2b9d07)
18:12:54.329 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0fa3b2d9-465d-4670-8d48-ca733bd19b87)
18:12:54.329 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:69e43bf9-ac51-445b-b156-983b812ab4d3)
18:12:54.329 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d3dd0bd0-f532-4998-a591-c98fded13b4f)
18:12:54.329 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e)
18:12:54.329 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.329 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.330 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:570d8ec7-ff28-438a-a428-c15ead86b3ba=ShapeTyping(TypingMap(Map()))
18:12:54.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.331 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:54.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.332 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:570d8ec7-ff28-438a-a428-c15ead86b3ba), ShapeRef(_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d), ShapeRef(_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431), ShapeRef(_:40a9a6e9-194d-4c89-9643-d1827b2b9d07), ShapeRef(_:0fa3b2d9-465d-4670-8d48-ca733bd19b87), ShapeRef(_:69e43bf9-ac51-445b-b156-983b812ab4d3), ShapeRef(_:d3dd0bd0-f532-4998-a591-c98fded13b4f), ShapeRef(_:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.332 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.332 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.332 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.332 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.333 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:570d8ec7-ff28-438a-a428-c15ead86b3ba), ShapeRef(_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d), ShapeRef(_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431), ShapeRef(_:40a9a6e9-194d-4c89-9643-d1827b2b9d07), ShapeRef(_:0fa3b2d9-465d-4670-8d48-ca733bd19b87), ShapeRef(_:69e43bf9-ac51-445b-b156-983b812ab4d3), ShapeRef(_:d3dd0bd0-f532-4998-a591-c98fded13b4f), ShapeRef(_:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxInclusive violation. Expected 16 <= 15"))))))))
18:12:54.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.334 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:40a9a6e9-194d-4c89-9643-d1827b2b9d07],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:54.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.334 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:40a9a6e9-194d-4c89-9643-d1827b2b9d07=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:570d8ec7-ff28-438a-a428-c15ead86b3ba), ShapeRef(_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d), ShapeRef(_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431), ShapeRef(_:40a9a6e9-194d-4c89-9643-d1827b2b9d07), ShapeRef(_:0fa3b2d9-465d-4670-8d48-ca733bd19b87), ShapeRef(_:69e43bf9-ac51-445b-b156-983b812ab4d3), ShapeRef(_:d3dd0bd0-f532-4998-a591-c98fded13b4f), ShapeRef(_:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:40a9a6e9-194d-4c89-9643-d1827b2b9d07,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.335 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:54.31Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0fa3b2d9-465d-4670-8d48-ca733bd19b87],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:54.335 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0fa3b2d9-465d-4670-8d48-ca733bd19b87=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:570d8ec7-ff28-438a-a428-c15ead86b3ba), ShapeRef(_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d), ShapeRef(_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431), ShapeRef(_:40a9a6e9-194d-4c89-9643-d1827b2b9d07), ShapeRef(_:0fa3b2d9-465d-4670-8d48-ca733bd19b87), ShapeRef(_:69e43bf9-ac51-445b-b156-983b812ab4d3), ShapeRef(_:d3dd0bd0-f532-4998-a591-c98fded13b4f), ShapeRef(_:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0fa3b2d9-465d-4670-8d48-ca733bd19b87,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.337 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:69e43bf9-ac51-445b-b156-983b812ab4d3],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:54.337 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:69e43bf9-ac51-445b-b156-983b812ab4d3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:570d8ec7-ff28-438a-a428-c15ead86b3ba), ShapeRef(_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d), ShapeRef(_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431), ShapeRef(_:40a9a6e9-194d-4c89-9643-d1827b2b9d07), ShapeRef(_:0fa3b2d9-465d-4670-8d48-ca733bd19b87), ShapeRef(_:69e43bf9-ac51-445b-b156-983b812ab4d3), ShapeRef(_:d3dd0bd0-f532-4998-a591-c98fded13b4f), ShapeRef(_:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:69e43bf9-ac51-445b-b156-983b812ab4d3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.337 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d3dd0bd0-f532-4998-a591-c98fded13b4f=ShapeTyping(TypingMap(Map()))
18:12:54.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.338 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e=ShapeTyping(TypingMap(Map()))
18:12:54.338 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:570d8ec7-ff28-438a-a428-c15ead86b3ba,_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d,_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431,_:40a9a6e9-194d-4c89-9643-d1827b2b9d07,_:0fa3b2d9-465d-4670-8d48-ca733bd19b87,_:69e43bf9-ac51-445b-b156-983b812ab4d3,_:d3dd0bd0-f532-4998-a591-c98fded13b4f,_:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431,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(_:69e43bf9-ac51-445b-b156-983b812ab4d3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:0fa3b2d9-465d-4670-8d48-ca733bd19b87,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:570d8ec7-ff28-438a-a428-c15ead86b3ba), ShapeRef(_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d), ShapeRef(_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431), ShapeRef(_:40a9a6e9-194d-4c89-9643-d1827b2b9d07), ShapeRef(_:0fa3b2d9-465d-4670-8d48-ca733bd19b87), ShapeRef(_:69e43bf9-ac51-445b-b156-983b812ab4d3), ShapeRef(_:d3dd0bd0-f532-4998-a591-c98fded13b4f), ShapeRef(_:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:40a9a6e9-194d-4c89-9643-d1827b2b9d07,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.339 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431,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(_:69e43bf9-ac51-445b-b156-983b812ab4d3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:0fa3b2d9-465d-4670-8d48-ca733bd19b87,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:570d8ec7-ff28-438a-a428-c15ead86b3ba), ShapeRef(_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d), ShapeRef(_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431), ShapeRef(_:40a9a6e9-194d-4c89-9643-d1827b2b9d07), ShapeRef(_:0fa3b2d9-465d-4670-8d48-ca733bd19b87), ShapeRef(_:69e43bf9-ac51-445b-b156-983b812ab4d3), ShapeRef(_:d3dd0bd0-f532-4998-a591-c98fded13b4f), ShapeRef(_:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:40a9a6e9-194d-4c89-9643-d1827b2b9d07,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.339 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431,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(_:69e43bf9-ac51-445b-b156-983b812ab4d3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:0fa3b2d9-465d-4670-8d48-ca733bd19b87,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:570d8ec7-ff28-438a-a428-c15ead86b3ba), ShapeRef(_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d), ShapeRef(_:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431), ShapeRef(_:40a9a6e9-194d-4c89-9643-d1827b2b9d07), ShapeRef(_:0fa3b2d9-465d-4670-8d48-ca733bd19b87), ShapeRef(_:69e43bf9-ac51-445b-b156-983b812ab4d3), ShapeRef(_:d3dd0bd0-f532-4998-a591-c98fded13b4f), ShapeRef(_:0a05b454-c7e5-4626-9b88-1c97c4d4bd9e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:40a9a6e9-194d-4c89-9643-d1827b2b9d07,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:45d58a0e-3ae5-4a96-8f04-ad80263edb8d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.339 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d3dd0bd0-f532-4998-a591-c98fded13b4f = 
18:12:54.339 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d3dd0bd0-f532-4998-a591-c98fded13b4f = 
18:12:54.339 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d3dd0bd0-f532-4998-a591-c98fded13b4f: 
18:12:54.339 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:69e43bf9-ac51-445b-b156-983b812ab4d3 = 
18:12:54.339 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:69e43bf9-ac51-445b-b156-983b812ab4d3 = 
18:12:54.339 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:69e43bf9-ac51-445b-b156-983b812ab4d3: 
18:12:54.339 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0fa3b2d9-465d-4670-8d48-ca733bd19b87 = 
18:12:54.339 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0fa3b2d9-465d-4670-8d48-ca733bd19b87 = 
18:12:54.394 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0fa3b2d9-465d-4670-8d48-ca733bd19b87: 
18:12:54.394 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:40a9a6e9-194d-4c89-9643-d1827b2b9d07 = 
18:12:54.394 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:40a9a6e9-194d-4c89-9643-d1827b2b9d07 = 
18:12:54.394 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:40a9a6e9-194d-4c89-9643-d1827b2b9d07: 
18:12:54.395 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431 = 
18:12:54.395 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431 = 
18:12:54.395 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c1ffab2c-b2c1-4b1f-b8b3-6b1061dfd431: 
18:12:54.395 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:45d58a0e-3ae5-4a96-8f04-ad80263edb8d = 
18:12:54.395 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:45d58a0e-3ae5-4a96-8f04-ad80263edb8d = 
18:12:54.395 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:45d58a0e-3ae5-4a96-8f04-ad80263edb8d: 
18:12:54.395 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:570d8ec7-ff28-438a-a428-c15ead86b3ba = 
18:12:54.395 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:570d8ec7-ff28-438a-a428-c15ead86b3ba = 
18:12:54.395 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:570d8ec7-ff28-438a-a428-c15ead86b3ba: 
18:12:54.397 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:54.408 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {5f928988-9ae4-43de-b28b-9803cce313be @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 5f928988-9ae4-43de-b28b-9803cce313be @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 5f928988-9ae4-43de-b28b-9803cce313be @sh:path http://www.sampledomain.org/sam#aSetOfDates; 5f928988-9ae4-43de-b28b-9803cce313be @rdf:type sh:Property; 97699401-b558-4aba-82d3-87b7c6883d5e @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 97699401-b558-4aba-82d3-87b7c6883d5e @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 97699401-b558-4aba-82d3-87b7c6883d5e @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 97699401-b558-4aba-82d3-87b7c6883d5e @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 97699401-b558-4aba-82d3-87b7c6883d5e @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 97699401-b558-4aba-82d3-87b7c6883d5e @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 97699401-b558-4aba-82d3-87b7c6883d5e @rdf:type sh:Property; 5a38007e-ae1c-4c5a-ba49-92b785219865 @sh:in 7df61dc7-dd65-463a-bfae-ccf91355a306; 5a38007e-ae1c-4c5a-ba49-92b785219865 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 5a38007e-ae1c-4c5a-ba49-92b785219865 @rdf:type sh:Property; 7df61dc7-dd65-463a-bfae-ccf91355a306 @rdf:rest cec31789-f37e-4c95-b11f-02f4c5778d37; 7df61dc7-dd65-463a-bfae-ccf91355a306 @rdf:first "A"; 5ca06785-12de-41b4-9bf0-b5e221bb7bf8 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [5f928988-9ae4-43de-b28b-9803cce313be, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5f928988-9ae4-43de-b28b-9803cce313be, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5f928988-9ae4-43de-b28b-9803cce313be, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [5f928988-9ae4-43de-b28b-9803cce313be, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [97699401-b558-4aba-82d3-87b7c6883d5e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [97699401-b558-4aba-82d3-87b7c6883d5e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [97699401-b558-4aba-82d3-87b7c6883d5e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [97699401-b558-4aba-82d3-87b7c6883d5e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [97699401-b558-4aba-82d3-87b7c6883d5e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [97699401-b558-4aba-82d3-87b7c6883d5e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [97699401-b558-4aba-82d3-87b7c6883d5e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5a38007e-ae1c-4c5a-ba49-92b785219865, http://www.w3.org/ns/shacl#in, 7df61dc7-dd65-463a-bfae-ccf91355a306] [5a38007e-ae1c-4c5a-ba49-92b785219865, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [5a38007e-ae1c-4c5a-ba49-92b785219865, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7df61dc7-dd65-463a-bfae-ccf91355a306, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, cec31789-f37e-4c95-b11f-02f4c5778d37] [7df61dc7-dd65-463a-bfae-ccf91355a306, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [5ca06785-12de-41b4-9bf0-b5e221bb7bf8, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5ca06785-12de-41b4-9bf0-b5e221bb7bf8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5ca06785-12de-41b4-9bf0-b5e221bb7bf8, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [5ca06785-12de-41b4-9bf0-b5e221bb7bf8, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [5ca06785-12de-41b4-9bf0-b5e221bb7bf8, http://www.w3.org/ns/shacl#pattern, "^B"] [5ca06785-12de-41b4-9bf0-b5e221bb7bf8, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [5ca06785-12de-41b4-9bf0-b5e221bb7bf8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [5ca06785-12de-41b4-9bf0-b5e221bb7bf8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3be884fc-d860-4af4-b680-720431c47eed, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3be884fc-d860-4af4-b680-720431c47eed, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3be884fc-d860-4af4-b680-720431c47eed, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3be884fc-d860-4af4-b680-720431c47eed, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3be884fc-d860-4af4-b680-720431c47eed, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3be884fc-d860-4af4-b680-720431c47eed, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [3be884fc-d860-4af4-b680-720431c47eed, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cec31789-f37e-4c95-b11f-02f4c5778d37, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e7e3f187-ea8d-4274-89e4-d11ed73ba7b0] [cec31789-f37e-4c95-b11f-02f4c5778d37, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [e7e3f187-ea8d-4274-89e4-d11ed73ba7b0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [e7e3f187-ea8d-4274-89e4-d11ed73ba7b0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [4ce8a968-75a9-4187-9ff5-0c45bbe4adaa, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [4ce8a968-75a9-4187-9ff5-0c45bbe4adaa, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [4ce8a968-75a9-4187-9ff5-0c45bbe4adaa, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [4ce8a968-75a9-4187-9ff5-0c45bbe4adaa, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a4cde877-2b66-4ead-9c8b-13110269f459, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [a4cde877-2b66-4ead-9c8b-13110269f459, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [a4cde877-2b66-4ead-9c8b-13110269f459, 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, 2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24] [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, 5f928988-9ae4-43de-b28b-9803cce313be] [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, 5a38007e-ae1c-4c5a-ba49-92b785219865] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3be884fc-d860-4af4-b680-720431c47eed] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5ca06785-12de-41b4-9bf0-b5e221bb7bf8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4ce8a968-75a9-4187-9ff5-0c45bbe4adaa] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 97699401-b558-4aba-82d3-87b7c6883d5e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a4cde877-2b66-4ead-9c8b-13110269f459]>
18:12:54.409 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:54.410 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:54.411 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24,_:a4cde877-2b66-4ead-9c8b-13110269f459,_:5f928988-9ae4-43de-b28b-9803cce313be,_:3be884fc-d860-4af4-b680-720431c47eed,_:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa,_:5a38007e-ae1c-4c5a-ba49-92b785219865,_:97699401-b558-4aba-82d3-87b7c6883d5e,_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8. Pending nodes: 
18:12:54.412 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24
18:12:54.412 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a4cde877-2b66-4ead-9c8b-13110269f459
18:12:54.413 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5f928988-9ae4-43de-b28b-9803cce313be
18:12:54.414 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3be884fc-d860-4af4-b680-720431c47eed
18:12:54.415 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa
18:12:54.416 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5a38007e-ae1c-4c5a-ba49-92b785219865
18:12:54.416 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:97699401-b558-4aba-82d3-87b7c6883d5e
18:12:54.418 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5ca06785-12de-41b4-9bf0-b5e221bb7bf8
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5ca06785-12de-41b4-9bf0-b5e221bb7bf8
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:97699401-b558-4aba-82d3-87b7c6883d5e
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5a38007e-ae1c-4c5a-ba49-92b785219865
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3be884fc-d860-4af4-b680-720431c47eed
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5f928988-9ae4-43de-b28b-9803cce313be
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a4cde877-2b66-4ead-9c8b-13110269f459
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24,_:a4cde877-2b66-4ead-9c8b-13110269f459,_:5f928988-9ae4-43de-b28b-9803cce313be,_:3be884fc-d860-4af4-b680-720431c47eed,_:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa,_:5a38007e-ae1c-4c5a-ba49-92b785219865,_:97699401-b558-4aba-82d3-87b7c6883d5e,_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8)
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24)
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a4cde877-2b66-4ead-9c8b-13110269f459)
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5f928988-9ae4-43de-b28b-9803cce313be)
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3be884fc-d860-4af4-b680-720431c47eed)
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa)
18:12:54.419 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5a38007e-ae1c-4c5a-ba49-92b785219865)
18:12:54.420 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:97699401-b558-4aba-82d3-87b7c6883d5e)
18:12:54.420 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8)
18:12:54.420 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.420 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.420 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.420 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.420 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24=ShapeTyping(TypingMap(Map()))
18:12:54.420 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.420 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.421 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a4cde877-2b66-4ead-9c8b-13110269f459=ShapeTyping(TypingMap(Map()))
18:12:54.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.421 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:54.4Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5f928988-9ae4-43de-b28b-9803cce313be],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:54.421 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5f928988-9ae4-43de-b28b-9803cce313be=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24), ShapeRef(_:a4cde877-2b66-4ead-9c8b-13110269f459), ShapeRef(_:5f928988-9ae4-43de-b28b-9803cce313be), ShapeRef(_:3be884fc-d860-4af4-b680-720431c47eed), ShapeRef(_:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa), ShapeRef(_:5a38007e-ae1c-4c5a-ba49-92b785219865), ShapeRef(_:97699401-b558-4aba-82d3-87b7c6883d5e), ShapeRef(_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5f928988-9ae4-43de-b28b-9803cce313be,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.422 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3be884fc-d860-4af4-b680-720431c47eed],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:54.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.423 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3be884fc-d860-4af4-b680-720431c47eed=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24), ShapeRef(_:a4cde877-2b66-4ead-9c8b-13110269f459), ShapeRef(_:5f928988-9ae4-43de-b28b-9803cce313be), ShapeRef(_:3be884fc-d860-4af4-b680-720431c47eed), ShapeRef(_:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa), ShapeRef(_:5a38007e-ae1c-4c5a-ba49-92b785219865), ShapeRef(_:97699401-b558-4aba-82d3-87b7c6883d5e), ShapeRef(_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3be884fc-d860-4af4-b680-720431c47eed,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.423 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa=ShapeTyping(TypingMap(Map()))
18:12:54.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.424 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5a38007e-ae1c-4c5a-ba49-92b785219865=ShapeTyping(TypingMap(Map()))
18:12:54.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.425 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:97699401-b558-4aba-82d3-87b7c6883d5e],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:54.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.426 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:97699401-b558-4aba-82d3-87b7c6883d5e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24), ShapeRef(_:a4cde877-2b66-4ead-9c8b-13110269f459), ShapeRef(_:5f928988-9ae4-43de-b28b-9803cce313be), ShapeRef(_:3be884fc-d860-4af4-b680-720431c47eed), ShapeRef(_:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa), ShapeRef(_:5a38007e-ae1c-4c5a-ba49-92b785219865), ShapeRef(_:97699401-b558-4aba-82d3-87b7c6883d5e), ShapeRef(_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:97699401-b558-4aba-82d3-87b7c6883d5e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.427 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:54.427 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24), ShapeRef(_:a4cde877-2b66-4ead-9c8b-13110269f459), ShapeRef(_:5f928988-9ae4-43de-b28b-9803cce313be), ShapeRef(_:3be884fc-d860-4af4-b680-720431c47eed), ShapeRef(_:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa), ShapeRef(_:5a38007e-ae1c-4c5a-ba49-92b785219865), ShapeRef(_:97699401-b558-4aba-82d3-87b7c6883d5e), ShapeRef(_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.428 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24,_:a4cde877-2b66-4ead-9c8b-13110269f459,_:5f928988-9ae4-43de-b28b-9803cce313be,_:3be884fc-d860-4af4-b680-720431c47eed,_:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa,_:5a38007e-ae1c-4c5a-ba49-92b785219865,_:97699401-b558-4aba-82d3-87b7c6883d5e,_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:5f928988-9ae4-43de-b28b-9803cce313be,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24), ShapeRef(_:a4cde877-2b66-4ead-9c8b-13110269f459), ShapeRef(_:5f928988-9ae4-43de-b28b-9803cce313be), ShapeRef(_:3be884fc-d860-4af4-b680-720431c47eed), ShapeRef(_:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa), ShapeRef(_:5a38007e-ae1c-4c5a-ba49-92b785219865), ShapeRef(_:97699401-b558-4aba-82d3-87b7c6883d5e), ShapeRef(_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3be884fc-d860-4af4-b680-720431c47eed,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:97699401-b558-4aba-82d3-87b7c6883d5e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.428 [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(_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:5f928988-9ae4-43de-b28b-9803cce313be,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24), ShapeRef(_:a4cde877-2b66-4ead-9c8b-13110269f459), ShapeRef(_:5f928988-9ae4-43de-b28b-9803cce313be), ShapeRef(_:3be884fc-d860-4af4-b680-720431c47eed), ShapeRef(_:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa), ShapeRef(_:5a38007e-ae1c-4c5a-ba49-92b785219865), ShapeRef(_:97699401-b558-4aba-82d3-87b7c6883d5e), ShapeRef(_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3be884fc-d860-4af4-b680-720431c47eed,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:97699401-b558-4aba-82d3-87b7c6883d5e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.428 [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(_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:5f928988-9ae4-43de-b28b-9803cce313be,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24), ShapeRef(_:a4cde877-2b66-4ead-9c8b-13110269f459), ShapeRef(_:5f928988-9ae4-43de-b28b-9803cce313be), ShapeRef(_:3be884fc-d860-4af4-b680-720431c47eed), ShapeRef(_:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa), ShapeRef(_:5a38007e-ae1c-4c5a-ba49-92b785219865), ShapeRef(_:97699401-b558-4aba-82d3-87b7c6883d5e), ShapeRef(_:5ca06785-12de-41b4-9bf0-b5e221bb7bf8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3be884fc-d860-4af4-b680-720431c47eed,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:97699401-b558-4aba-82d3-87b7c6883d5e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.428 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5ca06785-12de-41b4-9bf0-b5e221bb7bf8 = 
18:12:54.428 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5ca06785-12de-41b4-9bf0-b5e221bb7bf8 = 
18:12:54.428 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5ca06785-12de-41b4-9bf0-b5e221bb7bf8: 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:97699401-b558-4aba-82d3-87b7c6883d5e = 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:97699401-b558-4aba-82d3-87b7c6883d5e = 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:97699401-b558-4aba-82d3-87b7c6883d5e: 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5a38007e-ae1c-4c5a-ba49-92b785219865 = 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5a38007e-ae1c-4c5a-ba49-92b785219865 = 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5a38007e-ae1c-4c5a-ba49-92b785219865: 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa = 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa = 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4ce8a968-75a9-4187-9ff5-0c45bbe4adaa: 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3be884fc-d860-4af4-b680-720431c47eed = 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3be884fc-d860-4af4-b680-720431c47eed = 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3be884fc-d860-4af4-b680-720431c47eed: 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5f928988-9ae4-43de-b28b-9803cce313be = 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5f928988-9ae4-43de-b28b-9803cce313be = 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5f928988-9ae4-43de-b28b-9803cce313be: 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a4cde877-2b66-4ead-9c8b-13110269f459 = 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a4cde877-2b66-4ead-9c8b-13110269f459 = 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a4cde877-2b66-4ead-9c8b-13110269f459: 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24 = 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24 = 
18:12:54.429 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2ffe6864-cbf6-4e25-bfbf-c8e6bf4f3d24: 
18:12:54.430 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:54.498 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {f698bd39-8bcb-443d-99cb-e425bb9b1cbc @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; f698bd39-8bcb-443d-99cb-e425bb9b1cbc @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; f698bd39-8bcb-443d-99cb-e425bb9b1cbc @sh:path http://www.sampledomain.org/sam#integerProperty2; f698bd39-8bcb-443d-99cb-e425bb9b1cbc @rdf:type sh:Property; 3d39e97e-1a43-4846-a11f-6816c5a15e9d @sh:in 92f5892a-8c8e-41d6-ab0e-c90120cb390c; 3d39e97e-1a43-4846-a11f-6816c5a15e9d @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 3d39e97e-1a43-4846-a11f-6816c5a15e9d @rdf:type sh:Property; 215f4526-f6b4-4827-b715-0bcb945cbe7a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 215f4526-f6b4-4827-b715-0bcb945cbe7a @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 215f4526-f6b4-4827-b715-0bcb945cbe7a @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 215f4526-f6b4-4827-b715-0bcb945cbe7a @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 215f4526-f6b4-4827-b715-0bcb945cbe7a @sh:pattern "^B"; 215f4526-f6b4-4827-b715-0bcb945cbe7a @sh:description "a Simple Single String Property"; 215f4526-f6b4-4827-b715-0bcb945cbe7a @sh:path http://www.sampledomain.org/sam#aStringProperty; 215f4526-f6b4-4827-b715-0bcb945cbe7a @rdf:type sh:Property; a5e0b0eb-737e-4a80-8f34-c47aca784488 @sh:class http://www.sampledomain.org/sam#AnotherResource; a5e0b0eb-737e-4a80-8f34-c47aca784488 @sh:path http://www.sampledomain.org/sam#aReferenceProperty...} |  [f698bd39-8bcb-443d-99cb-e425bb9b1cbc, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f698bd39-8bcb-443d-99cb-e425bb9b1cbc, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f698bd39-8bcb-443d-99cb-e425bb9b1cbc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f698bd39-8bcb-443d-99cb-e425bb9b1cbc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3d39e97e-1a43-4846-a11f-6816c5a15e9d, http://www.w3.org/ns/shacl#in, 92f5892a-8c8e-41d6-ab0e-c90120cb390c] [3d39e97e-1a43-4846-a11f-6816c5a15e9d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [3d39e97e-1a43-4846-a11f-6816c5a15e9d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [215f4526-f6b4-4827-b715-0bcb945cbe7a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [215f4526-f6b4-4827-b715-0bcb945cbe7a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [215f4526-f6b4-4827-b715-0bcb945cbe7a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [215f4526-f6b4-4827-b715-0bcb945cbe7a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [215f4526-f6b4-4827-b715-0bcb945cbe7a, http://www.w3.org/ns/shacl#pattern, "^B"] [215f4526-f6b4-4827-b715-0bcb945cbe7a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [215f4526-f6b4-4827-b715-0bcb945cbe7a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [215f4526-f6b4-4827-b715-0bcb945cbe7a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a5e0b0eb-737e-4a80-8f34-c47aca784488, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [a5e0b0eb-737e-4a80-8f34-c47aca784488, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [a5e0b0eb-737e-4a80-8f34-c47aca784488, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [34c2bc64-6388-4b12-8d0b-c310d94af246, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [34c2bc64-6388-4b12-8d0b-c310d94af246, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [fc480b7a-3c67-4312-9f08-8c2e357c588f, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [fc480b7a-3c67-4312-9f08-8c2e357c588f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [fc480b7a-3c67-4312-9f08-8c2e357c588f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [fc480b7a-3c67-4312-9f08-8c2e357c588f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fc480b7a-3c67-4312-9f08-8c2e357c588f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [fc480b7a-3c67-4312-9f08-8c2e357c588f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [fc480b7a-3c67-4312-9f08-8c2e357c588f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5ee02ca6-7459-46b2-b627-0fc20431e272, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 34c2bc64-6388-4b12-8d0b-c310d94af246] [5ee02ca6-7459-46b2-b627-0fc20431e272, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [a6d8bcd0-524f-4748-a9f7-0652b172df8a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a6d8bcd0-524f-4748-a9f7-0652b172df8a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a6d8bcd0-524f-4748-a9f7-0652b172df8a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a6d8bcd0-524f-4748-a9f7-0652b172df8a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a6d8bcd0-524f-4748-a9f7-0652b172df8a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a6d8bcd0-524f-4748-a9f7-0652b172df8a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [a6d8bcd0-524f-4748-a9f7-0652b172df8a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [92f5892a-8c8e-41d6-ab0e-c90120cb390c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5ee02ca6-7459-46b2-b627-0fc20431e272] [92f5892a-8c8e-41d6-ab0e-c90120cb390c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [a75d153b-e4bd-4c1d-a022-ef5f6ec542e5, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a75d153b-e4bd-4c1d-a022-ef5f6ec542e5, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a75d153b-e4bd-4c1d-a022-ef5f6ec542e5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [a75d153b-e4bd-4c1d-a022-ef5f6ec542e5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5d69e586-6077-40a6-ab89-b52925564b0c, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5d69e586-6077-40a6-ab89-b52925564b0c, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5d69e586-6077-40a6-ab89-b52925564b0c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [5d69e586-6077-40a6-ab89-b52925564b0c, 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, f698bd39-8bcb-443d-99cb-e425bb9b1cbc] [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, 3d39e97e-1a43-4846-a11f-6816c5a15e9d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a5e0b0eb-737e-4a80-8f34-c47aca784488] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fc480b7a-3c67-4312-9f08-8c2e357c588f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5d69e586-6077-40a6-ab89-b52925564b0c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 215f4526-f6b4-4827-b715-0bcb945cbe7a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a6d8bcd0-524f-4748-a9f7-0652b172df8a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a75d153b-e4bd-4c1d-a022-ef5f6ec542e5]>
18:12:54.498 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:54.499 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:54.500 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:a5e0b0eb-737e-4a80-8f34-c47aca784488,_:fc480b7a-3c67-4312-9f08-8c2e357c588f,_:5d69e586-6077-40a6-ab89-b52925564b0c,_:a6d8bcd0-524f-4748-a9f7-0652b172df8a,_:215f4526-f6b4-4827-b715-0bcb945cbe7a,_:f698bd39-8bcb-443d-99cb-e425bb9b1cbc,_:3d39e97e-1a43-4846-a11f-6816c5a15e9d,_:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5. Pending nodes: 
18:12:54.500 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a5e0b0eb-737e-4a80-8f34-c47aca784488
18:12:54.501 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fc480b7a-3c67-4312-9f08-8c2e357c588f
18:12:54.502 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5d69e586-6077-40a6-ab89-b52925564b0c
18:12:54.503 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a6d8bcd0-524f-4748-a9f7-0652b172df8a
18:12:54.504 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:215f4526-f6b4-4827-b715-0bcb945cbe7a
18:12:54.505 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f698bd39-8bcb-443d-99cb-e425bb9b1cbc
18:12:54.506 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3d39e97e-1a43-4846-a11f-6816c5a15e9d
18:12:54.507 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5
18:12:54.507 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5
18:12:54.507 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3d39e97e-1a43-4846-a11f-6816c5a15e9d
18:12:54.507 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f698bd39-8bcb-443d-99cb-e425bb9b1cbc
18:12:54.507 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:54.507 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:215f4526-f6b4-4827-b715-0bcb945cbe7a
18:12:54.507 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a6d8bcd0-524f-4748-a9f7-0652b172df8a
18:12:54.507 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5d69e586-6077-40a6-ab89-b52925564b0c
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fc480b7a-3c67-4312-9f08-8c2e357c588f
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a5e0b0eb-737e-4a80-8f34-c47aca784488
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5 = 
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5 = 
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5: 
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3d39e97e-1a43-4846-a11f-6816c5a15e9d = 
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3d39e97e-1a43-4846-a11f-6816c5a15e9d = 
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3d39e97e-1a43-4846-a11f-6816c5a15e9d: 
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f698bd39-8bcb-443d-99cb-e425bb9b1cbc = 
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f698bd39-8bcb-443d-99cb-e425bb9b1cbc = 
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f698bd39-8bcb-443d-99cb-e425bb9b1cbc: 
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a5e0b0eb-737e-4a80-8f34-c47aca784488,_:fc480b7a-3c67-4312-9f08-8c2e357c588f,_:5d69e586-6077-40a6-ab89-b52925564b0c,_:a6d8bcd0-524f-4748-a9f7-0652b172df8a,_:215f4526-f6b4-4827-b715-0bcb945cbe7a,_:f698bd39-8bcb-443d-99cb-e425bb9b1cbc,_:3d39e97e-1a43-4846-a11f-6816c5a15e9d,_:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5)
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a5e0b0eb-737e-4a80-8f34-c47aca784488)
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc480b7a-3c67-4312-9f08-8c2e357c588f)
18:12:54.508 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5d69e586-6077-40a6-ab89-b52925564b0c)
18:12:54.509 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a6d8bcd0-524f-4748-a9f7-0652b172df8a)
18:12:54.509 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:215f4526-f6b4-4827-b715-0bcb945cbe7a)
18:12:54.509 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f698bd39-8bcb-443d-99cb-e425bb9b1cbc)
18:12:54.509 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3d39e97e-1a43-4846-a11f-6816c5a15e9d)
18:12:54.509 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5)
18:12:54.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.509 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a5e0b0eb-737e-4a80-8f34-c47aca784488=ShapeTyping(TypingMap(Map()))
18:12:54.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.510 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(1), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:fc480b7a-3c67-4312-9f08-8c2e357c588f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:54.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.511 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc480b7a-3c67-4312-9f08-8c2e357c588f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a5e0b0eb-737e-4a80-8f34-c47aca784488), ShapeRef(_:fc480b7a-3c67-4312-9f08-8c2e357c588f), ShapeRef(_:5d69e586-6077-40a6-ab89-b52925564b0c), ShapeRef(_:a6d8bcd0-524f-4748-a9f7-0652b172df8a), ShapeRef(_:215f4526-f6b4-4827-b715-0bcb945cbe7a), ShapeRef(_:f698bd39-8bcb-443d-99cb-e425bb9b1cbc), ShapeRef(_:3d39e97e-1a43-4846-a11f-6816c5a15e9d), ShapeRef(_:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fc480b7a-3c67-4312-9f08-8c2e357c588f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MaxCount violation. Expected 0, obtained: 1"))))))))
18:12:54.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.512 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:54.432Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5d69e586-6077-40a6-ab89-b52925564b0c],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:54.512 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5d69e586-6077-40a6-ab89-b52925564b0c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a5e0b0eb-737e-4a80-8f34-c47aca784488), ShapeRef(_:fc480b7a-3c67-4312-9f08-8c2e357c588f), ShapeRef(_:5d69e586-6077-40a6-ab89-b52925564b0c), ShapeRef(_:a6d8bcd0-524f-4748-a9f7-0652b172df8a), ShapeRef(_:215f4526-f6b4-4827-b715-0bcb945cbe7a), ShapeRef(_:f698bd39-8bcb-443d-99cb-e425bb9b1cbc), ShapeRef(_:3d39e97e-1a43-4846-a11f-6816c5a15e9d), ShapeRef(_:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5d69e586-6077-40a6-ab89-b52925564b0c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.512 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.512 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.512 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.512 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.513 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.513 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.513 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.513 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.513 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a6d8bcd0-524f-4748-a9f7-0652b172df8a],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:54.513 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.513 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.514 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a6d8bcd0-524f-4748-a9f7-0652b172df8a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a5e0b0eb-737e-4a80-8f34-c47aca784488), ShapeRef(_:fc480b7a-3c67-4312-9f08-8c2e357c588f), ShapeRef(_:5d69e586-6077-40a6-ab89-b52925564b0c), ShapeRef(_:a6d8bcd0-524f-4748-a9f7-0652b172df8a), ShapeRef(_:215f4526-f6b4-4827-b715-0bcb945cbe7a), ShapeRef(_:f698bd39-8bcb-443d-99cb-e425bb9b1cbc), ShapeRef(_:3d39e97e-1a43-4846-a11f-6816c5a15e9d), ShapeRef(_:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a6d8bcd0-524f-4748-a9f7-0652b172df8a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.514 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.514 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.514 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.514 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.515 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.515 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.515 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.515 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.515 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.515 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.515 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:215f4526-f6b4-4827-b715-0bcb945cbe7a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:54.515 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:215f4526-f6b4-4827-b715-0bcb945cbe7a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a5e0b0eb-737e-4a80-8f34-c47aca784488), ShapeRef(_:fc480b7a-3c67-4312-9f08-8c2e357c588f), ShapeRef(_:5d69e586-6077-40a6-ab89-b52925564b0c), ShapeRef(_:a6d8bcd0-524f-4748-a9f7-0652b172df8a), ShapeRef(_:215f4526-f6b4-4827-b715-0bcb945cbe7a), ShapeRef(_:f698bd39-8bcb-443d-99cb-e425bb9b1cbc), ShapeRef(_:3d39e97e-1a43-4846-a11f-6816c5a15e9d), ShapeRef(_:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:215f4526-f6b4-4827-b715-0bcb945cbe7a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.516 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.516 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.516 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.516 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.516 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f698bd39-8bcb-443d-99cb-e425bb9b1cbc=ShapeTyping(TypingMap(Map()))
18:12:54.516 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.516 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.516 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3d39e97e-1a43-4846-a11f-6816c5a15e9d=ShapeTyping(TypingMap(Map()))
18:12:54.516 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.516 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.516 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.516 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.516 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5=ShapeTyping(TypingMap(Map()))
18:12:54.517 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a5e0b0eb-737e-4a80-8f34-c47aca784488,_:fc480b7a-3c67-4312-9f08-8c2e357c588f,_:5d69e586-6077-40a6-ab89-b52925564b0c,_:a6d8bcd0-524f-4748-a9f7-0652b172df8a,_:215f4526-f6b4-4827-b715-0bcb945cbe7a,_:f698bd39-8bcb-443d-99cb-e425bb9b1cbc,_:3d39e97e-1a43-4846-a11f-6816c5a15e9d,_:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:215f4526-f6b4-4827-b715-0bcb945cbe7a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:5d69e586-6077-40a6-ab89-b52925564b0c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:fc480b7a-3c67-4312-9f08-8c2e357c588f,PredicatePath(<http://www.sampledomain.org/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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a5e0b0eb-737e-4a80-8f34-c47aca784488), ShapeRef(_:fc480b7a-3c67-4312-9f08-8c2e357c588f), ShapeRef(_:5d69e586-6077-40a6-ab89-b52925564b0c), ShapeRef(_:a6d8bcd0-524f-4748-a9f7-0652b172df8a), ShapeRef(_:215f4526-f6b4-4827-b715-0bcb945cbe7a), ShapeRef(_:f698bd39-8bcb-443d-99cb-e425bb9b1cbc), ShapeRef(_:3d39e97e-1a43-4846-a11f-6816c5a15e9d), ShapeRef(_:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a6d8bcd0-524f-4748-a9f7-0652b172df8a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.517 [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(_:215f4526-f6b4-4827-b715-0bcb945cbe7a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:5d69e586-6077-40a6-ab89-b52925564b0c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:fc480b7a-3c67-4312-9f08-8c2e357c588f,PredicatePath(<http://www.sampledomain.org/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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a5e0b0eb-737e-4a80-8f34-c47aca784488), ShapeRef(_:fc480b7a-3c67-4312-9f08-8c2e357c588f), ShapeRef(_:5d69e586-6077-40a6-ab89-b52925564b0c), ShapeRef(_:a6d8bcd0-524f-4748-a9f7-0652b172df8a), ShapeRef(_:215f4526-f6b4-4827-b715-0bcb945cbe7a), ShapeRef(_:f698bd39-8bcb-443d-99cb-e425bb9b1cbc), ShapeRef(_:3d39e97e-1a43-4846-a11f-6816c5a15e9d), ShapeRef(_:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a6d8bcd0-524f-4748-a9f7-0652b172df8a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.517 [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(_:215f4526-f6b4-4827-b715-0bcb945cbe7a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:5d69e586-6077-40a6-ab89-b52925564b0c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:fc480b7a-3c67-4312-9f08-8c2e357c588f,PredicatePath(<http://www.sampledomain.org/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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a5e0b0eb-737e-4a80-8f34-c47aca784488), ShapeRef(_:fc480b7a-3c67-4312-9f08-8c2e357c588f), ShapeRef(_:5d69e586-6077-40a6-ab89-b52925564b0c), ShapeRef(_:a6d8bcd0-524f-4748-a9f7-0652b172df8a), ShapeRef(_:215f4526-f6b4-4827-b715-0bcb945cbe7a), ShapeRef(_:f698bd39-8bcb-443d-99cb-e425bb9b1cbc), ShapeRef(_:3d39e97e-1a43-4846-a11f-6816c5a15e9d), ShapeRef(_:a75d153b-e4bd-4c1d-a022-ef5f6ec542e5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a6d8bcd0-524f-4748-a9f7-0652b172df8a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.517 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:215f4526-f6b4-4827-b715-0bcb945cbe7a = 
18:12:54.518 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:215f4526-f6b4-4827-b715-0bcb945cbe7a = 
18:12:54.518 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:215f4526-f6b4-4827-b715-0bcb945cbe7a: 
18:12:54.518 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a6d8bcd0-524f-4748-a9f7-0652b172df8a = 
18:12:54.518 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a6d8bcd0-524f-4748-a9f7-0652b172df8a = 
18:12:54.518 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a6d8bcd0-524f-4748-a9f7-0652b172df8a: 
18:12:54.518 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5d69e586-6077-40a6-ab89-b52925564b0c = 
18:12:54.518 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5d69e586-6077-40a6-ab89-b52925564b0c = 
18:12:54.518 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5d69e586-6077-40a6-ab89-b52925564b0c: 
18:12:54.518 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fc480b7a-3c67-4312-9f08-8c2e357c588f = 
18:12:54.518 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fc480b7a-3c67-4312-9f08-8c2e357c588f = 
18:12:54.518 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fc480b7a-3c67-4312-9f08-8c2e357c588f: 
18:12:54.518 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a5e0b0eb-737e-4a80-8f34-c47aca784488 = 
18:12:54.518 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a5e0b0eb-737e-4a80-8f34-c47aca784488 = 
18:12:54.518 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a5e0b0eb-737e-4a80-8f34-c47aca784488: 
18:12:54.520 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:54.531 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {530a65a9-9a0a-4fcb-b570-9632077ffa1c @rdf:rest 8dd3d722-9de5-4b16-8218-f4b104fb5e99; 530a65a9-9a0a-4fcb-b570-9632077ffa1c @rdf:first "A"; 1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63 @sh:in 530a65a9-9a0a-4fcb-b570-9632077ffa1c; 1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63 @rdf:type sh:Property; cb1eb1a0-2c33-48a9-b286-c5cd42782f42 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cb1eb1a0-2c33-48a9-b286-c5cd42782f42 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cb1eb1a0-2c33-48a9-b286-c5cd42782f42 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; cb1eb1a0-2c33-48a9-b286-c5cd42782f42 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; cb1eb1a0-2c33-48a9-b286-c5cd42782f42 @sh:pattern "^B"; cb1eb1a0-2c33-48a9-b286-c5cd42782f42 @sh:description "a Simple Single String Property"; cb1eb1a0-2c33-48a9-b286-c5cd42782f42 @sh:path http://www.sampledomain.org/sam#aStringProperty; cb1eb1a0-2c33-48a9-b286-c5cd42782f42 @rdf:type sh:Property; e802c92b-8713-4910-9e85-bda3583c6677 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e802c92b-8713-4910-9e85-bda3583c6677 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e802c92b-8713-4910-9e85-bda3583c6677 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; e802c92b-8713-4910-9e85-bda3583c6677 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [530a65a9-9a0a-4fcb-b570-9632077ffa1c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 8dd3d722-9de5-4b16-8218-f4b104fb5e99] [530a65a9-9a0a-4fcb-b570-9632077ffa1c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63, http://www.w3.org/ns/shacl#in, 530a65a9-9a0a-4fcb-b570-9632077ffa1c] [1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cb1eb1a0-2c33-48a9-b286-c5cd42782f42, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cb1eb1a0-2c33-48a9-b286-c5cd42782f42, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cb1eb1a0-2c33-48a9-b286-c5cd42782f42, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [cb1eb1a0-2c33-48a9-b286-c5cd42782f42, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [cb1eb1a0-2c33-48a9-b286-c5cd42782f42, http://www.w3.org/ns/shacl#pattern, "^B"] [cb1eb1a0-2c33-48a9-b286-c5cd42782f42, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [cb1eb1a0-2c33-48a9-b286-c5cd42782f42, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [cb1eb1a0-2c33-48a9-b286-c5cd42782f42, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e802c92b-8713-4910-9e85-bda3583c6677, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e802c92b-8713-4910-9e85-bda3583c6677, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e802c92b-8713-4910-9e85-bda3583c6677, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e802c92b-8713-4910-9e85-bda3583c6677, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e802c92b-8713-4910-9e85-bda3583c6677, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e802c92b-8713-4910-9e85-bda3583c6677, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [e802c92b-8713-4910-9e85-bda3583c6677, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d98758b6-a9ae-4762-8b79-517ec6cfe0f3, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d98758b6-a9ae-4762-8b79-517ec6cfe0f3, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d98758b6-a9ae-4762-8b79-517ec6cfe0f3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [d98758b6-a9ae-4762-8b79-517ec6cfe0f3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8dd3d722-9de5-4b16-8218-f4b104fb5e99, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, eaf35ef3-1a6f-4a3c-96a6-e7cddf263488] [8dd3d722-9de5-4b16-8218-f4b104fb5e99, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [d9be7715-6636-4ac3-b407-531b383571cf, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [d9be7715-6636-4ac3-b407-531b383571cf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [d9be7715-6636-4ac3-b407-531b383571cf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [eaf35ef3-1a6f-4a3c-96a6-e7cddf263488, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [eaf35ef3-1a6f-4a3c-96a6-e7cddf263488, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [7f801e15-1196-44a4-997b-f9aa3e94e57d, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7f801e15-1196-44a4-997b-f9aa3e94e57d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7f801e15-1196-44a4-997b-f9aa3e94e57d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7f801e15-1196-44a4-997b-f9aa3e94e57d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7f801e15-1196-44a4-997b-f9aa3e94e57d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7f801e15-1196-44a4-997b-f9aa3e94e57d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [7f801e15-1196-44a4-997b-f9aa3e94e57d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [939e5bf8-6b28-4338-96a5-22bdd4f459e4, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [939e5bf8-6b28-4338-96a5-22bdd4f459e4, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [939e5bf8-6b28-4338-96a5-22bdd4f459e4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [939e5bf8-6b28-4338-96a5-22bdd4f459e4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7d53fc97-8057-4d36-ae43-ae59f0b2dbd0, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [7d53fc97-8057-4d36-ae43-ae59f0b2dbd0, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [7d53fc97-8057-4d36-ae43-ae59f0b2dbd0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [7d53fc97-8057-4d36-ae43-ae59f0b2dbd0, 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, 7d53fc97-8057-4d36-ae43-ae59f0b2dbd0] [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, cb1eb1a0-2c33-48a9-b286-c5cd42782f42] [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, 7f801e15-1196-44a4-997b-f9aa3e94e57d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 939e5bf8-6b28-4338-96a5-22bdd4f459e4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e802c92b-8713-4910-9e85-bda3583c6677] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d98758b6-a9ae-4762-8b79-517ec6cfe0f3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d9be7715-6636-4ac3-b407-531b383571cf]>
18:12:54.532 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:54.533 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:54.534 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:e802c92b-8713-4910-9e85-bda3583c6677,_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42,_:7f801e15-1196-44a4-997b-f9aa3e94e57d,_:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0,_:939e5bf8-6b28-4338-96a5-22bdd4f459e4,_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3,_:d9be7715-6636-4ac3-b407-531b383571cf,_:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63. Pending nodes: 
18:12:54.534 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e802c92b-8713-4910-9e85-bda3583c6677
18:12:54.535 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cb1eb1a0-2c33-48a9-b286-c5cd42782f42
18:12:54.536 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7f801e15-1196-44a4-997b-f9aa3e94e57d
18:12:54.537 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0
18:12:54.538 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:939e5bf8-6b28-4338-96a5-22bdd4f459e4
18:12:54.539 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d98758b6-a9ae-4762-8b79-517ec6cfe0f3
18:12:54.595 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d9be7715-6636-4ac3-b407-531b383571cf
18:12:54.596 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63
18:12:54.596 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63
18:12:54.596 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:54.596 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d9be7715-6636-4ac3-b407-531b383571cf
18:12:54.596 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d98758b6-a9ae-4762-8b79-517ec6cfe0f3
18:12:54.596 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:939e5bf8-6b28-4338-96a5-22bdd4f459e4
18:12:54.596 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0
18:12:54.596 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7f801e15-1196-44a4-997b-f9aa3e94e57d
18:12:54.596 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cb1eb1a0-2c33-48a9-b286-c5cd42782f42
18:12:54.596 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e802c92b-8713-4910-9e85-bda3583c6677
18:12:54.596 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63 = 
18:12:54.596 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63 = 
18:12:54.596 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63: 
18:12:54.597 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:54.597 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:54.597 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:54.597 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:54.597 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:54.597 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e802c92b-8713-4910-9e85-bda3583c6677,_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42,_:7f801e15-1196-44a4-997b-f9aa3e94e57d,_:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0,_:939e5bf8-6b28-4338-96a5-22bdd4f459e4,_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3,_:d9be7715-6636-4ac3-b407-531b383571cf,_:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63)
18:12:54.597 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e802c92b-8713-4910-9e85-bda3583c6677)
18:12:54.597 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42)
18:12:54.597 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7f801e15-1196-44a4-997b-f9aa3e94e57d)
18:12:54.597 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0)
18:12:54.597 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:939e5bf8-6b28-4338-96a5-22bdd4f459e4)
18:12:54.597 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3)
18:12:54.597 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d9be7715-6636-4ac3-b407-531b383571cf)
18:12:54.597 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63)
18:12:54.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.599 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e802c92b-8713-4910-9e85-bda3583c6677],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:54.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.599 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e802c92b-8713-4910-9e85-bda3583c6677=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e802c92b-8713-4910-9e85-bda3583c6677), ShapeRef(_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42), ShapeRef(_:7f801e15-1196-44a4-997b-f9aa3e94e57d), ShapeRef(_:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0), ShapeRef(_:939e5bf8-6b28-4338-96a5-22bdd4f459e4), ShapeRef(_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3), ShapeRef(_:d9be7715-6636-4ac3-b407-531b383571cf), ShapeRef(_:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e802c92b-8713-4910-9e85-bda3583c6677,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.601 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:54.602 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e802c92b-8713-4910-9e85-bda3583c6677), ShapeRef(_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42), ShapeRef(_:7f801e15-1196-44a4-997b-f9aa3e94e57d), ShapeRef(_:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0), ShapeRef(_:939e5bf8-6b28-4338-96a5-22bdd4f459e4), ShapeRef(_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3), ShapeRef(_:d9be7715-6636-4ac3-b407-531b383571cf), ShapeRef(_:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.603 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7f801e15-1196-44a4-997b-f9aa3e94e57d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:54.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.603 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7f801e15-1196-44a4-997b-f9aa3e94e57d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e802c92b-8713-4910-9e85-bda3583c6677), ShapeRef(_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42), ShapeRef(_:7f801e15-1196-44a4-997b-f9aa3e94e57d), ShapeRef(_:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0), ShapeRef(_:939e5bf8-6b28-4338-96a5-22bdd4f459e4), ShapeRef(_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3), ShapeRef(_:d9be7715-6636-4ac3-b407-531b383571cf), ShapeRef(_:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7f801e15-1196-44a4-997b-f9aa3e94e57d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.604 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0=ShapeTyping(TypingMap(Map()))
18:12:54.604 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.604 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.604 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.604 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.604 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:939e5bf8-6b28-4338-96a5-22bdd4f459e4=ShapeTyping(TypingMap(Map()))
18:12:54.604 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.604 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.605 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.605 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.605 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:54.523Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:54.605 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e802c92b-8713-4910-9e85-bda3583c6677), ShapeRef(_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42), ShapeRef(_:7f801e15-1196-44a4-997b-f9aa3e94e57d), ShapeRef(_:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0), ShapeRef(_:939e5bf8-6b28-4338-96a5-22bdd4f459e4), ShapeRef(_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3), ShapeRef(_:d9be7715-6636-4ac3-b407-531b383571cf), ShapeRef(_:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.605 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.605 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.605 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d9be7715-6636-4ac3-b407-531b383571cf=ShapeTyping(TypingMap(Map()))
18:12:54.605 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.605 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.605 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63=ShapeTyping(TypingMap(Map()))
18:12:54.606 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e802c92b-8713-4910-9e85-bda3583c6677,_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42,_:7f801e15-1196-44a4-997b-f9aa3e94e57d,_:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0,_:939e5bf8-6b28-4338-96a5-22bdd4f459e4,_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3,_:d9be7715-6636-4ac3-b407-531b383571cf,_:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:e802c92b-8713-4910-9e85-bda3583c6677), ShapeRef(_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42), ShapeRef(_:7f801e15-1196-44a4-997b-f9aa3e94e57d), ShapeRef(_:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0), ShapeRef(_:939e5bf8-6b28-4338-96a5-22bdd4f459e4), ShapeRef(_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3), ShapeRef(_:d9be7715-6636-4ac3-b407-531b383571cf), ShapeRef(_:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7f801e15-1196-44a4-997b-f9aa3e94e57d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:e802c92b-8713-4910-9e85-bda3583c6677,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.606 [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(_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:e802c92b-8713-4910-9e85-bda3583c6677), ShapeRef(_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42), ShapeRef(_:7f801e15-1196-44a4-997b-f9aa3e94e57d), ShapeRef(_:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0), ShapeRef(_:939e5bf8-6b28-4338-96a5-22bdd4f459e4), ShapeRef(_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3), ShapeRef(_:d9be7715-6636-4ac3-b407-531b383571cf), ShapeRef(_:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7f801e15-1196-44a4-997b-f9aa3e94e57d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:e802c92b-8713-4910-9e85-bda3583c6677,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.606 [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(_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:e802c92b-8713-4910-9e85-bda3583c6677), ShapeRef(_:cb1eb1a0-2c33-48a9-b286-c5cd42782f42), ShapeRef(_:7f801e15-1196-44a4-997b-f9aa3e94e57d), ShapeRef(_:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0), ShapeRef(_:939e5bf8-6b28-4338-96a5-22bdd4f459e4), ShapeRef(_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3), ShapeRef(_:d9be7715-6636-4ac3-b407-531b383571cf), ShapeRef(_:1b8ddc00-8c6a-4205-9dd8-1d6fdf8e0c63)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7f801e15-1196-44a4-997b-f9aa3e94e57d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:e802c92b-8713-4910-9e85-bda3583c6677,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:d98758b6-a9ae-4762-8b79-517ec6cfe0f3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.606 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d9be7715-6636-4ac3-b407-531b383571cf = 
18:12:54.606 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d9be7715-6636-4ac3-b407-531b383571cf = 
18:12:54.606 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d9be7715-6636-4ac3-b407-531b383571cf: 
18:12:54.606 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d98758b6-a9ae-4762-8b79-517ec6cfe0f3 = 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d98758b6-a9ae-4762-8b79-517ec6cfe0f3 = 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d98758b6-a9ae-4762-8b79-517ec6cfe0f3: 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:939e5bf8-6b28-4338-96a5-22bdd4f459e4 = 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:939e5bf8-6b28-4338-96a5-22bdd4f459e4 = 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:939e5bf8-6b28-4338-96a5-22bdd4f459e4: 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0 = 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0 = 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7d53fc97-8057-4d36-ae43-ae59f0b2dbd0: 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7f801e15-1196-44a4-997b-f9aa3e94e57d = 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7f801e15-1196-44a4-997b-f9aa3e94e57d = 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7f801e15-1196-44a4-997b-f9aa3e94e57d: 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cb1eb1a0-2c33-48a9-b286-c5cd42782f42 = 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cb1eb1a0-2c33-48a9-b286-c5cd42782f42 = 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cb1eb1a0-2c33-48a9-b286-c5cd42782f42: 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e802c92b-8713-4910-9e85-bda3583c6677 = 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e802c92b-8713-4910-9e85-bda3583c6677 = 
18:12:54.607 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e802c92b-8713-4910-9e85-bda3583c6677: 
18:12:54.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  true
] .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:54.618 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {4bc283cb-8ee0-4db6-b075-e9b6dc3080eb @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 4bc283cb-8ee0-4db6-b075-e9b6dc3080eb @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 4bc283cb-8ee0-4db6-b075-e9b6dc3080eb @sh:path http://www.sampledomain.org/sam#integerProperty3; 4bc283cb-8ee0-4db6-b075-e9b6dc3080eb @rdf:type sh:Property; 009a68f2-30f7-4bf4-8c69-1beb85981ca5 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 009a68f2-30f7-4bf4-8c69-1beb85981ca5 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 009a68f2-30f7-4bf4-8c69-1beb85981ca5 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 009a68f2-30f7-4bf4-8c69-1beb85981ca5 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 009a68f2-30f7-4bf4-8c69-1beb85981ca5 @sh:pattern "^B"; 009a68f2-30f7-4bf4-8c69-1beb85981ca5 @sh:description "a Simple Single String Property"; 009a68f2-30f7-4bf4-8c69-1beb85981ca5 @sh:path http://www.sampledomain.org/sam#aStringProperty; 009a68f2-30f7-4bf4-8c69-1beb85981ca5 @rdf:type sh:Property; b048d5ed-3e4a-4348-960e-decaab6b8bb3 @sh:in e4c6cbb6-b2c5-49cb-999e-e026d08e62f7; b048d5ed-3e4a-4348-960e-decaab6b8bb3 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; b048d5ed-3e4a-4348-960e-decaab6b8bb3 @rdf:type sh:Property; 5fea6ef3-4824-4911-8842-fc5d5d08638d @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5fea6ef3-4824-4911-8842-fc5d5d08638d @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [4bc283cb-8ee0-4db6-b075-e9b6dc3080eb, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [4bc283cb-8ee0-4db6-b075-e9b6dc3080eb, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [4bc283cb-8ee0-4db6-b075-e9b6dc3080eb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [4bc283cb-8ee0-4db6-b075-e9b6dc3080eb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [009a68f2-30f7-4bf4-8c69-1beb85981ca5, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [009a68f2-30f7-4bf4-8c69-1beb85981ca5, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [009a68f2-30f7-4bf4-8c69-1beb85981ca5, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [009a68f2-30f7-4bf4-8c69-1beb85981ca5, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [009a68f2-30f7-4bf4-8c69-1beb85981ca5, http://www.w3.org/ns/shacl#pattern, "^B"] [009a68f2-30f7-4bf4-8c69-1beb85981ca5, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [009a68f2-30f7-4bf4-8c69-1beb85981ca5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [009a68f2-30f7-4bf4-8c69-1beb85981ca5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b048d5ed-3e4a-4348-960e-decaab6b8bb3, http://www.w3.org/ns/shacl#in, e4c6cbb6-b2c5-49cb-999e-e026d08e62f7] [b048d5ed-3e4a-4348-960e-decaab6b8bb3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [b048d5ed-3e4a-4348-960e-decaab6b8bb3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5fea6ef3-4824-4911-8842-fc5d5d08638d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5fea6ef3-4824-4911-8842-fc5d5d08638d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5fea6ef3-4824-4911-8842-fc5d5d08638d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5fea6ef3-4824-4911-8842-fc5d5d08638d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5fea6ef3-4824-4911-8842-fc5d5d08638d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5fea6ef3-4824-4911-8842-fc5d5d08638d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [5fea6ef3-4824-4911-8842-fc5d5d08638d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [70be2c8d-fa8f-469c-b89e-8850bf337534, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [70be2c8d-fa8f-469c-b89e-8850bf337534, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [9eb12eb9-9f2d-4cc3-b675-77059f3397b2, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9eb12eb9-9f2d-4cc3-b675-77059f3397b2, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9eb12eb9-9f2d-4cc3-b675-77059f3397b2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [9eb12eb9-9f2d-4cc3-b675-77059f3397b2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b82a15fb-e0ad-49f2-8263-4ba19d17399d, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b82a15fb-e0ad-49f2-8263-4ba19d17399d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b82a15fb-e0ad-49f2-8263-4ba19d17399d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b82a15fb-e0ad-49f2-8263-4ba19d17399d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b82a15fb-e0ad-49f2-8263-4ba19d17399d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b82a15fb-e0ad-49f2-8263-4ba19d17399d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [b82a15fb-e0ad-49f2-8263-4ba19d17399d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0551357e-5e8f-4e40-95b0-3025e7d327b5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 70be2c8d-fa8f-469c-b89e-8850bf337534] [0551357e-5e8f-4e40-95b0-3025e7d327b5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [e4c6cbb6-b2c5-49cb-999e-e026d08e62f7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0551357e-5e8f-4e40-95b0-3025e7d327b5] [e4c6cbb6-b2c5-49cb-999e-e026d08e62f7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [c0cdc353-4743-4cb0-9517-090fbf9984a3, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c0cdc353-4743-4cb0-9517-090fbf9984a3, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c0cdc353-4743-4cb0-9517-090fbf9984a3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [c0cdc353-4743-4cb0-9517-090fbf9984a3, 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, 5fea6ef3-4824-4911-8842-fc5d5d08638d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 53a6771a-917d-44f9-a43e-4568a28bcd3e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4bc283cb-8ee0-4db6-b075-e9b6dc3080eb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b048d5ed-3e4a-4348-960e-decaab6b8bb3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 009a68f2-30f7-4bf4-8c69-1beb85981ca5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c0cdc353-4743-4cb0-9517-090fbf9984a3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b82a15fb-e0ad-49f2-8263-4ba19d17399d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9eb12eb9-9f2d-4cc3-b675-77059f3397b2] [53a6771a-917d-44f9-a43e-4568a28bcd3e, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [53a6771a-917d-44f9-a43e-4568a28bcd3e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [53a6771a-917d-44f9-a43e-4568a28bcd3e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
18:12:54.619 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:54.620 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:54.621 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:5fea6ef3-4824-4911-8842-fc5d5d08638d,_:b048d5ed-3e4a-4348-960e-decaab6b8bb3,_:b82a15fb-e0ad-49f2-8263-4ba19d17399d,_:c0cdc353-4743-4cb0-9517-090fbf9984a3,_:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb,_:009a68f2-30f7-4bf4-8c69-1beb85981ca5,_:53a6771a-917d-44f9-a43e-4568a28bcd3e,_:9eb12eb9-9f2d-4cc3-b675-77059f3397b2. Pending nodes: 
18:12:54.621 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5fea6ef3-4824-4911-8842-fc5d5d08638d
18:12:54.622 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b048d5ed-3e4a-4348-960e-decaab6b8bb3
18:12:54.623 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b82a15fb-e0ad-49f2-8263-4ba19d17399d
18:12:54.624 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0cdc353-4743-4cb0-9517-090fbf9984a3
18:12:54.625 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb
18:12:54.625 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:009a68f2-30f7-4bf4-8c69-1beb85981ca5
18:12:54.626 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:53a6771a-917d-44f9-a43e-4568a28bcd3e
18:12:54.627 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9eb12eb9-9f2d-4cc3-b675-77059f3397b2
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9eb12eb9-9f2d-4cc3-b675-77059f3397b2
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:53a6771a-917d-44f9-a43e-4568a28bcd3e
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:009a68f2-30f7-4bf4-8c69-1beb85981ca5
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0cdc353-4743-4cb0-9517-090fbf9984a3
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b82a15fb-e0ad-49f2-8263-4ba19d17399d
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b048d5ed-3e4a-4348-960e-decaab6b8bb3
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5fea6ef3-4824-4911-8842-fc5d5d08638d
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9eb12eb9-9f2d-4cc3-b675-77059f3397b2 = 
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9eb12eb9-9f2d-4cc3-b675-77059f3397b2 = 
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9eb12eb9-9f2d-4cc3-b675-77059f3397b2: 
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:54.628 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5fea6ef3-4824-4911-8842-fc5d5d08638d,_:b048d5ed-3e4a-4348-960e-decaab6b8bb3,_:b82a15fb-e0ad-49f2-8263-4ba19d17399d,_:c0cdc353-4743-4cb0-9517-090fbf9984a3,_:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb,_:009a68f2-30f7-4bf4-8c69-1beb85981ca5,_:53a6771a-917d-44f9-a43e-4568a28bcd3e,_:9eb12eb9-9f2d-4cc3-b675-77059f3397b2)
18:12:54.629 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5fea6ef3-4824-4911-8842-fc5d5d08638d)
18:12:54.629 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b048d5ed-3e4a-4348-960e-decaab6b8bb3)
18:12:54.629 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b82a15fb-e0ad-49f2-8263-4ba19d17399d)
18:12:54.629 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0cdc353-4743-4cb0-9517-090fbf9984a3)
18:12:54.629 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb)
18:12:54.629 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:009a68f2-30f7-4bf4-8c69-1beb85981ca5)
18:12:54.629 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:53a6771a-917d-44f9-a43e-4568a28bcd3e)
18:12:54.629 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9eb12eb9-9f2d-4cc3-b675-77059f3397b2)
18:12:54.629 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.629 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.629 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.629 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.630 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.630 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.630 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.630 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.630 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5fea6ef3-4824-4911-8842-fc5d5d08638d],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:54.630 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.630 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.631 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5fea6ef3-4824-4911-8842-fc5d5d08638d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5fea6ef3-4824-4911-8842-fc5d5d08638d), ShapeRef(_:b048d5ed-3e4a-4348-960e-decaab6b8bb3), ShapeRef(_:b82a15fb-e0ad-49f2-8263-4ba19d17399d), ShapeRef(_:c0cdc353-4743-4cb0-9517-090fbf9984a3), ShapeRef(_:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb), ShapeRef(_:009a68f2-30f7-4bf4-8c69-1beb85981ca5), ShapeRef(_:53a6771a-917d-44f9-a43e-4568a28bcd3e), ShapeRef(_:9eb12eb9-9f2d-4cc3-b675-77059f3397b2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5fea6ef3-4824-4911-8842-fc5d5d08638d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.631 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.631 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.631 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b048d5ed-3e4a-4348-960e-decaab6b8bb3=ShapeTyping(TypingMap(Map()))
18:12:54.631 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.631 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.632 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.632 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.632 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.632 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.632 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.632 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.632 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b82a15fb-e0ad-49f2-8263-4ba19d17399d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:54.632 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.632 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.633 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b82a15fb-e0ad-49f2-8263-4ba19d17399d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5fea6ef3-4824-4911-8842-fc5d5d08638d), ShapeRef(_:b048d5ed-3e4a-4348-960e-decaab6b8bb3), ShapeRef(_:b82a15fb-e0ad-49f2-8263-4ba19d17399d), ShapeRef(_:c0cdc353-4743-4cb0-9517-090fbf9984a3), ShapeRef(_:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb), ShapeRef(_:009a68f2-30f7-4bf4-8c69-1beb85981ca5), ShapeRef(_:53a6771a-917d-44f9-a43e-4568a28bcd3e), ShapeRef(_:9eb12eb9-9f2d-4cc3-b675-77059f3397b2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b82a15fb-e0ad-49f2-8263-4ba19d17399d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.633 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.633 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.633 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.633 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.633 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:54.61Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c0cdc353-4743-4cb0-9517-090fbf9984a3],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:54.633 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0cdc353-4743-4cb0-9517-090fbf9984a3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5fea6ef3-4824-4911-8842-fc5d5d08638d), ShapeRef(_:b048d5ed-3e4a-4348-960e-decaab6b8bb3), ShapeRef(_:b82a15fb-e0ad-49f2-8263-4ba19d17399d), ShapeRef(_:c0cdc353-4743-4cb0-9517-090fbf9984a3), ShapeRef(_:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb), ShapeRef(_:009a68f2-30f7-4bf4-8c69-1beb85981ca5), ShapeRef(_:53a6771a-917d-44f9-a43e-4568a28bcd3e), ShapeRef(_:9eb12eb9-9f2d-4cc3-b675-77059f3397b2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c0cdc353-4743-4cb0-9517-090fbf9984a3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.634 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb=ShapeTyping(TypingMap(Map()))
18:12:54.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.636 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between two and four"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:009a68f2-30f7-4bf4-8c69-1beb85981ca5],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:54.636 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:009a68f2-30f7-4bf4-8c69-1beb85981ca5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5fea6ef3-4824-4911-8842-fc5d5d08638d), ShapeRef(_:b048d5ed-3e4a-4348-960e-decaab6b8bb3), ShapeRef(_:b82a15fb-e0ad-49f2-8263-4ba19d17399d), ShapeRef(_:c0cdc353-4743-4cb0-9517-090fbf9984a3), ShapeRef(_:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb), ShapeRef(_:009a68f2-30f7-4bf4-8c69-1beb85981ca5), ShapeRef(_:53a6771a-917d-44f9-a43e-4568a28bcd3e), ShapeRef(_:9eb12eb9-9f2d-4cc3-b675-77059f3397b2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:009a68f2-30f7-4bf4-8c69-1beb85981ca5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Between two and four": LiteralValue("maxLength violation. Expected length("Between two and four") <= 10"))))))))
18:12:54.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.636 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:53a6771a-917d-44f9-a43e-4568a28bcd3e=ShapeTyping(TypingMap(Map()))
18:12:54.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.637 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9eb12eb9-9f2d-4cc3-b675-77059f3397b2=ShapeTyping(TypingMap(Map()))
18:12:54.637 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5fea6ef3-4824-4911-8842-fc5d5d08638d,_:b048d5ed-3e4a-4348-960e-decaab6b8bb3,_:b82a15fb-e0ad-49f2-8263-4ba19d17399d,_:c0cdc353-4743-4cb0-9517-090fbf9984a3,_:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb,_:009a68f2-30f7-4bf4-8c69-1beb85981ca5,_:53a6771a-917d-44f9-a43e-4568a28bcd3e,_:9eb12eb9-9f2d-4cc3-b675-77059f3397b2)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c0cdc353-4743-4cb0-9517-090fbf9984a3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:5fea6ef3-4824-4911-8842-fc5d5d08638d), ShapeRef(_:b048d5ed-3e4a-4348-960e-decaab6b8bb3), ShapeRef(_:b82a15fb-e0ad-49f2-8263-4ba19d17399d), ShapeRef(_:c0cdc353-4743-4cb0-9517-090fbf9984a3), ShapeRef(_:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb), ShapeRef(_:009a68f2-30f7-4bf4-8c69-1beb85981ca5), ShapeRef(_:53a6771a-917d-44f9-a43e-4568a28bcd3e), ShapeRef(_:9eb12eb9-9f2d-4cc3-b675-77059f3397b2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:009a68f2-30f7-4bf4-8c69-1beb85981ca5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Between two and four": LiteralValue("maxLength violation. Expected length("Between two and four") <= 10")))), PropertyShape(_:b82a15fb-e0ad-49f2-8263-4ba19d17399d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5fea6ef3-4824-4911-8842-fc5d5d08638d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.638 [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(_:c0cdc353-4743-4cb0-9517-090fbf9984a3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:5fea6ef3-4824-4911-8842-fc5d5d08638d), ShapeRef(_:b048d5ed-3e4a-4348-960e-decaab6b8bb3), ShapeRef(_:b82a15fb-e0ad-49f2-8263-4ba19d17399d), ShapeRef(_:c0cdc353-4743-4cb0-9517-090fbf9984a3), ShapeRef(_:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb), ShapeRef(_:009a68f2-30f7-4bf4-8c69-1beb85981ca5), ShapeRef(_:53a6771a-917d-44f9-a43e-4568a28bcd3e), ShapeRef(_:9eb12eb9-9f2d-4cc3-b675-77059f3397b2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:009a68f2-30f7-4bf4-8c69-1beb85981ca5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Between two and four": LiteralValue("maxLength violation. Expected length("Between two and four") <= 10")))), PropertyShape(_:b82a15fb-e0ad-49f2-8263-4ba19d17399d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5fea6ef3-4824-4911-8842-fc5d5d08638d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.638 [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(_:c0cdc353-4743-4cb0-9517-090fbf9984a3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:5fea6ef3-4824-4911-8842-fc5d5d08638d), ShapeRef(_:b048d5ed-3e4a-4348-960e-decaab6b8bb3), ShapeRef(_:b82a15fb-e0ad-49f2-8263-4ba19d17399d), ShapeRef(_:c0cdc353-4743-4cb0-9517-090fbf9984a3), ShapeRef(_:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb), ShapeRef(_:009a68f2-30f7-4bf4-8c69-1beb85981ca5), ShapeRef(_:53a6771a-917d-44f9-a43e-4568a28bcd3e), ShapeRef(_:9eb12eb9-9f2d-4cc3-b675-77059f3397b2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:009a68f2-30f7-4bf4-8c69-1beb85981ca5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Between two and four": LiteralValue("maxLength violation. Expected length("Between two and four") <= 10")))), PropertyShape(_:b82a15fb-e0ad-49f2-8263-4ba19d17399d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5fea6ef3-4824-4911-8842-fc5d5d08638d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.694 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:53a6771a-917d-44f9-a43e-4568a28bcd3e = 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:53a6771a-917d-44f9-a43e-4568a28bcd3e = 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:53a6771a-917d-44f9-a43e-4568a28bcd3e: 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:009a68f2-30f7-4bf4-8c69-1beb85981ca5 = 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:009a68f2-30f7-4bf4-8c69-1beb85981ca5 = 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:009a68f2-30f7-4bf4-8c69-1beb85981ca5: 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb = 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb = 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4bc283cb-8ee0-4db6-b075-e9b6dc3080eb: 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0cdc353-4743-4cb0-9517-090fbf9984a3 = 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0cdc353-4743-4cb0-9517-090fbf9984a3 = 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0cdc353-4743-4cb0-9517-090fbf9984a3: 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b82a15fb-e0ad-49f2-8263-4ba19d17399d = 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b82a15fb-e0ad-49f2-8263-4ba19d17399d = 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b82a15fb-e0ad-49f2-8263-4ba19d17399d: 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b048d5ed-3e4a-4348-960e-decaab6b8bb3 = 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b048d5ed-3e4a-4348-960e-decaab6b8bb3 = 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b048d5ed-3e4a-4348-960e-decaab6b8bb3: 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5fea6ef3-4824-4911-8842-fc5d5d08638d = 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5fea6ef3-4824-4911-8842-fc5d5d08638d = 
18:12:54.695 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5fea6ef3-4824-4911-8842-fc5d5d08638d: 
18:12:54.697 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T18:12:54.7Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty2>
                14 .
18:12:54.707 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:12:54.7Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "14"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:12:54.7Z"^^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:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:54.708 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {68fc7dc2-bde7-4e33-a068-9f3908226d1f @rdf:rest 7824f3d0-5f16-4a7a-a202-987d3fe400ca; 68fc7dc2-bde7-4e33-a068-9f3908226d1f @rdf:first "A"; 42256345-186a-4881-98fb-2bcd0eca151b @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 42256345-186a-4881-98fb-2bcd0eca151b @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 42256345-186a-4881-98fb-2bcd0eca151b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 42256345-186a-4881-98fb-2bcd0eca151b @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 42256345-186a-4881-98fb-2bcd0eca151b @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 42256345-186a-4881-98fb-2bcd0eca151b @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 42256345-186a-4881-98fb-2bcd0eca151b @rdf:type sh:Property; a6acade8-210d-4c17-9137-db4d68135012 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; a6acade8-210d-4c17-9137-db4d68135012 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; a6acade8-210d-4c17-9137-db4d68135012 @sh:path http://www.sampledomain.org/sam#integerProperty3; a6acade8-210d-4c17-9137-db4d68135012 @rdf:type sh:Property; 4c87881e-17af-48ba-9015-cc1729fb0bf0 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 4c87881e-17af-48ba-9015-cc1729fb0bf0 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 4c87881e-17af-48ba-9015-cc1729fb0bf0 @sh:path http://www.sampledomain.org/sam#integerProperty2; 4c87881e-17af-48ba-9015-cc1729fb0bf0 @rdf:type sh:Property...} |  [68fc7dc2-bde7-4e33-a068-9f3908226d1f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 7824f3d0-5f16-4a7a-a202-987d3fe400ca] [68fc7dc2-bde7-4e33-a068-9f3908226d1f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [42256345-186a-4881-98fb-2bcd0eca151b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [42256345-186a-4881-98fb-2bcd0eca151b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [42256345-186a-4881-98fb-2bcd0eca151b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [42256345-186a-4881-98fb-2bcd0eca151b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [42256345-186a-4881-98fb-2bcd0eca151b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [42256345-186a-4881-98fb-2bcd0eca151b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [42256345-186a-4881-98fb-2bcd0eca151b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a6acade8-210d-4c17-9137-db4d68135012, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a6acade8-210d-4c17-9137-db4d68135012, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a6acade8-210d-4c17-9137-db4d68135012, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [a6acade8-210d-4c17-9137-db4d68135012, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4c87881e-17af-48ba-9015-cc1729fb0bf0, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [4c87881e-17af-48ba-9015-cc1729fb0bf0, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [4c87881e-17af-48ba-9015-cc1729fb0bf0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [4c87881e-17af-48ba-9015-cc1729fb0bf0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0f8abadf-004b-48e9-8424-4f550b392818, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0f8abadf-004b-48e9-8424-4f550b392818, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0f8abadf-004b-48e9-8424-4f550b392818, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [0f8abadf-004b-48e9-8424-4f550b392818, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e, http://www.w3.org/ns/shacl#in, 68fc7dc2-bde7-4e33-a068-9f3908226d1f] [f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f5b22446-1aa5-4ca6-96ba-4e7472211ab3, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f5b22446-1aa5-4ca6-96ba-4e7472211ab3, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f5b22446-1aa5-4ca6-96ba-4e7472211ab3, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [f5b22446-1aa5-4ca6-96ba-4e7472211ab3, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [f5b22446-1aa5-4ca6-96ba-4e7472211ab3, http://www.w3.org/ns/shacl#pattern, "^B"] [f5b22446-1aa5-4ca6-96ba-4e7472211ab3, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [f5b22446-1aa5-4ca6-96ba-4e7472211ab3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [f5b22446-1aa5-4ca6-96ba-4e7472211ab3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f245425d-c057-4568-b070-63ae2cbdc554, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f245425d-c057-4568-b070-63ae2cbdc554, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f245425d-c057-4568-b070-63ae2cbdc554, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f245425d-c057-4568-b070-63ae2cbdc554, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f245425d-c057-4568-b070-63ae2cbdc554, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f245425d-c057-4568-b070-63ae2cbdc554, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f245425d-c057-4568-b070-63ae2cbdc554, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c41df9ee-1c87-4dfe-8bca-d1feda3b0931, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [c41df9ee-1c87-4dfe-8bca-d1feda3b0931, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [7824f3d0-5f16-4a7a-a202-987d3fe400ca, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c41df9ee-1c87-4dfe-8bca-d1feda3b0931] [7824f3d0-5f16-4a7a-a202-987d3fe400ca, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [c4d24f98-f613-4f54-aa72-00106bcaadb4, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [c4d24f98-f613-4f54-aa72-00106bcaadb4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [c4d24f98-f613-4f54-aa72-00106bcaadb4, 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, f5b22446-1aa5-4ca6-96ba-4e7472211ab3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0f8abadf-004b-48e9-8424-4f550b392818] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f245425d-c057-4568-b070-63ae2cbdc554] [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, 4c87881e-17af-48ba-9015-cc1729fb0bf0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 42256345-186a-4881-98fb-2bcd0eca151b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a6acade8-210d-4c17-9137-db4d68135012] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c4d24f98-f613-4f54-aa72-00106bcaadb4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e]>
18:12:54.708 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:54.709 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:54.710 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:c4d24f98-f613-4f54-aa72-00106bcaadb4,_:42256345-186a-4881-98fb-2bcd0eca151b,_:4c87881e-17af-48ba-9015-cc1729fb0bf0,_:a6acade8-210d-4c17-9137-db4d68135012,_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3,_:f245425d-c057-4568-b070-63ae2cbdc554,_:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e,_:0f8abadf-004b-48e9-8424-4f550b392818. Pending nodes: 
18:12:54.711 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c4d24f98-f613-4f54-aa72-00106bcaadb4
18:12:54.711 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:42256345-186a-4881-98fb-2bcd0eca151b
18:12:54.712 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4c87881e-17af-48ba-9015-cc1729fb0bf0
18:12:54.713 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a6acade8-210d-4c17-9137-db4d68135012
18:12:54.714 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f5b22446-1aa5-4ca6-96ba-4e7472211ab3
18:12:54.716 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f245425d-c057-4568-b070-63ae2cbdc554
18:12:54.718 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e
18:12:54.719 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0f8abadf-004b-48e9-8424-4f550b392818
18:12:54.720 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0f8abadf-004b-48e9-8424-4f550b392818
18:12:54.720 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e
18:12:54.720 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:54.720 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f245425d-c057-4568-b070-63ae2cbdc554
18:12:54.720 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f5b22446-1aa5-4ca6-96ba-4e7472211ab3
18:12:54.720 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a6acade8-210d-4c17-9137-db4d68135012
18:12:54.720 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4c87881e-17af-48ba-9015-cc1729fb0bf0
18:12:54.720 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:42256345-186a-4881-98fb-2bcd0eca151b
18:12:54.720 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c4d24f98-f613-4f54-aa72-00106bcaadb4
18:12:54.720 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0f8abadf-004b-48e9-8424-4f550b392818 = 
18:12:54.720 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0f8abadf-004b-48e9-8424-4f550b392818 = 
18:12:54.720 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0f8abadf-004b-48e9-8424-4f550b392818: 
18:12:54.720 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e = 
18:12:54.720 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e = 
18:12:54.720 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e: 
18:12:54.721 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:54.721 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:54.721 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:54.721 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:54.721 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:54.721 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c4d24f98-f613-4f54-aa72-00106bcaadb4,_:42256345-186a-4881-98fb-2bcd0eca151b,_:4c87881e-17af-48ba-9015-cc1729fb0bf0,_:a6acade8-210d-4c17-9137-db4d68135012,_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3,_:f245425d-c057-4568-b070-63ae2cbdc554,_:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e,_:0f8abadf-004b-48e9-8424-4f550b392818)
18:12:54.721 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c4d24f98-f613-4f54-aa72-00106bcaadb4)
18:12:54.721 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42256345-186a-4881-98fb-2bcd0eca151b)
18:12:54.721 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4c87881e-17af-48ba-9015-cc1729fb0bf0)
18:12:54.721 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a6acade8-210d-4c17-9137-db4d68135012)
18:12:54.721 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3)
18:12:54.721 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f245425d-c057-4568-b070-63ae2cbdc554)
18:12:54.721 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e)
18:12:54.721 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f8abadf-004b-48e9-8424-4f550b392818)
18:12:54.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.722 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c4d24f98-f613-4f54-aa72-00106bcaadb4=ShapeTyping(TypingMap(Map()))
18:12:54.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.723 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:42256345-186a-4881-98fb-2bcd0eca151b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:54.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.724 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42256345-186a-4881-98fb-2bcd0eca151b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c4d24f98-f613-4f54-aa72-00106bcaadb4), ShapeRef(_:42256345-186a-4881-98fb-2bcd0eca151b), ShapeRef(_:4c87881e-17af-48ba-9015-cc1729fb0bf0), ShapeRef(_:a6acade8-210d-4c17-9137-db4d68135012), ShapeRef(_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3), ShapeRef(_:f245425d-c057-4568-b070-63ae2cbdc554), ShapeRef(_:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e), ShapeRef(_:0f8abadf-004b-48e9-8424-4f550b392818)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:42256345-186a-4881-98fb-2bcd0eca151b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4c87881e-17af-48ba-9015-cc1729fb0bf0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c4d24f98-f613-4f54-aa72-00106bcaadb4), ShapeRef(_:42256345-186a-4881-98fb-2bcd0eca151b), ShapeRef(_:4c87881e-17af-48ba-9015-cc1729fb0bf0), ShapeRef(_:a6acade8-210d-4c17-9137-db4d68135012), ShapeRef(_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3), ShapeRef(_:f245425d-c057-4568-b070-63ae2cbdc554), ShapeRef(_:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e), ShapeRef(_:0f8abadf-004b-48e9-8424-4f550b392818)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4c87881e-17af-48ba-9015-cc1729fb0bf0,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(14 satisfies maxExclusive(15), 14 satisfies minExclusive(5))))))))
18:12:54.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.726 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a6acade8-210d-4c17-9137-db4d68135012=ShapeTyping(TypingMap(Map()))
18:12:54.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.728 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:54.728 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c4d24f98-f613-4f54-aa72-00106bcaadb4), ShapeRef(_:42256345-186a-4881-98fb-2bcd0eca151b), ShapeRef(_:4c87881e-17af-48ba-9015-cc1729fb0bf0), ShapeRef(_:a6acade8-210d-4c17-9137-db4d68135012), ShapeRef(_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3), ShapeRef(_:f245425d-c057-4568-b070-63ae2cbdc554), ShapeRef(_:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e), ShapeRef(_:0f8abadf-004b-48e9-8424-4f550b392818)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.729 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f245425d-c057-4568-b070-63ae2cbdc554],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:54.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.730 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f245425d-c057-4568-b070-63ae2cbdc554=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c4d24f98-f613-4f54-aa72-00106bcaadb4), ShapeRef(_:42256345-186a-4881-98fb-2bcd0eca151b), ShapeRef(_:4c87881e-17af-48ba-9015-cc1729fb0bf0), ShapeRef(_:a6acade8-210d-4c17-9137-db4d68135012), ShapeRef(_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3), ShapeRef(_:f245425d-c057-4568-b070-63ae2cbdc554), ShapeRef(_:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e), ShapeRef(_:0f8abadf-004b-48e9-8424-4f550b392818)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f245425d-c057-4568-b070-63ae2cbdc554,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.730 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e=ShapeTyping(TypingMap(Map()))
18:12:54.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.731 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:54.7Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0f8abadf-004b-48e9-8424-4f550b392818],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:54.731 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f8abadf-004b-48e9-8424-4f550b392818=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c4d24f98-f613-4f54-aa72-00106bcaadb4), ShapeRef(_:42256345-186a-4881-98fb-2bcd0eca151b), ShapeRef(_:4c87881e-17af-48ba-9015-cc1729fb0bf0), ShapeRef(_:a6acade8-210d-4c17-9137-db4d68135012), ShapeRef(_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3), ShapeRef(_:f245425d-c057-4568-b070-63ae2cbdc554), ShapeRef(_:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e), ShapeRef(_:0f8abadf-004b-48e9-8424-4f550b392818)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0f8abadf-004b-48e9-8424-4f550b392818,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.731 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c4d24f98-f613-4f54-aa72-00106bcaadb4,_:42256345-186a-4881-98fb-2bcd0eca151b,_:4c87881e-17af-48ba-9015-cc1729fb0bf0,_:a6acade8-210d-4c17-9137-db4d68135012,_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3,_:f245425d-c057-4568-b070-63ae2cbdc554,_:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e,_:0f8abadf-004b-48e9-8424-4f550b392818)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:f245425d-c057-4568-b070-63ae2cbdc554,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:0f8abadf-004b-48e9-8424-4f550b392818,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:c4d24f98-f613-4f54-aa72-00106bcaadb4), ShapeRef(_:42256345-186a-4881-98fb-2bcd0eca151b), ShapeRef(_:4c87881e-17af-48ba-9015-cc1729fb0bf0), ShapeRef(_:a6acade8-210d-4c17-9137-db4d68135012), ShapeRef(_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3), ShapeRef(_:f245425d-c057-4568-b070-63ae2cbdc554), ShapeRef(_:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e), ShapeRef(_:0f8abadf-004b-48e9-8424-4f550b392818)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4c87881e-17af-48ba-9015-cc1729fb0bf0,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(_:42256345-186a-4881-98fb-2bcd0eca151b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.732 [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(_:f245425d-c057-4568-b070-63ae2cbdc554,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:0f8abadf-004b-48e9-8424-4f550b392818,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:c4d24f98-f613-4f54-aa72-00106bcaadb4), ShapeRef(_:42256345-186a-4881-98fb-2bcd0eca151b), ShapeRef(_:4c87881e-17af-48ba-9015-cc1729fb0bf0), ShapeRef(_:a6acade8-210d-4c17-9137-db4d68135012), ShapeRef(_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3), ShapeRef(_:f245425d-c057-4568-b070-63ae2cbdc554), ShapeRef(_:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e), ShapeRef(_:0f8abadf-004b-48e9-8424-4f550b392818)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4c87881e-17af-48ba-9015-cc1729fb0bf0,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(_:42256345-186a-4881-98fb-2bcd0eca151b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.732 [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(_:f245425d-c057-4568-b070-63ae2cbdc554,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:0f8abadf-004b-48e9-8424-4f550b392818,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:c4d24f98-f613-4f54-aa72-00106bcaadb4), ShapeRef(_:42256345-186a-4881-98fb-2bcd0eca151b), ShapeRef(_:4c87881e-17af-48ba-9015-cc1729fb0bf0), ShapeRef(_:a6acade8-210d-4c17-9137-db4d68135012), ShapeRef(_:f5b22446-1aa5-4ca6-96ba-4e7472211ab3), ShapeRef(_:f245425d-c057-4568-b070-63ae2cbdc554), ShapeRef(_:f2cfe664-ae7f-40ee-ae97-7f2e8d39d23e), ShapeRef(_:0f8abadf-004b-48e9-8424-4f550b392818)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4c87881e-17af-48ba-9015-cc1729fb0bf0,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(_:42256345-186a-4881-98fb-2bcd0eca151b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.732 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f245425d-c057-4568-b070-63ae2cbdc554 = 
18:12:54.732 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f245425d-c057-4568-b070-63ae2cbdc554 = 
18:12:54.732 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f245425d-c057-4568-b070-63ae2cbdc554: 
18:12:54.732 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f5b22446-1aa5-4ca6-96ba-4e7472211ab3 = 
18:12:54.732 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f5b22446-1aa5-4ca6-96ba-4e7472211ab3 = 
18:12:54.732 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f5b22446-1aa5-4ca6-96ba-4e7472211ab3: 
18:12:54.733 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a6acade8-210d-4c17-9137-db4d68135012 = 
18:12:54.733 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a6acade8-210d-4c17-9137-db4d68135012 = 
18:12:54.733 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a6acade8-210d-4c17-9137-db4d68135012: 
18:12:54.733 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4c87881e-17af-48ba-9015-cc1729fb0bf0 = 
18:12:54.733 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4c87881e-17af-48ba-9015-cc1729fb0bf0 = 
18:12:54.733 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4c87881e-17af-48ba-9015-cc1729fb0bf0: 
18:12:54.733 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:42256345-186a-4881-98fb-2bcd0eca151b = 
18:12:54.733 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:42256345-186a-4881-98fb-2bcd0eca151b = 
18:12:54.733 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:42256345-186a-4881-98fb-2bcd0eca151b: 
18:12:54.733 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c4d24f98-f613-4f54-aa72-00106bcaadb4 = 
18:12:54.733 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c4d24f98-f613-4f54-aa72-00106bcaadb4 = 
18:12:54.733 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c4d24f98-f613-4f54-aa72-00106bcaadb4: 
18:12:54.734 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T18:12:54.736Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty2>
                16 .
18:12:54.795 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:12:54.736Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "16"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:12:54.736Z"^^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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:54.797 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {75c30eaa-6161-41fe-8ba7-036d296e43a8 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 75c30eaa-6161-41fe-8ba7-036d296e43a8 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 75c30eaa-6161-41fe-8ba7-036d296e43a8 @sh:path http://www.sampledomain.org/sam#integerProperty2; 75c30eaa-6161-41fe-8ba7-036d296e43a8 @rdf:type sh:Property; f35bcfaa-5c47-4a43-b933-ab91e2a2fade @sh:class http://www.sampledomain.org/sam#AnotherResource; f35bcfaa-5c47-4a43-b933-ab91e2a2fade @sh:path http://www.sampledomain.org/sam#aReferenceProperty; f35bcfaa-5c47-4a43-b933-ab91e2a2fade @rdf:type sh:Property; cbc9fe82-d7d5-4b1e-bac0-77081cf572b6 @rdf:rest rdf:nil; cbc9fe82-d7d5-4b1e-bac0-77081cf572b6 @rdf:first "C"; 8739596f-85f1-4908-ba5a-80a08a6cd691 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 8739596f-85f1-4908-ba5a-80a08a6cd691 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 8739596f-85f1-4908-ba5a-80a08a6cd691 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 8739596f-85f1-4908-ba5a-80a08a6cd691 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 8739596f-85f1-4908-ba5a-80a08a6cd691 @sh:pattern "^B"; 8739596f-85f1-4908-ba5a-80a08a6cd691 @sh:description "a Simple Single String Property"; 8739596f-85f1-4908-ba5a-80a08a6cd691 @sh:path http://www.sampledomain.org/sam#aStringProperty; 8739596f-85f1-4908-ba5a-80a08a6cd691 @rdf:type sh:Property...} |  [75c30eaa-6161-41fe-8ba7-036d296e43a8, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [75c30eaa-6161-41fe-8ba7-036d296e43a8, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [75c30eaa-6161-41fe-8ba7-036d296e43a8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [75c30eaa-6161-41fe-8ba7-036d296e43a8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f35bcfaa-5c47-4a43-b933-ab91e2a2fade, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [f35bcfaa-5c47-4a43-b933-ab91e2a2fade, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [f35bcfaa-5c47-4a43-b933-ab91e2a2fade, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cbc9fe82-d7d5-4b1e-bac0-77081cf572b6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [cbc9fe82-d7d5-4b1e-bac0-77081cf572b6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [8739596f-85f1-4908-ba5a-80a08a6cd691, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8739596f-85f1-4908-ba5a-80a08a6cd691, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8739596f-85f1-4908-ba5a-80a08a6cd691, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [8739596f-85f1-4908-ba5a-80a08a6cd691, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [8739596f-85f1-4908-ba5a-80a08a6cd691, http://www.w3.org/ns/shacl#pattern, "^B"] [8739596f-85f1-4908-ba5a-80a08a6cd691, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [8739596f-85f1-4908-ba5a-80a08a6cd691, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [8739596f-85f1-4908-ba5a-80a08a6cd691, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1240cbe3-d3ab-429a-8e0b-a3308116e7d7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, cbc9fe82-d7d5-4b1e-bac0-77081cf572b6] [1240cbe3-d3ab-429a-8e0b-a3308116e7d7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [7ca8b09f-c764-4134-818d-b4fea8adc138, http://www.w3.org/ns/shacl#in, 5e1ebb4b-17d0-4a35-93ed-2ef50b5dfc80] [7ca8b09f-c764-4134-818d-b4fea8adc138, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [7ca8b09f-c764-4134-818d-b4fea8adc138, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d2f67a82-8b77-4a3b-b979-6d7b11169b0a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d2f67a82-8b77-4a3b-b979-6d7b11169b0a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d2f67a82-8b77-4a3b-b979-6d7b11169b0a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d2f67a82-8b77-4a3b-b979-6d7b11169b0a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d2f67a82-8b77-4a3b-b979-6d7b11169b0a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d2f67a82-8b77-4a3b-b979-6d7b11169b0a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [d2f67a82-8b77-4a3b-b979-6d7b11169b0a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a82cf230-8c5d-47ec-aff8-628483c64a6a, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a82cf230-8c5d-47ec-aff8-628483c64a6a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a82cf230-8c5d-47ec-aff8-628483c64a6a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a82cf230-8c5d-47ec-aff8-628483c64a6a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a82cf230-8c5d-47ec-aff8-628483c64a6a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a82cf230-8c5d-47ec-aff8-628483c64a6a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [a82cf230-8c5d-47ec-aff8-628483c64a6a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f03a811c-6433-4da0-bf37-1dfe4ac7f224, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f03a811c-6433-4da0-bf37-1dfe4ac7f224, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f03a811c-6433-4da0-bf37-1dfe4ac7f224, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [f03a811c-6433-4da0-bf37-1dfe4ac7f224, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3, 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, d2f67a82-8b77-4a3b-b979-6d7b11169b0a] [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, 75c30eaa-6161-41fe-8ba7-036d296e43a8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a82cf230-8c5d-47ec-aff8-628483c64a6a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f03a811c-6433-4da0-bf37-1dfe4ac7f224] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8739596f-85f1-4908-ba5a-80a08a6cd691] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7ca8b09f-c764-4134-818d-b4fea8adc138] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f35bcfaa-5c47-4a43-b933-ab91e2a2fade] [5e1ebb4b-17d0-4a35-93ed-2ef50b5dfc80, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1240cbe3-d3ab-429a-8e0b-a3308116e7d7] [5e1ebb4b-17d0-4a35-93ed-2ef50b5dfc80, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"]>
18:12:54.798 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:54.799 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:54.800 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3,_:f35bcfaa-5c47-4a43-b933-ab91e2a2fade,_:7ca8b09f-c764-4134-818d-b4fea8adc138,_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a,_:75c30eaa-6161-41fe-8ba7-036d296e43a8,_:8739596f-85f1-4908-ba5a-80a08a6cd691,_:f03a811c-6433-4da0-bf37-1dfe4ac7f224,_:a82cf230-8c5d-47ec-aff8-628483c64a6a. Pending nodes: 
18:12:54.800 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3
18:12:54.801 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f35bcfaa-5c47-4a43-b933-ab91e2a2fade
18:12:54.801 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7ca8b09f-c764-4134-818d-b4fea8adc138
18:12:54.802 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d2f67a82-8b77-4a3b-b979-6d7b11169b0a
18:12:54.803 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:75c30eaa-6161-41fe-8ba7-036d296e43a8
18:12:54.804 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8739596f-85f1-4908-ba5a-80a08a6cd691
18:12:54.805 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f03a811c-6433-4da0-bf37-1dfe4ac7f224
18:12:54.806 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a82cf230-8c5d-47ec-aff8-628483c64a6a
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a82cf230-8c5d-47ec-aff8-628483c64a6a
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f03a811c-6433-4da0-bf37-1dfe4ac7f224
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8739596f-85f1-4908-ba5a-80a08a6cd691
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:75c30eaa-6161-41fe-8ba7-036d296e43a8
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d2f67a82-8b77-4a3b-b979-6d7b11169b0a
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7ca8b09f-c764-4134-818d-b4fea8adc138
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f35bcfaa-5c47-4a43-b933-ab91e2a2fade
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a82cf230-8c5d-47ec-aff8-628483c64a6a = 
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a82cf230-8c5d-47ec-aff8-628483c64a6a = 
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a82cf230-8c5d-47ec-aff8-628483c64a6a: 
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3,_:f35bcfaa-5c47-4a43-b933-ab91e2a2fade,_:7ca8b09f-c764-4134-818d-b4fea8adc138,_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a,_:75c30eaa-6161-41fe-8ba7-036d296e43a8,_:8739596f-85f1-4908-ba5a-80a08a6cd691,_:f03a811c-6433-4da0-bf37-1dfe4ac7f224,_:a82cf230-8c5d-47ec-aff8-628483c64a6a)
18:12:54.807 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3)
18:12:54.808 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f35bcfaa-5c47-4a43-b933-ab91e2a2fade)
18:12:54.808 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7ca8b09f-c764-4134-818d-b4fea8adc138)
18:12:54.808 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a)
18:12:54.808 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:75c30eaa-6161-41fe-8ba7-036d296e43a8)
18:12:54.808 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8739596f-85f1-4908-ba5a-80a08a6cd691)
18:12:54.808 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f03a811c-6433-4da0-bf37-1dfe4ac7f224)
18:12:54.808 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a82cf230-8c5d-47ec-aff8-628483c64a6a)
18:12:54.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.808 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:54.736Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:54.809 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3), ShapeRef(_:f35bcfaa-5c47-4a43-b933-ab91e2a2fade), ShapeRef(_:7ca8b09f-c764-4134-818d-b4fea8adc138), ShapeRef(_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a), ShapeRef(_:75c30eaa-6161-41fe-8ba7-036d296e43a8), ShapeRef(_:8739596f-85f1-4908-ba5a-80a08a6cd691), ShapeRef(_:f03a811c-6433-4da0-bf37-1dfe4ac7f224), ShapeRef(_:a82cf230-8c5d-47ec-aff8-628483c64a6a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.809 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f35bcfaa-5c47-4a43-b933-ab91e2a2fade=ShapeTyping(TypingMap(Map()))
18:12:54.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.809 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7ca8b09f-c764-4134-818d-b4fea8adc138=ShapeTyping(TypingMap(Map()))
18:12:54.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.810 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:54.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.811 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3), ShapeRef(_:f35bcfaa-5c47-4a43-b933-ab91e2a2fade), ShapeRef(_:7ca8b09f-c764-4134-818d-b4fea8adc138), ShapeRef(_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a), ShapeRef(_:75c30eaa-6161-41fe-8ba7-036d296e43a8), ShapeRef(_:8739596f-85f1-4908-ba5a-80a08a6cd691), ShapeRef(_:f03a811c-6433-4da0-bf37-1dfe4ac7f224), ShapeRef(_:a82cf230-8c5d-47ec-aff8-628483c64a6a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.812 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:75c30eaa-6161-41fe-8ba7-036d296e43a8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3), ShapeRef(_:f35bcfaa-5c47-4a43-b933-ab91e2a2fade), ShapeRef(_:7ca8b09f-c764-4134-818d-b4fea8adc138), ShapeRef(_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a), ShapeRef(_:75c30eaa-6161-41fe-8ba7-036d296e43a8), ShapeRef(_:8739596f-85f1-4908-ba5a-80a08a6cd691), ShapeRef(_:f03a811c-6433-4da0-bf37-1dfe4ac7f224), ShapeRef(_:a82cf230-8c5d-47ec-aff8-628483c64a6a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:75c30eaa-6161-41fe-8ba7-036d296e43a8,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxExclusive violation. Expected 16 < 15"))))))))
18:12:54.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.813 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8739596f-85f1-4908-ba5a-80a08a6cd691],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:54.813 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8739596f-85f1-4908-ba5a-80a08a6cd691=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3), ShapeRef(_:f35bcfaa-5c47-4a43-b933-ab91e2a2fade), ShapeRef(_:7ca8b09f-c764-4134-818d-b4fea8adc138), ShapeRef(_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a), ShapeRef(_:75c30eaa-6161-41fe-8ba7-036d296e43a8), ShapeRef(_:8739596f-85f1-4908-ba5a-80a08a6cd691), ShapeRef(_:f03a811c-6433-4da0-bf37-1dfe4ac7f224), ShapeRef(_:a82cf230-8c5d-47ec-aff8-628483c64a6a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8739596f-85f1-4908-ba5a-80a08a6cd691,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.814 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f03a811c-6433-4da0-bf37-1dfe4ac7f224=ShapeTyping(TypingMap(Map()))
18:12:54.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.815 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a82cf230-8c5d-47ec-aff8-628483c64a6a],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:54.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.815 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a82cf230-8c5d-47ec-aff8-628483c64a6a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3), ShapeRef(_:f35bcfaa-5c47-4a43-b933-ab91e2a2fade), ShapeRef(_:7ca8b09f-c764-4134-818d-b4fea8adc138), ShapeRef(_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a), ShapeRef(_:75c30eaa-6161-41fe-8ba7-036d296e43a8), ShapeRef(_:8739596f-85f1-4908-ba5a-80a08a6cd691), ShapeRef(_:f03a811c-6433-4da0-bf37-1dfe4ac7f224), ShapeRef(_:a82cf230-8c5d-47ec-aff8-628483c64a6a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a82cf230-8c5d-47ec-aff8-628483c64a6a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.815 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3,_:f35bcfaa-5c47-4a43-b933-ab91e2a2fade,_:7ca8b09f-c764-4134-818d-b4fea8adc138,_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a,_:75c30eaa-6161-41fe-8ba7-036d296e43a8,_:8739596f-85f1-4908-ba5a-80a08a6cd691,_:f03a811c-6433-4da0-bf37-1dfe4ac7f224,_:a82cf230-8c5d-47ec-aff8-628483c64a6a)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3), ShapeRef(_:f35bcfaa-5c47-4a43-b933-ab91e2a2fade), ShapeRef(_:7ca8b09f-c764-4134-818d-b4fea8adc138), ShapeRef(_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a), ShapeRef(_:75c30eaa-6161-41fe-8ba7-036d296e43a8), ShapeRef(_:8739596f-85f1-4908-ba5a-80a08a6cd691), ShapeRef(_:f03a811c-6433-4da0-bf37-1dfe4ac7f224), ShapeRef(_:a82cf230-8c5d-47ec-aff8-628483c64a6a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a82cf230-8c5d-47ec-aff8-628483c64a6a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8739596f-85f1-4908-ba5a-80a08a6cd691,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:75c30eaa-6161-41fe-8ba7-036d296e43a8,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxExclusive violation. Expected 16 < 15")))), PropertyShape(_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.816 [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(_:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3), ShapeRef(_:f35bcfaa-5c47-4a43-b933-ab91e2a2fade), ShapeRef(_:7ca8b09f-c764-4134-818d-b4fea8adc138), ShapeRef(_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a), ShapeRef(_:75c30eaa-6161-41fe-8ba7-036d296e43a8), ShapeRef(_:8739596f-85f1-4908-ba5a-80a08a6cd691), ShapeRef(_:f03a811c-6433-4da0-bf37-1dfe4ac7f224), ShapeRef(_:a82cf230-8c5d-47ec-aff8-628483c64a6a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a82cf230-8c5d-47ec-aff8-628483c64a6a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8739596f-85f1-4908-ba5a-80a08a6cd691,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:75c30eaa-6161-41fe-8ba7-036d296e43a8,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxExclusive violation. Expected 16 < 15")))), PropertyShape(_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.816 [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(_:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3), ShapeRef(_:f35bcfaa-5c47-4a43-b933-ab91e2a2fade), ShapeRef(_:7ca8b09f-c764-4134-818d-b4fea8adc138), ShapeRef(_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a), ShapeRef(_:75c30eaa-6161-41fe-8ba7-036d296e43a8), ShapeRef(_:8739596f-85f1-4908-ba5a-80a08a6cd691), ShapeRef(_:f03a811c-6433-4da0-bf37-1dfe4ac7f224), ShapeRef(_:a82cf230-8c5d-47ec-aff8-628483c64a6a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a82cf230-8c5d-47ec-aff8-628483c64a6a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8739596f-85f1-4908-ba5a-80a08a6cd691,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:75c30eaa-6161-41fe-8ba7-036d296e43a8,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxExclusive violation. Expected 16 < 15")))), PropertyShape(_:d2f67a82-8b77-4a3b-b979-6d7b11169b0a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f03a811c-6433-4da0-bf37-1dfe4ac7f224 = 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f03a811c-6433-4da0-bf37-1dfe4ac7f224 = 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f03a811c-6433-4da0-bf37-1dfe4ac7f224: 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8739596f-85f1-4908-ba5a-80a08a6cd691 = 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8739596f-85f1-4908-ba5a-80a08a6cd691 = 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8739596f-85f1-4908-ba5a-80a08a6cd691: 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:75c30eaa-6161-41fe-8ba7-036d296e43a8 = 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:75c30eaa-6161-41fe-8ba7-036d296e43a8 = 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:75c30eaa-6161-41fe-8ba7-036d296e43a8: 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d2f67a82-8b77-4a3b-b979-6d7b11169b0a = 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d2f67a82-8b77-4a3b-b979-6d7b11169b0a = 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d2f67a82-8b77-4a3b-b979-6d7b11169b0a: 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7ca8b09f-c764-4134-818d-b4fea8adc138 = 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7ca8b09f-c764-4134-818d-b4fea8adc138 = 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7ca8b09f-c764-4134-818d-b4fea8adc138: 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f35bcfaa-5c47-4a43-b933-ab91e2a2fade = 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f35bcfaa-5c47-4a43-b933-ab91e2a2fade = 
18:12:54.816 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f35bcfaa-5c47-4a43-b933-ab91e2a2fade: 
18:12:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3 = 
18:12:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3 = 
18:12:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9d9bf1f7-7dc4-4725-9cba-31bd54ec02f3: 
18:12:54.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  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  16 ;
                 sh:message                    "maxExclusive violation. Expected 16 < 15" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#integerProperty2> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MaxExclusiveConstraintComponent
               ]
] .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:54.829 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {ac7655d5-18a5-4033-b060-7ece033e31d1 @rdf:rest 0e155c56-b43d-4b3a-9640-51a673d7ef4e; ac7655d5-18a5-4033-b060-7ece033e31d1 @rdf:first "A"; f34c98eb-5750-4b2a-81b4-6c6504b2fdaa @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; f34c98eb-5750-4b2a-81b4-6c6504b2fdaa @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; f34c98eb-5750-4b2a-81b4-6c6504b2fdaa @sh:path http://www.sampledomain.org/sam#aSetOfDates; f34c98eb-5750-4b2a-81b4-6c6504b2fdaa @rdf:type sh:Property; 094e93e7-3acd-41f7-9c43-971cfcd42d59 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 094e93e7-3acd-41f7-9c43-971cfcd42d59 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 094e93e7-3acd-41f7-9c43-971cfcd42d59 @sh:path http://www.sampledomain.org/sam#integerProperty2; 094e93e7-3acd-41f7-9c43-971cfcd42d59 @rdf:type sh:Property; 6c04fb29-ae30-4227-98d9-02e30d918c21 @sh:in ac7655d5-18a5-4033-b060-7ece033e31d1; 6c04fb29-ae30-4227-98d9-02e30d918c21 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 6c04fb29-ae30-4227-98d9-02e30d918c21 @rdf:type sh:Property; ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74 @sh:class http://www.sampledomain.org/sam#AnotherResource; ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74 @rdf:type sh:Property; a8761240-a5fd-4dd9-922e-2db94d1d4e17 @rdf:rest rdf:nil...} |  [ac7655d5-18a5-4033-b060-7ece033e31d1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0e155c56-b43d-4b3a-9640-51a673d7ef4e] [ac7655d5-18a5-4033-b060-7ece033e31d1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [f34c98eb-5750-4b2a-81b4-6c6504b2fdaa, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f34c98eb-5750-4b2a-81b4-6c6504b2fdaa, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f34c98eb-5750-4b2a-81b4-6c6504b2fdaa, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [f34c98eb-5750-4b2a-81b4-6c6504b2fdaa, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [094e93e7-3acd-41f7-9c43-971cfcd42d59, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [094e93e7-3acd-41f7-9c43-971cfcd42d59, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [094e93e7-3acd-41f7-9c43-971cfcd42d59, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [094e93e7-3acd-41f7-9c43-971cfcd42d59, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6c04fb29-ae30-4227-98d9-02e30d918c21, http://www.w3.org/ns/shacl#in, ac7655d5-18a5-4033-b060-7ece033e31d1] [6c04fb29-ae30-4227-98d9-02e30d918c21, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [6c04fb29-ae30-4227-98d9-02e30d918c21, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a8761240-a5fd-4dd9-922e-2db94d1d4e17, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [a8761240-a5fd-4dd9-922e-2db94d1d4e17, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [d1ee608a-1086-4e64-8b5a-1cf6ddd51752, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d1ee608a-1086-4e64-8b5a-1cf6ddd51752, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d1ee608a-1086-4e64-8b5a-1cf6ddd51752, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [d1ee608a-1086-4e64-8b5a-1cf6ddd51752, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a7a4ce24-6e6b-459c-8609-7fe21a5a9ead, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a7a4ce24-6e6b-459c-8609-7fe21a5a9ead, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a7a4ce24-6e6b-459c-8609-7fe21a5a9ead, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a7a4ce24-6e6b-459c-8609-7fe21a5a9ead, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a7a4ce24-6e6b-459c-8609-7fe21a5a9ead, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a7a4ce24-6e6b-459c-8609-7fe21a5a9ead, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [a7a4ce24-6e6b-459c-8609-7fe21a5a9ead, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fc832155-8a42-4db9-8724-4350a2671ccc, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fc832155-8a42-4db9-8724-4350a2671ccc, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fc832155-8a42-4db9-8724-4350a2671ccc, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [fc832155-8a42-4db9-8724-4350a2671ccc, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fc832155-8a42-4db9-8724-4350a2671ccc, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [fc832155-8a42-4db9-8724-4350a2671ccc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [fc832155-8a42-4db9-8724-4350a2671ccc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0e155c56-b43d-4b3a-9640-51a673d7ef4e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a8761240-a5fd-4dd9-922e-2db94d1d4e17] [0e155c56-b43d-4b3a-9640-51a673d7ef4e, 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, 6c04fb29-ae30-4227-98d9-02e30d918c21] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74] [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, d1ee608a-1086-4e64-8b5a-1cf6ddd51752] [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, a7a4ce24-6e6b-459c-8609-7fe21a5a9ead] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fc832155-8a42-4db9-8724-4350a2671ccc] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2d17ab4c-780a-4aa8-90a8-edef5492f4e0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f34c98eb-5750-4b2a-81b4-6c6504b2fdaa] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 094e93e7-3acd-41f7-9c43-971cfcd42d59] [2d17ab4c-780a-4aa8-90a8-edef5492f4e0, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2d17ab4c-780a-4aa8-90a8-edef5492f4e0, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2d17ab4c-780a-4aa8-90a8-edef5492f4e0, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [2d17ab4c-780a-4aa8-90a8-edef5492f4e0, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [2d17ab4c-780a-4aa8-90a8-edef5492f4e0, http://www.w3.org/ns/shacl#pattern, "^B"] [2d17ab4c-780a-4aa8-90a8-edef5492f4e0, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [2d17ab4c-780a-4aa8-90a8-edef5492f4e0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [2d17ab4c-780a-4aa8-90a8-edef5492f4e0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
18:12:54.829 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:54.831 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:54.832 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:d1ee608a-1086-4e64-8b5a-1cf6ddd51752,_:6c04fb29-ae30-4227-98d9-02e30d918c21,_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0,_:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74,_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa,_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead,_:094e93e7-3acd-41f7-9c43-971cfcd42d59,_:fc832155-8a42-4db9-8724-4350a2671ccc. Pending nodes: 
18:12:54.832 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d1ee608a-1086-4e64-8b5a-1cf6ddd51752
18:12:54.833 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6c04fb29-ae30-4227-98d9-02e30d918c21
18:12:54.833 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2d17ab4c-780a-4aa8-90a8-edef5492f4e0
18:12:54.834 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74
18:12:54.835 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa
18:12:54.836 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead
18:12:54.837 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:094e93e7-3acd-41f7-9c43-971cfcd42d59
18:12:54.837 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fc832155-8a42-4db9-8724-4350a2671ccc
18:12:54.838 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:54.838 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fc832155-8a42-4db9-8724-4350a2671ccc
18:12:54.838 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:094e93e7-3acd-41f7-9c43-971cfcd42d59
18:12:54.838 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead
18:12:54.838 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa
18:12:54.838 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74
18:12:54.838 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2d17ab4c-780a-4aa8-90a8-edef5492f4e0
18:12:54.839 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6c04fb29-ae30-4227-98d9-02e30d918c21
18:12:54.839 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d1ee608a-1086-4e64-8b5a-1cf6ddd51752
18:12:54.839 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:54.839 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:54.839 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:54.839 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:54.839 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:54.839 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d1ee608a-1086-4e64-8b5a-1cf6ddd51752,_:6c04fb29-ae30-4227-98d9-02e30d918c21,_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0,_:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74,_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa,_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead,_:094e93e7-3acd-41f7-9c43-971cfcd42d59,_:fc832155-8a42-4db9-8724-4350a2671ccc)
18:12:54.839 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d1ee608a-1086-4e64-8b5a-1cf6ddd51752)
18:12:54.839 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6c04fb29-ae30-4227-98d9-02e30d918c21)
18:12:54.839 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0)
18:12:54.839 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74)
18:12:54.839 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa)
18:12:54.839 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead)
18:12:54.839 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:094e93e7-3acd-41f7-9c43-971cfcd42d59)
18:12:54.839 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc832155-8a42-4db9-8724-4350a2671ccc)
18:12:54.839 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.839 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.840 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.840 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.840 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d1ee608a-1086-4e64-8b5a-1cf6ddd51752=ShapeTyping(TypingMap(Map()))
18:12:54.840 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.840 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.840 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6c04fb29-ae30-4227-98d9-02e30d918c21=ShapeTyping(TypingMap(Map()))
18:12:54.840 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.840 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.840 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.840 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.841 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.841 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.841 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.841 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.841 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.841 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.895 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:54.895 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d1ee608a-1086-4e64-8b5a-1cf6ddd51752), ShapeRef(_:6c04fb29-ae30-4227-98d9-02e30d918c21), ShapeRef(_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0), ShapeRef(_:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74), ShapeRef(_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa), ShapeRef(_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead), ShapeRef(_:094e93e7-3acd-41f7-9c43-971cfcd42d59), ShapeRef(_:fc832155-8a42-4db9-8724-4350a2671ccc)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.895 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.895 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.896 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74=ShapeTyping(TypingMap(Map()))
18:12:54.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.896 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:54.821Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:54.896 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d1ee608a-1086-4e64-8b5a-1cf6ddd51752), ShapeRef(_:6c04fb29-ae30-4227-98d9-02e30d918c21), ShapeRef(_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0), ShapeRef(_:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74), ShapeRef(_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa), ShapeRef(_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead), ShapeRef(_:094e93e7-3acd-41f7-9c43-971cfcd42d59), ShapeRef(_:fc832155-8a42-4db9-8724-4350a2671ccc)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.897 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:54.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.898 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d1ee608a-1086-4e64-8b5a-1cf6ddd51752), ShapeRef(_:6c04fb29-ae30-4227-98d9-02e30d918c21), ShapeRef(_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0), ShapeRef(_:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74), ShapeRef(_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa), ShapeRef(_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead), ShapeRef(_:094e93e7-3acd-41f7-9c43-971cfcd42d59), ShapeRef(_:fc832155-8a42-4db9-8724-4350a2671ccc)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.898 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:094e93e7-3acd-41f7-9c43-971cfcd42d59=ShapeTyping(TypingMap(Map()))
18:12:54.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.899 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:fc832155-8a42-4db9-8724-4350a2671ccc],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:54.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.900 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc832155-8a42-4db9-8724-4350a2671ccc=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d1ee608a-1086-4e64-8b5a-1cf6ddd51752), ShapeRef(_:6c04fb29-ae30-4227-98d9-02e30d918c21), ShapeRef(_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0), ShapeRef(_:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74), ShapeRef(_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa), ShapeRef(_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead), ShapeRef(_:094e93e7-3acd-41f7-9c43-971cfcd42d59), ShapeRef(_:fc832155-8a42-4db9-8724-4350a2671ccc)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fc832155-8a42-4db9-8724-4350a2671ccc,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:54.900 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d1ee608a-1086-4e64-8b5a-1cf6ddd51752,_:6c04fb29-ae30-4227-98d9-02e30d918c21,_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0,_:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74,_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa,_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead,_:094e93e7-3acd-41f7-9c43-971cfcd42d59,_:fc832155-8a42-4db9-8724-4350a2671ccc)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:d1ee608a-1086-4e64-8b5a-1cf6ddd51752), ShapeRef(_:6c04fb29-ae30-4227-98d9-02e30d918c21), ShapeRef(_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0), ShapeRef(_:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74), ShapeRef(_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa), ShapeRef(_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead), ShapeRef(_:094e93e7-3acd-41f7-9c43-971cfcd42d59), ShapeRef(_:fc832155-8a42-4db9-8724-4350a2671ccc)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fc832155-8a42-4db9-8724-4350a2671ccc,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.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(_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:d1ee608a-1086-4e64-8b5a-1cf6ddd51752), ShapeRef(_:6c04fb29-ae30-4227-98d9-02e30d918c21), ShapeRef(_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0), ShapeRef(_:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74), ShapeRef(_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa), ShapeRef(_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead), ShapeRef(_:094e93e7-3acd-41f7-9c43-971cfcd42d59), ShapeRef(_:fc832155-8a42-4db9-8724-4350a2671ccc)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fc832155-8a42-4db9-8724-4350a2671ccc,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.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(_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:d1ee608a-1086-4e64-8b5a-1cf6ddd51752), ShapeRef(_:6c04fb29-ae30-4227-98d9-02e30d918c21), ShapeRef(_:2d17ab4c-780a-4aa8-90a8-edef5492f4e0), ShapeRef(_:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74), ShapeRef(_:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa), ShapeRef(_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead), ShapeRef(_:094e93e7-3acd-41f7-9c43-971cfcd42d59), ShapeRef(_:fc832155-8a42-4db9-8724-4350a2671ccc)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fc832155-8a42-4db9-8724-4350a2671ccc,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.901 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fc832155-8a42-4db9-8724-4350a2671ccc = 
18:12:54.901 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fc832155-8a42-4db9-8724-4350a2671ccc = 
18:12:54.901 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fc832155-8a42-4db9-8724-4350a2671ccc: 
18:12:54.901 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:094e93e7-3acd-41f7-9c43-971cfcd42d59 = 
18:12:54.901 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:094e93e7-3acd-41f7-9c43-971cfcd42d59 = 
18:12:54.901 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:094e93e7-3acd-41f7-9c43-971cfcd42d59: 
18:12:54.901 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead = 
18:12:54.901 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead = 
18:12:54.901 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a7a4ce24-6e6b-459c-8609-7fe21a5a9ead: 
18:12:54.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa = 
18:12:54.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa = 
18:12:54.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f34c98eb-5750-4b2a-81b4-6c6504b2fdaa: 
18:12:54.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74 = 
18:12:54.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74 = 
18:12:54.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ce526e54-9ffb-4cf6-a23a-ec7caf7b8e74: 
18:12:54.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2d17ab4c-780a-4aa8-90a8-edef5492f4e0 = 
18:12:54.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2d17ab4c-780a-4aa8-90a8-edef5492f4e0 = 
18:12:54.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2d17ab4c-780a-4aa8-90a8-edef5492f4e0: 
18:12:54.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6c04fb29-ae30-4227-98d9-02e30d918c21 = 
18:12:54.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6c04fb29-ae30-4227-98d9-02e30d918c21 = 
18:12:54.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6c04fb29-ae30-4227-98d9-02e30d918c21: 
18:12:54.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d1ee608a-1086-4e64-8b5a-1cf6ddd51752 = 
18:12:54.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d1ee608a-1086-4e64-8b5a-1cf6ddd51752 = 
18:12:54.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d1ee608a-1086-4e64-8b5a-1cf6ddd51752: 
18:12:54.903 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:54.912 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {aeb9884a-75a5-481e-87d0-b1d4f9835c24 @rdf:rest 1a743339-8a6c-4dd6-a2c7-900987b095e4; aeb9884a-75a5-481e-87d0-b1d4f9835c24 @rdf:first "A"; 3105c781-df48-4857-977b-522f75de13ac @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 3105c781-df48-4857-977b-522f75de13ac @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 3105c781-df48-4857-977b-522f75de13ac @sh:path http://www.sampledomain.org/sam#integerProperty3; 3105c781-df48-4857-977b-522f75de13ac @rdf:type sh:Property; 16e9fdc0-96cf-47e6-acf9-d3449dcc59ec @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 16e9fdc0-96cf-47e6-acf9-d3449dcc59ec @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 16e9fdc0-96cf-47e6-acf9-d3449dcc59ec @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 16e9fdc0-96cf-47e6-acf9-d3449dcc59ec @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 16e9fdc0-96cf-47e6-acf9-d3449dcc59ec @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 16e9fdc0-96cf-47e6-acf9-d3449dcc59ec @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 16e9fdc0-96cf-47e6-acf9-d3449dcc59ec @rdf:type sh:Property; fd5e80c9-ee9b-4383-bb91-1d76219bcd44 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; fd5e80c9-ee9b-4383-bb91-1d76219bcd44 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; fd5e80c9-ee9b-4383-bb91-1d76219bcd44 @sh:path http://www.sampledomain.org/sam#aSetOfDates; fd5e80c9-ee9b-4383-bb91-1d76219bcd44 @rdf:type sh:Property...} |  [aeb9884a-75a5-481e-87d0-b1d4f9835c24, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1a743339-8a6c-4dd6-a2c7-900987b095e4] [aeb9884a-75a5-481e-87d0-b1d4f9835c24, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [3105c781-df48-4857-977b-522f75de13ac, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [3105c781-df48-4857-977b-522f75de13ac, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [3105c781-df48-4857-977b-522f75de13ac, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [3105c781-df48-4857-977b-522f75de13ac, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [16e9fdc0-96cf-47e6-acf9-d3449dcc59ec, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [16e9fdc0-96cf-47e6-acf9-d3449dcc59ec, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [16e9fdc0-96cf-47e6-acf9-d3449dcc59ec, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [16e9fdc0-96cf-47e6-acf9-d3449dcc59ec, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [16e9fdc0-96cf-47e6-acf9-d3449dcc59ec, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [16e9fdc0-96cf-47e6-acf9-d3449dcc59ec, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [16e9fdc0-96cf-47e6-acf9-d3449dcc59ec, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fd5e80c9-ee9b-4383-bb91-1d76219bcd44, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [fd5e80c9-ee9b-4383-bb91-1d76219bcd44, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [fd5e80c9-ee9b-4383-bb91-1d76219bcd44, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [fd5e80c9-ee9b-4383-bb91-1d76219bcd44, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0cca4f77-4005-45d8-b94c-66d5ad531dd0, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [0cca4f77-4005-45d8-b94c-66d5ad531dd0, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [0cca4f77-4005-45d8-b94c-66d5ad531dd0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [0cca4f77-4005-45d8-b94c-66d5ad531dd0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fdbaa1db-482c-437d-8d33-589f353c87ef, http://www.w3.org/ns/shacl#in, aeb9884a-75a5-481e-87d0-b1d4f9835c24] [fdbaa1db-482c-437d-8d33-589f353c87ef, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [fdbaa1db-482c-437d-8d33-589f353c87ef, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [31a6c2da-0964-4ab1-9579-434f06eb428b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [31a6c2da-0964-4ab1-9579-434f06eb428b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [31a6c2da-0964-4ab1-9579-434f06eb428b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [31a6c2da-0964-4ab1-9579-434f06eb428b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [31a6c2da-0964-4ab1-9579-434f06eb428b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [31a6c2da-0964-4ab1-9579-434f06eb428b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [31a6c2da-0964-4ab1-9579-434f06eb428b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9855af8b-3e1a-40e8-aa1d-c88345a9c07a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9855af8b-3e1a-40e8-aa1d-c88345a9c07a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9855af8b-3e1a-40e8-aa1d-c88345a9c07a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [9855af8b-3e1a-40e8-aa1d-c88345a9c07a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [9855af8b-3e1a-40e8-aa1d-c88345a9c07a, http://www.w3.org/ns/shacl#pattern, "^B"] [9855af8b-3e1a-40e8-aa1d-c88345a9c07a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [9855af8b-3e1a-40e8-aa1d-c88345a9c07a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [9855af8b-3e1a-40e8-aa1d-c88345a9c07a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4f5f2b7a-d26e-4d09-b80b-6543e393c1f5, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [4f5f2b7a-d26e-4d09-b80b-6543e393c1f5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [4f5f2b7a-d26e-4d09-b80b-6543e393c1f5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1a743339-8a6c-4dd6-a2c7-900987b095e4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0b340ead-f86e-4c41-962e-b885265366a9] [1a743339-8a6c-4dd6-a2c7-900987b095e4, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [0b340ead-f86e-4c41-962e-b885265366a9, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [0b340ead-f86e-4c41-962e-b885265366a9, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0cca4f77-4005-45d8-b94c-66d5ad531dd0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4f5f2b7a-d26e-4d09-b80b-6543e393c1f5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9855af8b-3e1a-40e8-aa1d-c88345a9c07a] [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, 3105c781-df48-4857-977b-522f75de13ac] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 16e9fdc0-96cf-47e6-acf9-d3449dcc59ec] [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, 31a6c2da-0964-4ab1-9579-434f06eb428b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fd5e80c9-ee9b-4383-bb91-1d76219bcd44] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fdbaa1db-482c-437d-8d33-589f353c87ef]>
18:12:54.912 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:54.913 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:54.914 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:31a6c2da-0964-4ab1-9579-434f06eb428b,_:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5,_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec,_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a,_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44,_:3105c781-df48-4857-977b-522f75de13ac,_:fdbaa1db-482c-437d-8d33-589f353c87ef,_:0cca4f77-4005-45d8-b94c-66d5ad531dd0. Pending nodes: 
18:12:54.915 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:31a6c2da-0964-4ab1-9579-434f06eb428b
18:12:54.916 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5
18:12:54.916 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec
18:12:54.917 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9855af8b-3e1a-40e8-aa1d-c88345a9c07a
18:12:54.918 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fd5e80c9-ee9b-4383-bb91-1d76219bcd44
18:12:54.919 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3105c781-df48-4857-977b-522f75de13ac
18:12:54.920 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fdbaa1db-482c-437d-8d33-589f353c87ef
18:12:54.920 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0cca4f77-4005-45d8-b94c-66d5ad531dd0
18:12:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0cca4f77-4005-45d8-b94c-66d5ad531dd0
18:12:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fdbaa1db-482c-437d-8d33-589f353c87ef
18:12:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3105c781-df48-4857-977b-522f75de13ac
18:12:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fd5e80c9-ee9b-4383-bb91-1d76219bcd44
18:12:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9855af8b-3e1a-40e8-aa1d-c88345a9c07a
18:12:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec
18:12:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5
18:12:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:31a6c2da-0964-4ab1-9579-434f06eb428b
18:12:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0cca4f77-4005-45d8-b94c-66d5ad531dd0 = 
18:12:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0cca4f77-4005-45d8-b94c-66d5ad531dd0 = 
18:12:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0cca4f77-4005-45d8-b94c-66d5ad531dd0: 
18:12:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:54.922 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:31a6c2da-0964-4ab1-9579-434f06eb428b,_:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5,_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec,_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a,_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44,_:3105c781-df48-4857-977b-522f75de13ac,_:fdbaa1db-482c-437d-8d33-589f353c87ef,_:0cca4f77-4005-45d8-b94c-66d5ad531dd0)
18:12:54.922 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:31a6c2da-0964-4ab1-9579-434f06eb428b)
18:12:54.922 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5)
18:12:54.922 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec)
18:12:54.922 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a)
18:12:54.922 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44)
18:12:54.922 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3105c781-df48-4857-977b-522f75de13ac)
18:12:54.922 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fdbaa1db-482c-437d-8d33-589f353c87ef)
18:12:54.922 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0cca4f77-4005-45d8-b94c-66d5ad531dd0)
18:12:54.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.923 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:31a6c2da-0964-4ab1-9579-434f06eb428b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:54.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.924 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:31a6c2da-0964-4ab1-9579-434f06eb428b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:31a6c2da-0964-4ab1-9579-434f06eb428b), ShapeRef(_:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5), ShapeRef(_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec), ShapeRef(_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a), ShapeRef(_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44), ShapeRef(_:3105c781-df48-4857-977b-522f75de13ac), ShapeRef(_:fdbaa1db-482c-437d-8d33-589f353c87ef), ShapeRef(_:0cca4f77-4005-45d8-b94c-66d5ad531dd0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:31a6c2da-0964-4ab1-9579-434f06eb428b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.924 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5=ShapeTyping(TypingMap(Map()))
18:12:54.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.925 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:54.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.925 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:31a6c2da-0964-4ab1-9579-434f06eb428b), ShapeRef(_:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5), ShapeRef(_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec), ShapeRef(_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a), ShapeRef(_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44), ShapeRef(_:3105c781-df48-4857-977b-522f75de13ac), ShapeRef(_:fdbaa1db-482c-437d-8d33-589f353c87ef), ShapeRef(_:0cca4f77-4005-45d8-b94c-66d5ad531dd0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0"))))))))
18:12:54.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.926 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:54.927 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:31a6c2da-0964-4ab1-9579-434f06eb428b), ShapeRef(_:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5), ShapeRef(_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec), ShapeRef(_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a), ShapeRef(_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44), ShapeRef(_:3105c781-df48-4857-977b-522f75de13ac), ShapeRef(_:fdbaa1db-482c-437d-8d33-589f353c87ef), ShapeRef(_:0cca4f77-4005-45d8-b94c-66d5ad531dd0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.927 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:54.905Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:54.928 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:31a6c2da-0964-4ab1-9579-434f06eb428b), ShapeRef(_:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5), ShapeRef(_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec), ShapeRef(_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a), ShapeRef(_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44), ShapeRef(_:3105c781-df48-4857-977b-522f75de13ac), ShapeRef(_:fdbaa1db-482c-437d-8d33-589f353c87ef), ShapeRef(_:0cca4f77-4005-45d8-b94c-66d5ad531dd0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.928 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.928 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.928 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.928 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.928 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3105c781-df48-4857-977b-522f75de13ac=ShapeTyping(TypingMap(Map()))
18:12:54.928 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.928 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.928 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fdbaa1db-482c-437d-8d33-589f353c87ef=ShapeTyping(TypingMap(Map()))
18:12:54.928 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.928 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.928 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.928 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:54.928 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0cca4f77-4005-45d8-b94c-66d5ad531dd0=ShapeTyping(TypingMap(Map()))
18:12:54.929 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:31a6c2da-0964-4ab1-9579-434f06eb428b,_:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5,_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec,_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a,_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44,_:3105c781-df48-4857-977b-522f75de13ac,_:fdbaa1db-482c-437d-8d33-589f353c87ef,_:0cca4f77-4005-45d8-b94c-66d5ad531dd0)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec,PredicatePath(<http://www.sampledomain.org/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(_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:31a6c2da-0964-4ab1-9579-434f06eb428b), ShapeRef(_:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5), ShapeRef(_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec), ShapeRef(_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a), ShapeRef(_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44), ShapeRef(_:3105c781-df48-4857-977b-522f75de13ac), ShapeRef(_:fdbaa1db-482c-437d-8d33-589f353c87ef), ShapeRef(_:0cca4f77-4005-45d8-b94c-66d5ad531dd0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:31a6c2da-0964-4ab1-9579-434f06eb428b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.929 [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(_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec,PredicatePath(<http://www.sampledomain.org/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(_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:31a6c2da-0964-4ab1-9579-434f06eb428b), ShapeRef(_:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5), ShapeRef(_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec), ShapeRef(_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a), ShapeRef(_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44), ShapeRef(_:3105c781-df48-4857-977b-522f75de13ac), ShapeRef(_:fdbaa1db-482c-437d-8d33-589f353c87ef), ShapeRef(_:0cca4f77-4005-45d8-b94c-66d5ad531dd0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:31a6c2da-0964-4ab1-9579-434f06eb428b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.929 [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(_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec,PredicatePath(<http://www.sampledomain.org/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(_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:31a6c2da-0964-4ab1-9579-434f06eb428b), ShapeRef(_:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5), ShapeRef(_:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec), ShapeRef(_:9855af8b-3e1a-40e8-aa1d-c88345a9c07a), ShapeRef(_:fd5e80c9-ee9b-4383-bb91-1d76219bcd44), ShapeRef(_:3105c781-df48-4857-977b-522f75de13ac), ShapeRef(_:fdbaa1db-482c-437d-8d33-589f353c87ef), ShapeRef(_:0cca4f77-4005-45d8-b94c-66d5ad531dd0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:31a6c2da-0964-4ab1-9579-434f06eb428b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:54.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fdbaa1db-482c-437d-8d33-589f353c87ef = 
18:12:54.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fdbaa1db-482c-437d-8d33-589f353c87ef = 
18:12:54.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fdbaa1db-482c-437d-8d33-589f353c87ef: 
18:12:54.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3105c781-df48-4857-977b-522f75de13ac = 
18:12:54.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3105c781-df48-4857-977b-522f75de13ac = 
18:12:54.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3105c781-df48-4857-977b-522f75de13ac: 
18:12:54.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fd5e80c9-ee9b-4383-bb91-1d76219bcd44 = 
18:12:54.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fd5e80c9-ee9b-4383-bb91-1d76219bcd44 = 
18:12:54.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fd5e80c9-ee9b-4383-bb91-1d76219bcd44: 
18:12:54.930 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9855af8b-3e1a-40e8-aa1d-c88345a9c07a = 
18:12:54.930 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9855af8b-3e1a-40e8-aa1d-c88345a9c07a = 
18:12:54.930 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9855af8b-3e1a-40e8-aa1d-c88345a9c07a: 
18:12:54.930 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec = 
18:12:54.930 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec = 
18:12:54.930 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:16e9fdc0-96cf-47e6-acf9-d3449dcc59ec: 
18:12:54.930 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5 = 
18:12:54.930 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5 = 
18:12:54.930 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4f5f2b7a-d26e-4d09-b80b-6543e393c1f5: 
18:12:54.930 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:31a6c2da-0964-4ab1-9579-434f06eb428b = 
18:12:54.930 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:31a6c2da-0964-4ab1-9579-434f06eb428b = 
18:12:54.930 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:31a6c2da-0964-4ab1-9579-434f06eb428b: 
18:12:54.931 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T18:12:54.934Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty3>
                5 .
18:12:55.000 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:12:54.934Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "5"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:12:54.934Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
18:12:55.000 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {b20bb4fc-578f-4822-a82d-801c980ff523 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b20bb4fc-578f-4822-a82d-801c980ff523 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b20bb4fc-578f-4822-a82d-801c980ff523 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; b20bb4fc-578f-4822-a82d-801c980ff523 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; b20bb4fc-578f-4822-a82d-801c980ff523 @sh:pattern "^B"; b20bb4fc-578f-4822-a82d-801c980ff523 @sh:description "a Simple Single String Property"; b20bb4fc-578f-4822-a82d-801c980ff523 @sh:path http://www.sampledomain.org/sam#aStringProperty; b20bb4fc-578f-4822-a82d-801c980ff523 @rdf:type sh:Property; 72dfe9ee-1dc1-4fc0-b272-c9cb355e8433 @sh:in 14767a51-4655-41cc-a9e2-ff2967d9df78; 72dfe9ee-1dc1-4fc0-b272-c9cb355e8433 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 72dfe9ee-1dc1-4fc0-b272-c9cb355e8433 @rdf:type sh:Property; f39b1561-901c-4117-ad6c-f7411060a2e0 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; f39b1561-901c-4117-ad6c-f7411060a2e0 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; f39b1561-901c-4117-ad6c-f7411060a2e0 @sh:path http://www.sampledomain.org/sam#aSetOfDates; f39b1561-901c-4117-ad6c-f7411060a2e0 @rdf:type sh:Property; 1f45bce9-6c50-4a7d-91b3-f2b8bee0e963 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 1f45bce9-6c50-4a7d-91b3-f2b8bee0e963 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer...} |  [b20bb4fc-578f-4822-a82d-801c980ff523, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b20bb4fc-578f-4822-a82d-801c980ff523, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b20bb4fc-578f-4822-a82d-801c980ff523, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [b20bb4fc-578f-4822-a82d-801c980ff523, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [b20bb4fc-578f-4822-a82d-801c980ff523, http://www.w3.org/ns/shacl#pattern, "^B"] [b20bb4fc-578f-4822-a82d-801c980ff523, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [b20bb4fc-578f-4822-a82d-801c980ff523, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [b20bb4fc-578f-4822-a82d-801c980ff523, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [72dfe9ee-1dc1-4fc0-b272-c9cb355e8433, http://www.w3.org/ns/shacl#in, 14767a51-4655-41cc-a9e2-ff2967d9df78] [72dfe9ee-1dc1-4fc0-b272-c9cb355e8433, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [72dfe9ee-1dc1-4fc0-b272-c9cb355e8433, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f39b1561-901c-4117-ad6c-f7411060a2e0, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f39b1561-901c-4117-ad6c-f7411060a2e0, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f39b1561-901c-4117-ad6c-f7411060a2e0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [f39b1561-901c-4117-ad6c-f7411060a2e0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1f45bce9-6c50-4a7d-91b3-f2b8bee0e963, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1f45bce9-6c50-4a7d-91b3-f2b8bee0e963, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1f45bce9-6c50-4a7d-91b3-f2b8bee0e963, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [1f45bce9-6c50-4a7d-91b3-f2b8bee0e963, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [14767a51-4655-41cc-a9e2-ff2967d9df78, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, dc43c446-d077-4d59-ace1-c1bf28559e2d] [14767a51-4655-41cc-a9e2-ff2967d9df78, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [dc43c446-d077-4d59-ace1-c1bf28559e2d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ca2c6a3c-7c2d-4848-89c0-cd38a43ebe0a] [dc43c446-d077-4d59-ace1-c1bf28559e2d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [8d3161e0-5401-4f47-b5b5-8f52226dee91, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8d3161e0-5401-4f47-b5b5-8f52226dee91, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8d3161e0-5401-4f47-b5b5-8f52226dee91, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8d3161e0-5401-4f47-b5b5-8f52226dee91, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8d3161e0-5401-4f47-b5b5-8f52226dee91, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8d3161e0-5401-4f47-b5b5-8f52226dee91, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [8d3161e0-5401-4f47-b5b5-8f52226dee91, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [332c6b58-8824-42f9-a1af-8db079c2de39, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [332c6b58-8824-42f9-a1af-8db079c2de39, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [332c6b58-8824-42f9-a1af-8db079c2de39, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ca2c6a3c-7c2d-4848-89c0-cd38a43ebe0a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [ca2c6a3c-7c2d-4848-89c0-cd38a43ebe0a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [8f3ae9c7-642b-4162-a37a-f8d97665a9ef, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8f3ae9c7-642b-4162-a37a-f8d97665a9ef, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8f3ae9c7-642b-4162-a37a-f8d97665a9ef, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8f3ae9c7-642b-4162-a37a-f8d97665a9ef, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8f3ae9c7-642b-4162-a37a-f8d97665a9ef, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8f3ae9c7-642b-4162-a37a-f8d97665a9ef, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [8f3ae9c7-642b-4162-a37a-f8d97665a9ef, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [00a1193a-8ac0-4c96-a735-236a2921460b, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [00a1193a-8ac0-4c96-a735-236a2921460b, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [00a1193a-8ac0-4c96-a735-236a2921460b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [00a1193a-8ac0-4c96-a735-236a2921460b, 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, 00a1193a-8ac0-4c96-a735-236a2921460b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 72dfe9ee-1dc1-4fc0-b272-c9cb355e8433] [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, b20bb4fc-578f-4822-a82d-801c980ff523] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 332c6b58-8824-42f9-a1af-8db079c2de39] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8d3161e0-5401-4f47-b5b5-8f52226dee91] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f39b1561-901c-4117-ad6c-f7411060a2e0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1f45bce9-6c50-4a7d-91b3-f2b8bee0e963] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8f3ae9c7-642b-4162-a37a-f8d97665a9ef]>
18:12:55.001 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:55.002 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:55.003 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:332c6b58-8824-42f9-a1af-8db079c2de39,_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef,_:f39b1561-901c-4117-ad6c-f7411060a2e0,_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963,_:b20bb4fc-578f-4822-a82d-801c980ff523,_:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433,_:8d3161e0-5401-4f47-b5b5-8f52226dee91,_:00a1193a-8ac0-4c96-a735-236a2921460b. Pending nodes: 
18:12:55.003 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:332c6b58-8824-42f9-a1af-8db079c2de39
18:12:55.004 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8f3ae9c7-642b-4162-a37a-f8d97665a9ef
18:12:55.005 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f39b1561-901c-4117-ad6c-f7411060a2e0
18:12:55.006 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963
18:12:55.006 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b20bb4fc-578f-4822-a82d-801c980ff523
18:12:55.007 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433
18:12:55.008 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8d3161e0-5401-4f47-b5b5-8f52226dee91
18:12:55.009 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:00a1193a-8ac0-4c96-a735-236a2921460b
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:00a1193a-8ac0-4c96-a735-236a2921460b
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8d3161e0-5401-4f47-b5b5-8f52226dee91
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b20bb4fc-578f-4822-a82d-801c980ff523
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f39b1561-901c-4117-ad6c-f7411060a2e0
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8f3ae9c7-642b-4162-a37a-f8d97665a9ef
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:332c6b58-8824-42f9-a1af-8db079c2de39
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:332c6b58-8824-42f9-a1af-8db079c2de39,_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef,_:f39b1561-901c-4117-ad6c-f7411060a2e0,_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963,_:b20bb4fc-578f-4822-a82d-801c980ff523,_:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433,_:8d3161e0-5401-4f47-b5b5-8f52226dee91,_:00a1193a-8ac0-4c96-a735-236a2921460b)
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:332c6b58-8824-42f9-a1af-8db079c2de39)
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef)
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f39b1561-901c-4117-ad6c-f7411060a2e0)
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963)
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b20bb4fc-578f-4822-a82d-801c980ff523)
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433)
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8d3161e0-5401-4f47-b5b5-8f52226dee91)
18:12:55.010 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:00a1193a-8ac0-4c96-a735-236a2921460b)
18:12:55.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.011 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:332c6b58-8824-42f9-a1af-8db079c2de39=ShapeTyping(TypingMap(Map()))
18:12:55.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.012 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:55.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.012 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:332c6b58-8824-42f9-a1af-8db079c2de39), ShapeRef(_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef), ShapeRef(_:f39b1561-901c-4117-ad6c-f7411060a2e0), ShapeRef(_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963), ShapeRef(_:b20bb4fc-578f-4822-a82d-801c980ff523), ShapeRef(_:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433), ShapeRef(_:8d3161e0-5401-4f47-b5b5-8f52226dee91), ShapeRef(_:00a1193a-8ac0-4c96-a735-236a2921460b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:55.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.013 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:54.934Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f39b1561-901c-4117-ad6c-f7411060a2e0],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:55.013 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f39b1561-901c-4117-ad6c-f7411060a2e0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:332c6b58-8824-42f9-a1af-8db079c2de39), ShapeRef(_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef), ShapeRef(_:f39b1561-901c-4117-ad6c-f7411060a2e0), ShapeRef(_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963), ShapeRef(_:b20bb4fc-578f-4822-a82d-801c980ff523), ShapeRef(_:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433), ShapeRef(_:8d3161e0-5401-4f47-b5b5-8f52226dee91), ShapeRef(_:00a1193a-8ac0-4c96-a735-236a2921460b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f39b1561-901c-4117-ad6c-f7411060a2e0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:55.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.014 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:332c6b58-8824-42f9-a1af-8db079c2de39), ShapeRef(_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef), ShapeRef(_:f39b1561-901c-4117-ad6c-f7411060a2e0), ShapeRef(_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963), ShapeRef(_:b20bb4fc-578f-4822-a82d-801c980ff523), ShapeRef(_:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433), ShapeRef(_:8d3161e0-5401-4f47-b5b5-8f52226dee91), ShapeRef(_:00a1193a-8ac0-4c96-a735-236a2921460b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(5 satisfies maxInclusive(15), 5 satisfies minInclusive(5))))))))
18:12:55.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.015 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b20bb4fc-578f-4822-a82d-801c980ff523],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:55.016 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b20bb4fc-578f-4822-a82d-801c980ff523=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:332c6b58-8824-42f9-a1af-8db079c2de39), ShapeRef(_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef), ShapeRef(_:f39b1561-901c-4117-ad6c-f7411060a2e0), ShapeRef(_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963), ShapeRef(_:b20bb4fc-578f-4822-a82d-801c980ff523), ShapeRef(_:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433), ShapeRef(_:8d3161e0-5401-4f47-b5b5-8f52226dee91), ShapeRef(_:00a1193a-8ac0-4c96-a735-236a2921460b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b20bb4fc-578f-4822-a82d-801c980ff523,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:55.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.016 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433=ShapeTyping(TypingMap(Map()))
18:12:55.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.017 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8d3161e0-5401-4f47-b5b5-8f52226dee91],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:55.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.018 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8d3161e0-5401-4f47-b5b5-8f52226dee91=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:332c6b58-8824-42f9-a1af-8db079c2de39), ShapeRef(_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef), ShapeRef(_:f39b1561-901c-4117-ad6c-f7411060a2e0), ShapeRef(_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963), ShapeRef(_:b20bb4fc-578f-4822-a82d-801c980ff523), ShapeRef(_:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433), ShapeRef(_:8d3161e0-5401-4f47-b5b5-8f52226dee91), ShapeRef(_:00a1193a-8ac0-4c96-a735-236a2921460b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8d3161e0-5401-4f47-b5b5-8f52226dee91,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:55.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.018 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:00a1193a-8ac0-4c96-a735-236a2921460b=ShapeTyping(TypingMap(Map()))
18:12:55.019 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:332c6b58-8824-42f9-a1af-8db079c2de39,_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef,_:f39b1561-901c-4117-ad6c-f7411060a2e0,_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963,_:b20bb4fc-578f-4822-a82d-801c980ff523,_:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433,_:8d3161e0-5401-4f47-b5b5-8f52226dee91,_:00a1193a-8ac0-4c96-a735-236a2921460b)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:8d3161e0-5401-4f47-b5b5-8f52226dee91,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963,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(_:332c6b58-8824-42f9-a1af-8db079c2de39), ShapeRef(_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef), ShapeRef(_:f39b1561-901c-4117-ad6c-f7411060a2e0), ShapeRef(_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963), ShapeRef(_:b20bb4fc-578f-4822-a82d-801c980ff523), ShapeRef(_:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433), ShapeRef(_:8d3161e0-5401-4f47-b5b5-8f52226dee91), ShapeRef(_:00a1193a-8ac0-4c96-a735-236a2921460b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f39b1561-901c-4117-ad6c-f7411060a2e0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b20bb4fc-578f-4822-a82d-801c980ff523,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:55.019 [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(_:8d3161e0-5401-4f47-b5b5-8f52226dee91,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963,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(_:332c6b58-8824-42f9-a1af-8db079c2de39), ShapeRef(_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef), ShapeRef(_:f39b1561-901c-4117-ad6c-f7411060a2e0), ShapeRef(_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963), ShapeRef(_:b20bb4fc-578f-4822-a82d-801c980ff523), ShapeRef(_:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433), ShapeRef(_:8d3161e0-5401-4f47-b5b5-8f52226dee91), ShapeRef(_:00a1193a-8ac0-4c96-a735-236a2921460b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f39b1561-901c-4117-ad6c-f7411060a2e0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b20bb4fc-578f-4822-a82d-801c980ff523,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:55.019 [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(_:8d3161e0-5401-4f47-b5b5-8f52226dee91,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963,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(_:332c6b58-8824-42f9-a1af-8db079c2de39), ShapeRef(_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef), ShapeRef(_:f39b1561-901c-4117-ad6c-f7411060a2e0), ShapeRef(_:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963), ShapeRef(_:b20bb4fc-578f-4822-a82d-801c980ff523), ShapeRef(_:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433), ShapeRef(_:8d3161e0-5401-4f47-b5b5-8f52226dee91), ShapeRef(_:00a1193a-8ac0-4c96-a735-236a2921460b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f39b1561-901c-4117-ad6c-f7411060a2e0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b20bb4fc-578f-4822-a82d-801c980ff523,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:8f3ae9c7-642b-4162-a37a-f8d97665a9ef,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:00a1193a-8ac0-4c96-a735-236a2921460b = 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:00a1193a-8ac0-4c96-a735-236a2921460b = 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:00a1193a-8ac0-4c96-a735-236a2921460b: 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8d3161e0-5401-4f47-b5b5-8f52226dee91 = 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8d3161e0-5401-4f47-b5b5-8f52226dee91 = 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8d3161e0-5401-4f47-b5b5-8f52226dee91: 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433 = 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433 = 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:72dfe9ee-1dc1-4fc0-b272-c9cb355e8433: 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b20bb4fc-578f-4822-a82d-801c980ff523 = 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b20bb4fc-578f-4822-a82d-801c980ff523 = 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b20bb4fc-578f-4822-a82d-801c980ff523: 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963 = 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963 = 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1f45bce9-6c50-4a7d-91b3-f2b8bee0e963: 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f39b1561-901c-4117-ad6c-f7411060a2e0 = 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f39b1561-901c-4117-ad6c-f7411060a2e0 = 
18:12:55.020 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f39b1561-901c-4117-ad6c-f7411060a2e0: 
18:12:55.021 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8f3ae9c7-642b-4162-a37a-f8d97665a9ef = 
18:12:55.021 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8f3ae9c7-642b-4162-a37a-f8d97665a9ef = 
18:12:55.021 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8f3ae9c7-642b-4162-a37a-f8d97665a9ef: 
18:12:55.021 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:332c6b58-8824-42f9-a1af-8db079c2de39 = 
18:12:55.021 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:332c6b58-8824-42f9-a1af-8db079c2de39 = 
18:12:55.021 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:332c6b58-8824-42f9-a1af-8db079c2de39: 
18:12:55.022 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

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

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T18:12:55.023Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty3>
                4 .
18:12:55.030 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T18:12:55.023Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "4"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T18:12:55.023Z"^^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   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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: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> .
18:12:55.030 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {ee1f0c20-5f08-4991-9fa1-6f1b64977a44 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; ee1f0c20-5f08-4991-9fa1-6f1b64977a44 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; ee1f0c20-5f08-4991-9fa1-6f1b64977a44 @sh:path http://www.sampledomain.org/sam#integerProperty3; ee1f0c20-5f08-4991-9fa1-6f1b64977a44 @rdf:type sh:Property; ec22c161-a003-4366-a0ef-becb3733fb0a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ec22c161-a003-4366-a0ef-becb3733fb0a @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ec22c161-a003-4366-a0ef-becb3733fb0a @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; ec22c161-a003-4366-a0ef-becb3733fb0a @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; ec22c161-a003-4366-a0ef-becb3733fb0a @sh:pattern "^B"; ec22c161-a003-4366-a0ef-becb3733fb0a @sh:description "a Simple Single String Property"; ec22c161-a003-4366-a0ef-becb3733fb0a @sh:path http://www.sampledomain.org/sam#aStringProperty; ec22c161-a003-4366-a0ef-becb3733fb0a @rdf:type sh:Property; 6cf7b07b-92e7-40a8-ac62-fa5d3068c3e4 @rdf:rest e24307f3-e711-42a0-bf0d-cfa2cf6fbc17; 6cf7b07b-92e7-40a8-ac62-fa5d3068c3e4 @rdf:first "A"; 07fb2da8-42b9-475c-bdc1-500f88ff72b9 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 07fb2da8-42b9-475c-bdc1-500f88ff72b9 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 07fb2da8-42b9-475c-bdc1-500f88ff72b9 @sh:path http://www.sampledomain.org/sam#aSetOfDates...} |  [ee1f0c20-5f08-4991-9fa1-6f1b64977a44, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ee1f0c20-5f08-4991-9fa1-6f1b64977a44, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ee1f0c20-5f08-4991-9fa1-6f1b64977a44, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [ee1f0c20-5f08-4991-9fa1-6f1b64977a44, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ec22c161-a003-4366-a0ef-becb3733fb0a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ec22c161-a003-4366-a0ef-becb3733fb0a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ec22c161-a003-4366-a0ef-becb3733fb0a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [ec22c161-a003-4366-a0ef-becb3733fb0a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [ec22c161-a003-4366-a0ef-becb3733fb0a, http://www.w3.org/ns/shacl#pattern, "^B"] [ec22c161-a003-4366-a0ef-becb3733fb0a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [ec22c161-a003-4366-a0ef-becb3733fb0a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [ec22c161-a003-4366-a0ef-becb3733fb0a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6cf7b07b-92e7-40a8-ac62-fa5d3068c3e4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e24307f3-e711-42a0-bf0d-cfa2cf6fbc17] [6cf7b07b-92e7-40a8-ac62-fa5d3068c3e4, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [07fb2da8-42b9-475c-bdc1-500f88ff72b9, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [07fb2da8-42b9-475c-bdc1-500f88ff72b9, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [07fb2da8-42b9-475c-bdc1-500f88ff72b9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [07fb2da8-42b9-475c-bdc1-500f88ff72b9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e24307f3-e711-42a0-bf0d-cfa2cf6fbc17, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 3d3f481b-5ab6-48f6-933b-084912735614] [e24307f3-e711-42a0-bf0d-cfa2cf6fbc17, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [37859c87-22da-4743-8818-c41a4904ce8c, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [37859c87-22da-4743-8818-c41a4904ce8c, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [37859c87-22da-4743-8818-c41a4904ce8c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [37859c87-22da-4743-8818-c41a4904ce8c, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [37859c87-22da-4743-8818-c41a4904ce8c, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [37859c87-22da-4743-8818-c41a4904ce8c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [37859c87-22da-4743-8818-c41a4904ce8c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [898e4da7-e7e2-44e8-8a97-8723d46c124e, http://www.w3.org/ns/shacl#in, 6cf7b07b-92e7-40a8-ac62-fa5d3068c3e4] [898e4da7-e7e2-44e8-8a97-8723d46c124e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [898e4da7-e7e2-44e8-8a97-8723d46c124e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3d3f481b-5ab6-48f6-933b-084912735614, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [3d3f481b-5ab6-48f6-933b-084912735614, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [1f222610-d1fd-404e-b8f9-d024a120910f, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [1f222610-d1fd-404e-b8f9-d024a120910f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [1f222610-d1fd-404e-b8f9-d024a120910f, 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, 8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e] [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, ec22c161-a003-4366-a0ef-becb3733fb0a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1f222610-d1fd-404e-b8f9-d024a120910f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ee1f0c20-5f08-4991-9fa1-6f1b64977a44] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 898e4da7-e7e2-44e8-8a97-8723d46c124e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 37859c87-22da-4743-8818-c41a4904ce8c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 11ef676d-17bf-4b0b-b3fe-d7645d3a278c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 07fb2da8-42b9-475c-bdc1-500f88ff72b9] [11ef676d-17bf-4b0b-b3fe-d7645d3a278c, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [11ef676d-17bf-4b0b-b3fe-d7645d3a278c, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [11ef676d-17bf-4b0b-b3fe-d7645d3a278c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [11ef676d-17bf-4b0b-b3fe-d7645d3a278c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
18:12:55.031 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
18:12:55.032 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
18:12:55.033 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:ee1f0c20-5f08-4991-9fa1-6f1b64977a44,_:37859c87-22da-4743-8818-c41a4904ce8c,_:07fb2da8-42b9-475c-bdc1-500f88ff72b9,_:1f222610-d1fd-404e-b8f9-d024a120910f,_:11ef676d-17bf-4b0b-b3fe-d7645d3a278c,_:898e4da7-e7e2-44e8-8a97-8723d46c124e,_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e,_:ec22c161-a003-4366-a0ef-becb3733fb0a. Pending nodes: 
18:12:55.033 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ee1f0c20-5f08-4991-9fa1-6f1b64977a44
18:12:55.034 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:37859c87-22da-4743-8818-c41a4904ce8c
18:12:55.035 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:07fb2da8-42b9-475c-bdc1-500f88ff72b9
18:12:55.035 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1f222610-d1fd-404e-b8f9-d024a120910f
18:12:55.036 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:11ef676d-17bf-4b0b-b3fe-d7645d3a278c
18:12:55.036 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:898e4da7-e7e2-44e8-8a97-8723d46c124e
18:12:55.037 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e
18:12:55.038 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ec22c161-a003-4366-a0ef-becb3733fb0a
18:12:55.039 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
18:12:55.039 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ec22c161-a003-4366-a0ef-becb3733fb0a
18:12:55.039 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e
18:12:55.039 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:898e4da7-e7e2-44e8-8a97-8723d46c124e
18:12:55.039 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:11ef676d-17bf-4b0b-b3fe-d7645d3a278c
18:12:55.039 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1f222610-d1fd-404e-b8f9-d024a120910f
18:12:55.039 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:07fb2da8-42b9-475c-bdc1-500f88ff72b9
18:12:55.039 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:37859c87-22da-4743-8818-c41a4904ce8c
18:12:55.039 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ee1f0c20-5f08-4991-9fa1-6f1b64977a44
18:12:55.039 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
18:12:55.039 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
18:12:55.039 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
18:12:55.039 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
18:12:55.039 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
18:12:55.039 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ee1f0c20-5f08-4991-9fa1-6f1b64977a44,_:37859c87-22da-4743-8818-c41a4904ce8c,_:07fb2da8-42b9-475c-bdc1-500f88ff72b9,_:1f222610-d1fd-404e-b8f9-d024a120910f,_:11ef676d-17bf-4b0b-b3fe-d7645d3a278c,_:898e4da7-e7e2-44e8-8a97-8723d46c124e,_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e,_:ec22c161-a003-4366-a0ef-becb3733fb0a)
18:12:55.040 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ee1f0c20-5f08-4991-9fa1-6f1b64977a44)
18:12:55.040 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:37859c87-22da-4743-8818-c41a4904ce8c)
18:12:55.040 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:07fb2da8-42b9-475c-bdc1-500f88ff72b9)
18:12:55.040 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1f222610-d1fd-404e-b8f9-d024a120910f)
18:12:55.040 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:11ef676d-17bf-4b0b-b3fe-d7645d3a278c)
18:12:55.040 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:898e4da7-e7e2-44e8-8a97-8723d46c124e)
18:12:55.040 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e)
18:12:55.040 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ec22c161-a003-4366-a0ef-becb3733fb0a)
18:12:55.040 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.040 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.040 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.040 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.041 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ee1f0c20-5f08-4991-9fa1-6f1b64977a44=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ee1f0c20-5f08-4991-9fa1-6f1b64977a44), ShapeRef(_:37859c87-22da-4743-8818-c41a4904ce8c), ShapeRef(_:07fb2da8-42b9-475c-bdc1-500f88ff72b9), ShapeRef(_:1f222610-d1fd-404e-b8f9-d024a120910f), ShapeRef(_:11ef676d-17bf-4b0b-b3fe-d7645d3a278c), ShapeRef(_:898e4da7-e7e2-44e8-8a97-8723d46c124e), ShapeRef(_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e), ShapeRef(_:ec22c161-a003-4366-a0ef-becb3733fb0a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ee1f0c20-5f08-4991-9fa1-6f1b64977a44,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 4: LiteralValue("minInclusive violation. Expected 4 >= 5"))))))))
18:12:55.041 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.041 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.041 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.041 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.041 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.041 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.094 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.094 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.094 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:37859c87-22da-4743-8818-c41a4904ce8c],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
18:12:55.094 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.095 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:37859c87-22da-4743-8818-c41a4904ce8c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ee1f0c20-5f08-4991-9fa1-6f1b64977a44), ShapeRef(_:37859c87-22da-4743-8818-c41a4904ce8c), ShapeRef(_:07fb2da8-42b9-475c-bdc1-500f88ff72b9), ShapeRef(_:1f222610-d1fd-404e-b8f9-d024a120910f), ShapeRef(_:11ef676d-17bf-4b0b-b3fe-d7645d3a278c), ShapeRef(_:898e4da7-e7e2-44e8-8a97-8723d46c124e), ShapeRef(_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e), ShapeRef(_:ec22c161-a003-4366-a0ef-becb3733fb0a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:37859c87-22da-4743-8818-c41a4904ce8c,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:55.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.095 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T18:12:55.023Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:07fb2da8-42b9-475c-bdc1-500f88ff72b9],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
18:12:55.096 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:07fb2da8-42b9-475c-bdc1-500f88ff72b9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ee1f0c20-5f08-4991-9fa1-6f1b64977a44), ShapeRef(_:37859c87-22da-4743-8818-c41a4904ce8c), ShapeRef(_:07fb2da8-42b9-475c-bdc1-500f88ff72b9), ShapeRef(_:1f222610-d1fd-404e-b8f9-d024a120910f), ShapeRef(_:11ef676d-17bf-4b0b-b3fe-d7645d3a278c), ShapeRef(_:898e4da7-e7e2-44e8-8a97-8723d46c124e), ShapeRef(_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e), ShapeRef(_:ec22c161-a003-4366-a0ef-becb3733fb0a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:07fb2da8-42b9-475c-bdc1-500f88ff72b9,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:55.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.096 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1f222610-d1fd-404e-b8f9-d024a120910f=ShapeTyping(TypingMap(Map()))
18:12:55.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.096 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:11ef676d-17bf-4b0b-b3fe-d7645d3a278c=ShapeTyping(TypingMap(Map()))
18:12:55.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.097 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:898e4da7-e7e2-44e8-8a97-8723d46c124e=ShapeTyping(TypingMap(Map()))
18:12:55.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.098 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
18:12:55.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.098 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ee1f0c20-5f08-4991-9fa1-6f1b64977a44), ShapeRef(_:37859c87-22da-4743-8818-c41a4904ce8c), ShapeRef(_:07fb2da8-42b9-475c-bdc1-500f88ff72b9), ShapeRef(_:1f222610-d1fd-404e-b8f9-d024a120910f), ShapeRef(_:11ef676d-17bf-4b0b-b3fe-d7645d3a278c), ShapeRef(_:898e4da7-e7e2-44e8-8a97-8723d46c124e), ShapeRef(_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e), ShapeRef(_:ec22c161-a003-4366-a0ef-becb3733fb0a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
18:12:55.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
18:12:55.099 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ec22c161-a003-4366-a0ef-becb3733fb0a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
18:12:55.100 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ec22c161-a003-4366-a0ef-becb3733fb0a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ee1f0c20-5f08-4991-9fa1-6f1b64977a44), ShapeRef(_:37859c87-22da-4743-8818-c41a4904ce8c), ShapeRef(_:07fb2da8-42b9-475c-bdc1-500f88ff72b9), ShapeRef(_:1f222610-d1fd-404e-b8f9-d024a120910f), ShapeRef(_:11ef676d-17bf-4b0b-b3fe-d7645d3a278c), ShapeRef(_:898e4da7-e7e2-44e8-8a97-8723d46c124e), ShapeRef(_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e), ShapeRef(_:ec22c161-a003-4366-a0ef-becb3733fb0a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ec22c161-a003-4366-a0ef-becb3733fb0a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
18:12:55.100 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ee1f0c20-5f08-4991-9fa1-6f1b64977a44,_:37859c87-22da-4743-8818-c41a4904ce8c,_:07fb2da8-42b9-475c-bdc1-500f88ff72b9,_:1f222610-d1fd-404e-b8f9-d024a120910f,_:11ef676d-17bf-4b0b-b3fe-d7645d3a278c,_:898e4da7-e7e2-44e8-8a97-8723d46c124e,_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e,_:ec22c161-a003-4366-a0ef-becb3733fb0a)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:ec22c161-a003-4366-a0ef-becb3733fb0a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:ee1f0c20-5f08-4991-9fa1-6f1b64977a44,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(_:07fb2da8-42b9-475c-bdc1-500f88ff72b9,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:37859c87-22da-4743-8818-c41a4904ce8c,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:ee1f0c20-5f08-4991-9fa1-6f1b64977a44), ShapeRef(_:37859c87-22da-4743-8818-c41a4904ce8c), ShapeRef(_:07fb2da8-42b9-475c-bdc1-500f88ff72b9), ShapeRef(_:1f222610-d1fd-404e-b8f9-d024a120910f), ShapeRef(_:11ef676d-17bf-4b0b-b3fe-d7645d3a278c), ShapeRef(_:898e4da7-e7e2-44e8-8a97-8723d46c124e), ShapeRef(_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e), ShapeRef(_:ec22c161-a003-4366-a0ef-becb3733fb0a)),false,List()) -> TypingResult(Valid(List()))))))
18:12:55.100 [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(_:ec22c161-a003-4366-a0ef-becb3733fb0a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:ee1f0c20-5f08-4991-9fa1-6f1b64977a44,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(_:07fb2da8-42b9-475c-bdc1-500f88ff72b9,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:37859c87-22da-4743-8818-c41a4904ce8c,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:ee1f0c20-5f08-4991-9fa1-6f1b64977a44), ShapeRef(_:37859c87-22da-4743-8818-c41a4904ce8c), ShapeRef(_:07fb2da8-42b9-475c-bdc1-500f88ff72b9), ShapeRef(_:1f222610-d1fd-404e-b8f9-d024a120910f), ShapeRef(_:11ef676d-17bf-4b0b-b3fe-d7645d3a278c), ShapeRef(_:898e4da7-e7e2-44e8-8a97-8723d46c124e), ShapeRef(_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e), ShapeRef(_:ec22c161-a003-4366-a0ef-becb3733fb0a)),false,List()) -> TypingResult(Valid(List()))))))
18:12:55.100 [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(_:ec22c161-a003-4366-a0ef-becb3733fb0a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:ee1f0c20-5f08-4991-9fa1-6f1b64977a44,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(_:07fb2da8-42b9-475c-bdc1-500f88ff72b9,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:37859c87-22da-4743-8818-c41a4904ce8c,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:ee1f0c20-5f08-4991-9fa1-6f1b64977a44), ShapeRef(_:37859c87-22da-4743-8818-c41a4904ce8c), ShapeRef(_:07fb2da8-42b9-475c-bdc1-500f88ff72b9), ShapeRef(_:1f222610-d1fd-404e-b8f9-d024a120910f), ShapeRef(_:11ef676d-17bf-4b0b-b3fe-d7645d3a278c), ShapeRef(_:898e4da7-e7e2-44e8-8a97-8723d46c124e), ShapeRef(_:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e), ShapeRef(_:ec22c161-a003-4366-a0ef-becb3733fb0a)),false,List()) -> TypingResult(Valid(List()))))))
18:12:55.100 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ec22c161-a003-4366-a0ef-becb3733fb0a = 
18:12:55.100 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ec22c161-a003-4366-a0ef-becb3733fb0a = 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ec22c161-a003-4366-a0ef-becb3733fb0a: 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e = 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e = 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8f88f0f7-a8b4-45da-b650-ab3fbc88ef0e: 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:898e4da7-e7e2-44e8-8a97-8723d46c124e = 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:898e4da7-e7e2-44e8-8a97-8723d46c124e = 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:898e4da7-e7e2-44e8-8a97-8723d46c124e: 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:11ef676d-17bf-4b0b-b3fe-d7645d3a278c = 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:11ef676d-17bf-4b0b-b3fe-d7645d3a278c = 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:11ef676d-17bf-4b0b-b3fe-d7645d3a278c: 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1f222610-d1fd-404e-b8f9-d024a120910f = 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1f222610-d1fd-404e-b8f9-d024a120910f = 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1f222610-d1fd-404e-b8f9-d024a120910f: 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:07fb2da8-42b9-475c-bdc1-500f88ff72b9 = 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:07fb2da8-42b9-475c-bdc1-500f88ff72b9 = 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:07fb2da8-42b9-475c-bdc1-500f88ff72b9: 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:37859c87-22da-4743-8818-c41a4904ce8c = 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:37859c87-22da-4743-8818-c41a4904ce8c = 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:37859c87-22da-4743-8818-c41a4904ce8c: 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ee1f0c20-5f08-4991-9fa1-6f1b64977a44 = 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ee1f0c20-5f08-4991-9fa1-6f1b64977a44 = 
18:12:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ee1f0c20-5f08-4991-9fa1-6f1b64977a44: 
18:12:55.102 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

18:12:55.104 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
18:12:55.104 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:12:55.104 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
18:12:55.104 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
18:12:55.104 [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.171 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:53 min
[INFO] Finished at: 2020-11-09T18:12:59Z
[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:  5.138 s
[INFO] Finished at: 2020-11-09T18:13:05Z
[INFO] ------------------------------------------------------------------------
[lyo-validation-master] $ /bin/sh -xe /tmp/jenkins4589873816633989941.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 64 killed;
[ssh-agent] Stopped.
Finished: SUCCESS