Skip to content

Console Output

Started by an SCM change
Building in workspace /home/hudson/genie.lyo/.jenkins/jobs/lyo-validation-master/workspace
 > /usr/local/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/local/bin/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
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/lyo-validation.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a392ee57cc6505143bae200ecc606ab941058c23 (origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f a392ee57cc6505143bae200ecc606ab941058c23
Commit message: "Merge pull request #9 from eclipse/b2-readme-initial"
 > /usr/local/bin/git rev-list d6c504a45fbec140f13f406c8fde3f026d03a8a5 # timeout=10
[workspace] $ /shared/common/apache-maven-latest/bin/mvn -f pom.xml -Dmaven.repo.local=/shared/technology/lyo/maven/repo -B clean package javadoc:aggregate
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.lyo
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building lyo-validation 2.3.0.M3
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lyo-validation ---
[INFO] Deleting /jobs/genie.lyo/lyo-validation-master/workspace/target
[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 /jobs/genie.lyo/lyo-validation-master/workspace/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ lyo-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 44 source files to /jobs/genie.lyo/lyo-validation-master/workspace/target/classes
[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 16 source files to /jobs/genie.lyo/lyo-validation-master/workspace/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ lyo-validation ---
[INFO] Surefire report directory: /jobs/genie.lyo/lyo-validation-master/workspace/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.lyo
Running org.eclipse.lyo.validation.ShaclMinCountValidationTest
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/shared/technology/lyo/maven/repo/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/shared/technology/lyo/maven/repo/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]
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a                sh:property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a               sh:property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:in         ( 5 7 9 12 ) ;
                          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> .
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7ffa,_:-74b60e7f:161a945c91d:-7ffb,_:-74b60e7f:161a945c91d:-7ffd,_:-74b60e7f:161a945c91d:-7ffc,_:-74b60e7f:161a945c91d:-7ffe,_:-74b60e7f:161a945c91d:-7ff5,_:-74b60e7f:161a945c91d:-7fff. Pending nodes: 
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7ffa
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7ffb
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7ffd
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7ffc
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7ffe
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7ff5
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fff
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fff
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7ff5
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7ffe
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7ffc
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7ffd
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7ffb
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7ffa
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fff = 
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fff = 
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fff: 
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:19 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7ffa,_:-74b60e7f:161a945c91d:-7ffb,_:-74b60e7f:161a945c91d:-7ffd,_:-74b60e7f:161a945c91d:-7ffc,_:-74b60e7f:161a945c91d:-7ffe,_:-74b60e7f:161a945c91d:-7ff5,_:-74b60e7f:161a945c91d:-7fff)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ffa)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ffb)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ffd)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ffc)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ffe)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ff5)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fff)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ffa],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ffa=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7ffa ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ffb],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ffb=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7ffb ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ffd=
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ffc=
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:17.439Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ffe],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ffe=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7ffe ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ff5],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ff5=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7ff5 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fff=
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7ffa,_:-74b60e7f:161a945c91d:-7ffb,_:-74b60e7f:161a945c91d:-7ffd,_:-74b60e7f:161a945c91d:-7ffc,_:-74b60e7f:161a945c91d:-7ffe,_:-74b60e7f:161a945c91d:-7ff5,_:-74b60e7f:161a945c91d:-7fff)=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7ffe ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7ffb ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7ff5 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7ffa 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7ffe ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7ffb ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7ff5 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7ffa 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7ffe ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7ffb ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7ff5 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7ffa 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7ff5 = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7ff5 = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7ff5: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7ffe = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7ffe = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7ffe: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7ffc = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7ffc = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7ffc: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7ffd = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7ffd = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7ffd: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7ffb = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7ffb = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7ffb: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7ffa = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7ffa = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7ffa: 
2018-02-18 09:16:20 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:20 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:20 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7fef,_:-74b60e7f:161a945c91d:-7ff4,_:-74b60e7f:161a945c91d:-7fea,_:-74b60e7f:161a945c91d:-7ff2,_:-74b60e7f:161a945c91d:-7ff3,_:-74b60e7f:161a945c91d:-7ff0,_:-74b60e7f:161a945c91d:-7ff1. Pending nodes: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fef
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7ff4
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fea
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7ff2
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7ff3
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7ff0
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7ff1
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7ff1
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7ff0
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7ff3
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7ff2
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fea
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7ff4
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fef
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7ff1 = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7ff1 = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7ff1: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7fef,_:-74b60e7f:161a945c91d:-7ff4,_:-74b60e7f:161a945c91d:-7fea,_:-74b60e7f:161a945c91d:-7ff2,_:-74b60e7f:161a945c91d:-7ff3,_:-74b60e7f:161a945c91d:-7ff0,_:-74b60e7f:161a945c91d:-7ff1)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fef)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ff4)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fea)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ff2)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ff3)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ff0)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7ff1)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fef],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:20 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:20 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:20 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.287 sec
Running org.eclipse.lyo.validation.ShaclClosedValidationTest
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7fe9,_:-74b60e7f:161a945c91d:-7fe8,_:-74b60e7f:161a945c91d:-7fe7,_:-74b60e7f:161a945c91d:-7fe6,_:-74b60e7f:161a945c91d:-7fdf,_:-74b60e7f:161a945c91d:-7fe5,_:-74b60e7f:161a945c91d:-7fe4. Pending nodes: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fe9
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fe8
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fe7
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fe6
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fdf
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fe5
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fe4
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fe4
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fe5
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fdf
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fe6
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fe7
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fe8
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fe9
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7fe9,_:-74b60e7f:161a945c91d:-7fe8,_:-74b60e7f:161a945c91d:-7fe7,_:-74b60e7f:161a945c91d:-7fe6,_:-74b60e7f:161a945c91d:-7fdf,_:-74b60e7f:161a945c91d:-7fe5,_:-74b60e7f:161a945c91d:-7fe4)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fe9)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fe8)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fe7)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fe6)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fdf)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fe5)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fe4)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fe9=
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:20.679Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fe8],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fe8=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fe8 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fe7=
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fe6=
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fdf],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fdf=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fdf ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fe5],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fe5=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fe5 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fe4],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fe4=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fe4 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7fe9,_:-74b60e7f:161a945c91d:-7fe8,_:-74b60e7f:161a945c91d:-7fe7,_:-74b60e7f:161a945c91d:-7fe6,_:-74b60e7f:161a945c91d:-7fdf,_:-74b60e7f:161a945c91d:-7fe5,_:-74b60e7f:161a945c91d:-7fe4)=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fe8 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fe4 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fe5 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fdf 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fe8 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fe4 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fe5 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fdf 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fe8 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fe4 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fe5 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fdf 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fe4 = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fe4 = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fe4: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fe5 = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fe5 = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fe5: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fdf = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fdf = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fdf: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fe6 = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fe6 = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fe6: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fe7 = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fe7 = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fe7: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fe8 = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fe8 = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fe8: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fe9 = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fe9 = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fe9: 
2018-02-18 09:16:20 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:20 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:20 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7fde,_:-74b60e7f:161a945c91d:-7fdb,_:-74b60e7f:161a945c91d:-7fdc,_:-74b60e7f:161a945c91d:-7fda,_:-74b60e7f:161a945c91d:-7fd9,_:-74b60e7f:161a945c91d:-7fdd. Pending nodes: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fde
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fdb
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fdc
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fda
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fd9
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fdd
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fdd
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fd9
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fda
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fdc
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fdb
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fde
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7fde,_:-74b60e7f:161a945c91d:-7fdb,_:-74b60e7f:161a945c91d:-7fdc,_:-74b60e7f:161a945c91d:-7fda,_:-74b60e7f:161a945c91d:-7fd9,_:-74b60e7f:161a945c91d:-7fdd)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fde)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fdb)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fdc)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fda)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fd9)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fdd)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fde=
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fdb=
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fdc=
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fda],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fda=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fda ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fd9],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fd9=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fd9 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:20.806Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fdd],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fdd=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fdd ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7fde,_:-74b60e7f:161a945c91d:-7fdb,_:-74b60e7f:161a945c91d:-7fdc,_:-74b60e7f:161a945c91d:-7fda,_:-74b60e7f:161a945c91d:-7fd9,_:-74b60e7f:161a945c91d:-7fdd)=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fdd ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fda ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fd9 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:20 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:20 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:20 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec
Running org.eclipse.lyo.validation.ShaclMaxCountValidationTest
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7fd3,_:-74b60e7f:161a945c91d:-7fd0,_:-74b60e7f:161a945c91d:-7fcf,_:-74b60e7f:161a945c91d:-7fca,_:-74b60e7f:161a945c91d:-7fd2,_:-74b60e7f:161a945c91d:-7fd4,_:-74b60e7f:161a945c91d:-7fd1. Pending nodes: 
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fd3
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fd0
2018-02-18 09:16:20 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fcf
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fca
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fd2
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fd4
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fd1
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fd1
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fd4
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fd2
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fca
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fcf
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fd0
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fd3
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7fd3,_:-74b60e7f:161a945c91d:-7fd0,_:-74b60e7f:161a945c91d:-7fcf,_:-74b60e7f:161a945c91d:-7fca,_:-74b60e7f:161a945c91d:-7fd2,_:-74b60e7f:161a945c91d:-7fd4,_:-74b60e7f:161a945c91d:-7fd1)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fd3)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fd0)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fcf)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fca)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fd2)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fd4)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fd1)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:20.964Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fd3],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fd3=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fd3 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fd0],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fd0=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fd0 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fcf],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fcf=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fcf ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fca],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fca=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fca ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fd2=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fd4=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fd1=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7fd3,_:-74b60e7f:161a945c91d:-7fd0,_:-74b60e7f:161a945c91d:-7fcf,_:-74b60e7f:161a945c91d:-7fca,_:-74b60e7f:161a945c91d:-7fd2,_:-74b60e7f:161a945c91d:-7fd4,_:-74b60e7f:161a945c91d:-7fd1)=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fd0 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fd3 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fca ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fcf 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fd0 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fd3 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fca ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fcf 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fd0 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fd3 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fca ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fcf 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fd1 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fd1 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fd1: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fd4 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fd4 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fd4: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fd2 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fd2 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fd2: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fca = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fca = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fca: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fcf = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fcf = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fcf: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fd0 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fd0 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fd0: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fd3 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fd3 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fd3: 
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7fbf,_:-74b60e7f:161a945c91d:-7fc9,_:-74b60e7f:161a945c91d:-7fc4,_:-74b60e7f:161a945c91d:-7fc7,_:-74b60e7f:161a945c91d:-7fc8,_:-74b60e7f:161a945c91d:-7fc6,_:-74b60e7f:161a945c91d:-7fc5. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fbf
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fc9
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fc4
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fc7
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fc8
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fc6
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fc5
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fc5
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fc6
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fc8
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fc7
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fc4
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fc9
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fbf
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7fbf,_:-74b60e7f:161a945c91d:-7fc9,_:-74b60e7f:161a945c91d:-7fc4,_:-74b60e7f:161a945c91d:-7fc7,_:-74b60e7f:161a945c91d:-7fc8,_:-74b60e7f:161a945c91d:-7fc6,_:-74b60e7f:161a945c91d:-7fc5)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fbf)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fc9)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fc4)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fc7)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fc8)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fc6)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fc5)
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec
Running org.eclipse.lyo.validation.ShaclMaxInclusiveValidationTest
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7fba,_:-74b60e7f:161a945c91d:-7fbd,_:-74b60e7f:161a945c91d:-7fbb,_:-74b60e7f:161a945c91d:-7fbc,_:-74b60e7f:161a945c91d:-7fbe,_:-74b60e7f:161a945c91d:-7fb4,_:-74b60e7f:161a945c91d:-7fb9. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fba
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fbd
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fbb
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fbc
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fbe
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fb4
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fb9
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fb9
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fb4
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fbe
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fbc
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fbb
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fbd
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fba
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7fba,_:-74b60e7f:161a945c91d:-7fbd,_:-74b60e7f:161a945c91d:-7fbb,_:-74b60e7f:161a945c91d:-7fbc,_:-74b60e7f:161a945c91d:-7fbe,_:-74b60e7f:161a945c91d:-7fb4,_:-74b60e7f:161a945c91d:-7fb9)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fba)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fbd)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fbb)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fbc)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fbe)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fb4)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fb9)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fba],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fba=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fba ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:21.1Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fbd],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fbd=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fbd ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fbb=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fbc=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fbc ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fbe=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fb4],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fb4=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fb4 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fb9],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fb9=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fb9 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7fba,_:-74b60e7f:161a945c91d:-7fbd,_:-74b60e7f:161a945c91d:-7fbb,_:-74b60e7f:161a945c91d:-7fbc,_:-74b60e7f:161a945c91d:-7fbe,_:-74b60e7f:161a945c91d:-7fb4,_:-74b60e7f:161a945c91d:-7fb9)=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fbc ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fbd ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fba ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fb4 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fb9 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fbc ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fbd ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fba ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fb4 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fb9 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fbc ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fbd ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fba ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fb4 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fb9 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fb9 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fb9 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fb9: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fb4 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fb4 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fb4: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fbe = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fbe = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fbe: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fbc = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fbc = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fbc: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fbb = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fbb = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fbb: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fbd = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fbd = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fbd: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fba = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fba = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fba: 
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7fb1,_:-74b60e7f:161a945c91d:-7fa9,_:-74b60e7f:161a945c91d:-7fae,_:-74b60e7f:161a945c91d:-7fb3,_:-74b60e7f:161a945c91d:-7faf,_:-74b60e7f:161a945c91d:-7fb0,_:-74b60e7f:161a945c91d:-7fb2. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fb1
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fa9
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fae
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fb3
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7faf
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fb0
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fb2
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fb2
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fb0
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7faf
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fb3
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fae
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fa9
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fb1
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7fb1,_:-74b60e7f:161a945c91d:-7fa9,_:-74b60e7f:161a945c91d:-7fae,_:-74b60e7f:161a945c91d:-7fb3,_:-74b60e7f:161a945c91d:-7faf,_:-74b60e7f:161a945c91d:-7fb0,_:-74b60e7f:161a945c91d:-7fb2)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fb1)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fa9)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fae)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fb3)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7faf)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fb0)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fb2)
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec
Running org.eclipse.lyo.validation.ShaclMaxLengthValidationTest
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7fa6,_:-74b60e7f:161a945c91d:-7fa8,_:-74b60e7f:161a945c91d:-7fa5,_:-74b60e7f:161a945c91d:-7fa4,_:-74b60e7f:161a945c91d:-7fa7,_:-74b60e7f:161a945c91d:-7fa3,_:-74b60e7f:161a945c91d:-7f9e. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fa6
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fa8
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fa5
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fa4
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fa7
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7fa3
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f9e
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f9e
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fa3
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fa7
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fa4
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fa5
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fa8
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7fa6
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f9e = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f9e = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f9e: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7fa6,_:-74b60e7f:161a945c91d:-7fa8,_:-74b60e7f:161a945c91d:-7fa5,_:-74b60e7f:161a945c91d:-7fa4,_:-74b60e7f:161a945c91d:-7fa7,_:-74b60e7f:161a945c91d:-7fa3,_:-74b60e7f:161a945c91d:-7f9e)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fa6)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fa8)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fa5)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fa4)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fa7)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fa3)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f9e)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fa6=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fa8=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fa5=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fa4],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fa4=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fa4 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:21.233Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fa7],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fa7=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fa7 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fa3],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7fa3=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fa3 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f9e],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f9e=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f9e ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7fa6,_:-74b60e7f:161a945c91d:-7fa8,_:-74b60e7f:161a945c91d:-7fa5,_:-74b60e7f:161a945c91d:-7fa4,_:-74b60e7f:161a945c91d:-7fa7,_:-74b60e7f:161a945c91d:-7fa3,_:-74b60e7f:161a945c91d:-7f9e)=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fa7 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fa4 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f9e ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fa3 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fa7 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fa4 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f9e ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fa3 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fa7 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fa4 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f9e ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7fa3 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fa3 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fa3 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fa3: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fa7 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fa7 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fa7: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fa4 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fa4 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fa4: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fa5 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fa5 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fa5: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fa8 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fa8 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fa8: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7fa6 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7fa6 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7fa6: 
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7f9d,_:-74b60e7f:161a945c91d:-7f9b,_:-74b60e7f:161a945c91d:-7f93,_:-74b60e7f:161a945c91d:-7f99,_:-74b60e7f:161a945c91d:-7f9a,_:-74b60e7f:161a945c91d:-7f9c,_:-74b60e7f:161a945c91d:-7f98. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f9d
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f9b
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f93
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f99
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f9a
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f9c
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f98
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f98
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f9c
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f9a
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f99
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f93
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f9b
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f9d
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f9d,_:-74b60e7f:161a945c91d:-7f9b,_:-74b60e7f:161a945c91d:-7f93,_:-74b60e7f:161a945c91d:-7f99,_:-74b60e7f:161a945c91d:-7f9a,_:-74b60e7f:161a945c91d:-7f9c,_:-74b60e7f:161a945c91d:-7f98)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f9d)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f9b)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f93)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f99)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f9a)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f9c)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f98)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f9d=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f9b=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f93],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f93=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f93 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec
Running org.eclipse.lyo.validation.ShaclInValidationTest
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7f8f,_:-74b60e7f:161a945c91d:-7f88,_:-74b60e7f:161a945c91d:-7f8d,_:-74b60e7f:161a945c91d:-7f8e,_:-74b60e7f:161a945c91d:-7f92,_:-74b60e7f:161a945c91d:-7f91,_:-74b60e7f:161a945c91d:-7f90. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f8f
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f88
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f8d
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f8e
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f92
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f91
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f90
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f90
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f91
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f92
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f8e
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f8d
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f88
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f8f
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f90 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f90 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f90: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f8f,_:-74b60e7f:161a945c91d:-7f88,_:-74b60e7f:161a945c91d:-7f8d,_:-74b60e7f:161a945c91d:-7f8e,_:-74b60e7f:161a945c91d:-7f92,_:-74b60e7f:161a945c91d:-7f91,_:-74b60e7f:161a945c91d:-7f90)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f8f)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f88)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f8d)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f8e)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f92)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f91)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f90)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f8f=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f88],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f88=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f88 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f8d],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f8d=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f8d ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f8e],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f8e=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f8e ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f92=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:21.365Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f91],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f91=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f91 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f90=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f8f,_:-74b60e7f:161a945c91d:-7f88,_:-74b60e7f:161a945c91d:-7f8d,_:-74b60e7f:161a945c91d:-7f8e,_:-74b60e7f:161a945c91d:-7f92,_:-74b60e7f:161a945c91d:-7f91,_:-74b60e7f:161a945c91d:-7f90)=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f8d ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f91 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f8e ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f88 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f8d ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f91 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f8e ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f88 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f8d ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f91 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f8e ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f88 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f91 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f91 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f91: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f92 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f92 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f92: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f8e = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f8e = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f8e: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f8d = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f8d = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f8d: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f88 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f88 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f88: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f8f = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f8f = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f8f: 
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7f83,_:-74b60e7f:161a945c91d:-7f7d,_:-74b60e7f:161a945c91d:-7f82,_:-74b60e7f:161a945c91d:-7f86,_:-74b60e7f:161a945c91d:-7f87,_:-74b60e7f:161a945c91d:-7f85,_:-74b60e7f:161a945c91d:-7f84. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f83
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f7d
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f82
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f86
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f87
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f85
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f84
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f84
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f85
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f87
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f86
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f82
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f7d
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f83
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f84 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f84 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f84: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f85 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f85 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f85: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f83,_:-74b60e7f:161a945c91d:-7f7d,_:-74b60e7f:161a945c91d:-7f82,_:-74b60e7f:161a945c91d:-7f86,_:-74b60e7f:161a945c91d:-7f87,_:-74b60e7f:161a945c91d:-7f85,_:-74b60e7f:161a945c91d:-7f84)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f83)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f7d)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f82)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f86)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f87)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f85)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f84)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f83],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f83=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f83 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f7d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f7d=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f7d ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec
Running org.eclipse.lyo.validation.ShaclMaxExclusiveValidationTest
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7f78,_:-74b60e7f:161a945c91d:-7f72,_:-74b60e7f:161a945c91d:-7f7b,_:-74b60e7f:161a945c91d:-7f77,_:-74b60e7f:161a945c91d:-7f7a,_:-74b60e7f:161a945c91d:-7f7c,_:-74b60e7f:161a945c91d:-7f79. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f78
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f72
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f7b
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f77
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f7a
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f7c
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f79
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f79
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f7c
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f7a
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f77
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f7b
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f72
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f78
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f78,_:-74b60e7f:161a945c91d:-7f72,_:-74b60e7f:161a945c91d:-7f7b,_:-74b60e7f:161a945c91d:-7f77,_:-74b60e7f:161a945c91d:-7f7a,_:-74b60e7f:161a945c91d:-7f7c,_:-74b60e7f:161a945c91d:-7f79)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f78)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f72)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f7b)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f77)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f7a)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f7c)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f79)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f78],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f78=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f78 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f72],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f72=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f72 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:21.487Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f7b],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f7b=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f7b ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f77],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f77=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f77 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f7a=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f7c=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f79=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f79 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f78,_:-74b60e7f:161a945c91d:-7f72,_:-74b60e7f:161a945c91d:-7f7b,_:-74b60e7f:161a945c91d:-7f77,_:-74b60e7f:161a945c91d:-7f7a,_:-74b60e7f:161a945c91d:-7f7c,_:-74b60e7f:161a945c91d:-7f79)=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f7b ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f79 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f77 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f72 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f78 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f7b ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f79 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f77 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f72 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f78 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f7b ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f79 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f77 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f72 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f78 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f79 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f79 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f79: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f7c = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f7c = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f7c: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f7a = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f7a = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f7a: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f77 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f77 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f77: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f7b = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f7b = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f7b: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f72 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f72 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f72: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f78 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f78 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f78: 
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7f70,_:-74b60e7f:161a945c91d:-7f71,_:-74b60e7f:161a945c91d:-7f6d,_:-74b60e7f:161a945c91d:-7f6f,_:-74b60e7f:161a945c91d:-7f6e,_:-74b60e7f:161a945c91d:-7f67,_:-74b60e7f:161a945c91d:-7f6c. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f70
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f71
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f6d
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f6f
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f6e
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f67
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f6c
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f6c
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f67
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f6e
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f6f
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f6d
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f71
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f70
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f6c = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f6c = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f6c: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f67 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f67 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f67: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f70,_:-74b60e7f:161a945c91d:-7f71,_:-74b60e7f:161a945c91d:-7f6d,_:-74b60e7f:161a945c91d:-7f6f,_:-74b60e7f:161a945c91d:-7f6e,_:-74b60e7f:161a945c91d:-7f67,_:-74b60e7f:161a945c91d:-7f6c)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f70)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f71)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f6d)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f6f)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f6e)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f67)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f6c)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:21.556Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f70],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f70=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f70 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f71=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f6d],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f6d=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f6d ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f6f=
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec
Running org.eclipse.lyo.validation.ShaclMinInclusiveValidationTest
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7f64,_:-74b60e7f:161a945c91d:-7f65,_:-74b60e7f:161a945c91d:-7f61,_:-74b60e7f:161a945c91d:-7f5c,_:-74b60e7f:161a945c91d:-7f63,_:-74b60e7f:161a945c91d:-7f66,_:-74b60e7f:161a945c91d:-7f62. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f64
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f65
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f61
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f5c
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f63
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f66
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f62
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f62
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f66
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f63
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f5c
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f61
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f65
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f64
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f62 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f62 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f62: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f66 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f66 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f66: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f63 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f63 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f63: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f64,_:-74b60e7f:161a945c91d:-7f65,_:-74b60e7f:161a945c91d:-7f61,_:-74b60e7f:161a945c91d:-7f5c,_:-74b60e7f:161a945c91d:-7f63,_:-74b60e7f:161a945c91d:-7f66,_:-74b60e7f:161a945c91d:-7f62)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f64)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f65)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f61)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f5c)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f63)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f66)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f62)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f64=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f64 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:21.606Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f65],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f65=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f65 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f61],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f61=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f61 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f5c],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f5c=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f5c ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f63=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f66=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f62],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f62=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f62 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f64,_:-74b60e7f:161a945c91d:-7f65,_:-74b60e7f:161a945c91d:-7f61,_:-74b60e7f:161a945c91d:-7f5c,_:-74b60e7f:161a945c91d:-7f63,_:-74b60e7f:161a945c91d:-7f66,_:-74b60e7f:161a945c91d:-7f62)=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f64 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f62 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f5c ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f65 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f61 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f64 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f62 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f5c ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f65 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f61 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f64 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f62 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f5c ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f65 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f61 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f5c = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f5c = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f5c: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f61 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f61 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f61: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f65 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f65 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f65: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f64 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f64 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f64: 
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7f5a,_:-74b60e7f:161a945c91d:-7f56,_:-74b60e7f:161a945c91d:-7f51,_:-74b60e7f:161a945c91d:-7f57,_:-74b60e7f:161a945c91d:-7f58,_:-74b60e7f:161a945c91d:-7f59,_:-74b60e7f:161a945c91d:-7f5b. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f5a
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f56
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f51
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f57
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f58
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f59
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f5b
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f5b
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f59
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f58
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f57
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f51
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f56
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f5a
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f5a,_:-74b60e7f:161a945c91d:-7f56,_:-74b60e7f:161a945c91d:-7f51,_:-74b60e7f:161a945c91d:-7f57,_:-74b60e7f:161a945c91d:-7f58,_:-74b60e7f:161a945c91d:-7f59,_:-74b60e7f:161a945c91d:-7f5b)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f5a)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f56)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f51)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f57)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f58)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f59)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f5b)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:21.669Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f5a],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f5a=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f5a ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f56],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f56=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f56 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f51],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f51=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f51 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f57],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f57=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f57 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f58=
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.eclipse.lyo.validation.ShaclMinExclusiveValidationTest
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7f50,_:-74b60e7f:161a945c91d:-7f4c,_:-74b60e7f:161a945c91d:-7f4b,_:-74b60e7f:161a945c91d:-7f46,_:-74b60e7f:161a945c91d:-7f4f,_:-74b60e7f:161a945c91d:-7f4d,_:-74b60e7f:161a945c91d:-7f4e. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f50
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f4c
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f4b
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f46
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f4f
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f4d
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f4e
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f4e
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f4d
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f4f
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f46
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f4b
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f4c
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f50
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f50,_:-74b60e7f:161a945c91d:-7f4c,_:-74b60e7f:161a945c91d:-7f4b,_:-74b60e7f:161a945c91d:-7f46,_:-74b60e7f:161a945c91d:-7f4f,_:-74b60e7f:161a945c91d:-7f4d,_:-74b60e7f:161a945c91d:-7f4e)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f50)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f4c)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f4b)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f46)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f4f)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f4d)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f4e)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f50=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f4c],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f4c=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f4c ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f4b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f4b=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f4b ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f46],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f46=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f46 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:21.731Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f4f],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f4f=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f4f ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f4d=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f4d ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f4e=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f50,_:-74b60e7f:161a945c91d:-7f4c,_:-74b60e7f:161a945c91d:-7f4b,_:-74b60e7f:161a945c91d:-7f46,_:-74b60e7f:161a945c91d:-7f4f,_:-74b60e7f:161a945c91d:-7f4d,_:-74b60e7f:161a945c91d:-7f4e)=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f4f ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f4d ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f4c ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f46 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f4b 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f4f ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f4d ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f4c ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f46 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f4b 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f4f ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f4d ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f4c ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f46 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f4b 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f4e = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f4e = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f4e: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f4d = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f4d = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f4d: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f4f = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f4f = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f4f: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f46 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f46 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f46: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f4b = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f4b = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f4b: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f4c = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f4c = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f4c: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f50 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f50 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f50: 
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7f42,_:-74b60e7f:161a945c91d:-7f40,_:-74b60e7f:161a945c91d:-7f41,_:-74b60e7f:161a945c91d:-7f43,_:-74b60e7f:161a945c91d:-7f45,_:-74b60e7f:161a945c91d:-7f3b,_:-74b60e7f:161a945c91d:-7f44. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f42
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f40
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f41
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f43
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f45
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f3b
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f44
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f44
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f3b
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f45
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f43
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f41
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f40
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f42
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f44 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f44 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f44: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f3b = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f3b = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f3b: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f42,_:-74b60e7f:161a945c91d:-7f40,_:-74b60e7f:161a945c91d:-7f41,_:-74b60e7f:161a945c91d:-7f43,_:-74b60e7f:161a945c91d:-7f45,_:-74b60e7f:161a945c91d:-7f3b,_:-74b60e7f:161a945c91d:-7f44)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f42)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f40)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f41)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f43)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f45)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f3b)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f44)
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.eclipse.lyo.validation.ShaclMinLengthValidationTest
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7f39,_:-74b60e7f:161a945c91d:-7f37,_:-74b60e7f:161a945c91d:-7f36,_:-74b60e7f:161a945c91d:-7f35,_:-74b60e7f:161a945c91d:-7f38,_:-74b60e7f:161a945c91d:-7f3a,_:-74b60e7f:161a945c91d:-7f30. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f39
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f37
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f36
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f35
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f38
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f3a
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f30
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f30
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f3a
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f38
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f35
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f36
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f37
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f39
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f39,_:-74b60e7f:161a945c91d:-7f37,_:-74b60e7f:161a945c91d:-7f36,_:-74b60e7f:161a945c91d:-7f35,_:-74b60e7f:161a945c91d:-7f38,_:-74b60e7f:161a945c91d:-7f3a,_:-74b60e7f:161a945c91d:-7f30)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f39)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f37)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f36)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f35)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f38)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f3a)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f30)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:21.823Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f39],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f39=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f39 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f37=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f36],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f36=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f36 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f35],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f35=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f35 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f38=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f3a=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f30],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f30=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f30 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f39,_:-74b60e7f:161a945c91d:-7f37,_:-74b60e7f:161a945c91d:-7f36,_:-74b60e7f:161a945c91d:-7f35,_:-74b60e7f:161a945c91d:-7f38,_:-74b60e7f:161a945c91d:-7f3a,_:-74b60e7f:161a945c91d:-7f30)=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f35 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f30 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f36 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f39 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f35 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f30 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f36 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f39 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f35 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f30 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f36 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f39 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f30 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f30 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f30: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f3a = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f3a = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f3a: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f38 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f38 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f38: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f35 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f35 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f35: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f36 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f36 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f36: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f37 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f37 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f37: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f39 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f39 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f39: 
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7f2d,_:-74b60e7f:161a945c91d:-7f2c,_:-74b60e7f:161a945c91d:-7f25,_:-74b60e7f:161a945c91d:-7f2b,_:-74b60e7f:161a945c91d:-7f2e,_:-74b60e7f:161a945c91d:-7f2f,_:-74b60e7f:161a945c91d:-7f2a. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f2d
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f2c
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f25
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f2b
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f2e
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f2f
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f2a
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f2a
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f2f
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f2e
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f2b
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f25
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f2c
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f2d
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f2d,_:-74b60e7f:161a945c91d:-7f2c,_:-74b60e7f:161a945c91d:-7f25,_:-74b60e7f:161a945c91d:-7f2b,_:-74b60e7f:161a945c91d:-7f2e,_:-74b60e7f:161a945c91d:-7f2f,_:-74b60e7f:161a945c91d:-7f2a)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f2d)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f2c)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f25)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f2b)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f2e)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f2f)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f2a)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f2d=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f2c=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f25],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f25=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f25 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running org.eclipse.lyo.validation.ShaclPatternValidationTest
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7f20,_:-74b60e7f:161a945c91d:-7f22,_:-74b60e7f:161a945c91d:-7f21,_:-74b60e7f:161a945c91d:-7f1a,_:-74b60e7f:161a945c91d:-7f1f,_:-74b60e7f:161a945c91d:-7f23,_:-74b60e7f:161a945c91d:-7f24. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f20
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f22
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f21
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f1a
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f1f
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f23
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f24
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f24
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f23
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f1f
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f1a
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f21
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f22
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f20
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f20,_:-74b60e7f:161a945c91d:-7f22,_:-74b60e7f:161a945c91d:-7f21,_:-74b60e7f:161a945c91d:-7f1a,_:-74b60e7f:161a945c91d:-7f1f,_:-74b60e7f:161a945c91d:-7f23,_:-74b60e7f:161a945c91d:-7f24)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f20)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f22)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f21)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f1a)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f1f)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f23)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f24)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f20],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f20=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f20 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f22=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f21=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f1a],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f1a=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f1a ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f1f],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f1f=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f1f ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:21.918Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f23],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f23=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f23 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f24=
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f20,_:-74b60e7f:161a945c91d:-7f22,_:-74b60e7f:161a945c91d:-7f21,_:-74b60e7f:161a945c91d:-7f1a,_:-74b60e7f:161a945c91d:-7f1f,_:-74b60e7f:161a945c91d:-7f23,_:-74b60e7f:161a945c91d:-7f24)=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f23 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f20 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f1a ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f1f 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f23 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f20 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f1a ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f1f 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f23 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f20 ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f1a ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f1f 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f24 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f24 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f24: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f23 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f23 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f23: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f1f = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f1f = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f1f: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f1a = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f1a = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f1a: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f21 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f21 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f21: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f22 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f22 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f22: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f20 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f20 = 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f20: 
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:21 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7f0f,_:-74b60e7f:161a945c91d:-7f18,_:-74b60e7f:161a945c91d:-7f14,_:-74b60e7f:161a945c91d:-7f17,_:-74b60e7f:161a945c91d:-7f15,_:-74b60e7f:161a945c91d:-7f19,_:-74b60e7f:161a945c91d:-7f16. Pending nodes: 
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f0f
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f18
2018-02-18 09:16:21 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f14
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f17
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f15
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f19
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f16
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f16
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f19
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f15
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f17
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f14
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f18
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f0f
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-74b60e7f:161a945c91d:-7f0f,_:-74b60e7f:161a945c91d:-7f18,_:-74b60e7f:161a945c91d:-7f14,_:-74b60e7f:161a945c91d:-7f17,_:-74b60e7f:161a945c91d:-7f15,_:-74b60e7f:161a945c91d:-7f19,_:-74b60e7f:161a945c91d:-7f16)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f0f)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f18)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f14)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f17)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f15)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f19)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f16)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f0f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f0f=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f0f ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:21.974Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f18],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f18=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f18 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f14],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f14=<http://www.sampledomain.org/sam#AResource> +_:-74b60e7f:161a945c91d:-7f14 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-74b60e7f:161a945c91d:-7f17=
2018-02-18 09:16:22 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:22 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:22 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
Running org.eclipse.lyo.validation.OslcAnnotationsBasedValidationTest
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7f0d,_:-74b60e7f:161a945c91d:-7f08,_:-74b60e7f:161a945c91d:-7f09,_:-74b60e7f:161a945c91d:-7f0e,_:-74b60e7f:161a945c91d:-7f0c,_:-74b60e7f:161a945c91d:-7f0a,_:-74b60e7f:161a945c91d:-7f0b. Pending nodes: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f0d
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f08
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f09
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f0e
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f0c
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f0a
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f0b
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f0b
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f0a
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f0c
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f0e
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f09
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f08
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f0d
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f0b = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f0b = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f0b: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f0a = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f0a = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f0a: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f0c = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f0c = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f0c: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f0e = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f0e = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f0e: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f09 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f09 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f09: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f08 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f08 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f08: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f0d = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f0d = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f0d: 
2018-02-18 09:16:22 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:22 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:22 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-74b60e7f:161a945c91d:-7f06,_:-74b60e7f:161a945c91d:-7f07,_:-74b60e7f:161a945c91d:-7f03,_:-74b60e7f:161a945c91d:-7f01,_:-74b60e7f:161a945c91d:-7f04,_:-74b60e7f:161a945c91d:-7f05,_:-74b60e7f:161a945c91d:-7f02. Pending nodes: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f06
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f07
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f03
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f01
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f04
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f05
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-74b60e7f:161a945c91d:-7f02
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f02
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f05
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f04
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f01
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f03
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f07
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-74b60e7f:161a945c91d:-7f06
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f02 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f02 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f02: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f05 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f05 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f05: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f04 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f04 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f04: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f01 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f01 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f01: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f03 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f03 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f03: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f07 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f07 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f07: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-74b60e7f:161a945c91d:-7f06 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of _:-74b60e7f:161a945c91d:-7f06 = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-74b60e7f:161a945c91d:-7f06: 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#AnOslcResource>
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AnOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:-74b60e7f:161a945c91d:-7f06,_:-74b60e7f:161a945c91d:-7f07,_:-74b60e7f:161a945c91d:-7f03,_:-74b60e7f:161a945c91d:-7f01,_:-74b60e7f:161a945c91d:-7f04,_:-74b60e7f:161a945c91d:-7f05,_:-74b60e7f:161a945c91d:-7f02)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-74b60e7f:161a945c91d:-7f06)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-74b60e7f:161a945c91d:-7f07)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-74b60e7f:161a945c91d:-7f03)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-74b60e7f:161a945c91d:-7f01)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-74b60e7f:161a945c91d:-7f04)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-74b60e7f:161a945c91d:-7f05)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-74b60e7f:161a945c91d:-7f02)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("2018-02-18T14:16:22.066Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:-74b60e7f:161a945c91d:-7f06],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-74b60e7f:161a945c91d:-7f06=<http://www.sampledomain.org/sam#AnOslcResource> +_:-74b60e7f:161a945c91d:-7f06 ,<http://www.sampledomain.org/sam#AnOslcResource> +http://www.sampledomain.org/sam#AnOslcResource 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:-74b60e7f:161a945c91d:-7f07],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-74b60e7f:161a945c91d:-7f07=<http://www.sampledomain.org/sam#AnOslcResource> +_:-74b60e7f:161a945c91d:-7f07 ,<http://www.sampledomain.org/sam#AnOslcResource> +http://www.sampledomain.org/sam#AnOslcResource 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:-74b60e7f:161a945c91d:-7f03],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-74b60e7f:161a945c91d:-7f03=<http://www.sampledomain.org/sam#AnOslcResource> +_:-74b60e7f:161a945c91d:-7f03 ,<http://www.sampledomain.org/sam#AnOslcResource> +http://www.sampledomain.org/sam#AnOslcResource 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:-74b60e7f:161a945c91d:-7f01],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-74b60e7f:161a945c91d:-7f01=<http://www.sampledomain.org/sam#AnOslcResource> +_:-74b60e7f:161a945c91d:-7f01 ,<http://www.sampledomain.org/sam#AnOslcResource> +http://www.sampledomain.org/sam#AnOslcResource 
2018-02-18 09:16:22 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:-74b60e7f:161a945c91d:-7f04],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
2018-02-18 09:16:22 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:22 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:22 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 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: /jobs/genie.lyo/lyo-validation-master/workspace/target/lyo-validation-2.3.0.M3.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ lyo-validation >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ lyo-validation <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ lyo-validation ---
[INFO] Building jar: /jobs/genie.lyo/lyo-validation-master/workspace/target/lyo-validation-2.3.0.M3-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ lyo-validation ---
[INFO] 
Loading source files for package org.eclipse.lyo.validation.constants...
Loading source files for package org.eclipse.lyo.validation.impl...
Loading source files for package org.eclipse.lyo.validation.model...
Loading source files for package org.eclipse.lyo.validation.shacl.annotations...
Loading source files for package org.eclipse.lyo.validation.shacl...
Loading source files for package org.eclipse.lyo.validation...
Constructing Javadoc information...
Standard Doclet version 1.8.0_162
Building tree for all the packages and classes...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/constants/DataType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/impl/ValidatorImpl.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/model/ResourceModel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/model/ValidationResultModel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/RdfsIsDefinedBy.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/RdfsLabel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/RDFType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclClassType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclClosed.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclDataType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclDescription.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclDisjoint.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclEquals.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclGroup.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclHasValue.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclIgnoredProperties.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclIn.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclLanguageIn.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclLessThan.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclLessThanOrEquals.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMaxCount.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMaxExclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMaxInclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMaxLength.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMinCount.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMinExclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMinInclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMinLength.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclName.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclNode.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclNodeKind.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclOrder.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclPattern.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclTargetClass.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclTargetNode.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclTargetObjectsOf.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclTargetSubjectsOf.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclUniqueLang.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/ShaclConstants.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/ShaclProperty.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/ShaclShape.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/ShaclShapeFactory.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/Validator.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/overview-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/constants/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/constants/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/constants/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/impl/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/impl/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/impl/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/model/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/model/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/model/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/constant-values.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/constants/class-use/DataType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/impl/class-use/ValidatorImpl.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/model/class-use/ResourceModel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/model/class-use/ValidationResultModel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclNode.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclEquals.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMinExclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclTargetClass.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclUniqueLang.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMinLength.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclTargetSubjectsOf.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclLanguageIn.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclClosed.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMaxCount.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/RDFType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMaxLength.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclNodeKind.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclLessThanOrEquals.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclOrder.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclTargetNode.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMinCount.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMaxInclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclIn.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclDisjoint.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclName.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclLessThan.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclTargetObjectsOf.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclIgnoredProperties.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclDataType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclGroup.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclHasValue.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/RdfsLabel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMaxExclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclDescription.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclClassType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMinInclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/RdfsIsDefinedBy.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclPattern.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/class-use/ShaclShapeFactory.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/class-use/ShaclProperty.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/class-use/ShaclShape.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/class-use/ShaclConstants.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/class-use/Validator.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/package-use.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/constants/package-use.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/impl/package-use.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/model/package-use.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/package-use.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/package-use.html...
Building index for all the packages and classes...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/overview-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/index-all.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/allclasses-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/allclasses-noframe.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/index.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/overview-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/help-doc.html...
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.lyo
[INFO] Building jar: /jobs/genie.lyo/lyo-validation-master/workspace/target/lyo-validation-2.3.0.M3-javadoc.jar
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building lyo-validation 2.3.0.M3
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> maven-javadoc-plugin:2.9:aggregate (default-cli) > generate-sources @ lyo-validation >>>
[INFO] 
[INFO] <<< maven-javadoc-plugin:2.9:aggregate (default-cli) < generate-sources @ lyo-validation <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:aggregate (default-cli) @ lyo-validation ---
[INFO] 
Loading source files for package org.eclipse.lyo.validation.constants...
Loading source files for package org.eclipse.lyo.validation.impl...
Loading source files for package org.eclipse.lyo.validation.model...
Loading source files for package org.eclipse.lyo.validation.shacl.annotations...
Loading source files for package org.eclipse.lyo.validation.shacl...
Loading source files for package org.eclipse.lyo.validation...
Constructing Javadoc information...
Standard Doclet version 1.8.0_162
Building tree for all the packages and classes...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/constants/DataType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/impl/ValidatorImpl.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/model/ResourceModel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/model/ValidationResultModel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/RdfsIsDefinedBy.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/RdfsLabel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/RDFType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclClassType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclClosed.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclDataType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclDescription.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclDisjoint.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclEquals.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclGroup.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclHasValue.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclIgnoredProperties.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclIn.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclLanguageIn.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclLessThan.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclLessThanOrEquals.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMaxCount.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMaxExclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMaxInclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMaxLength.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMinCount.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMinExclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMinInclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMinLength.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclName.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclNode.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclNodeKind.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclOrder.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclPattern.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclTargetClass.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclTargetNode.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclTargetObjectsOf.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclTargetSubjectsOf.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclUniqueLang.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/ShaclConstants.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/ShaclProperty.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/ShaclShape.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/ShaclShapeFactory.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/Validator.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/overview-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/constants/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/constants/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/constants/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/impl/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/impl/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/impl/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/model/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/model/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/model/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/constant-values.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/constants/class-use/DataType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/impl/class-use/ValidatorImpl.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/model/class-use/ResourceModel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/model/class-use/ValidationResultModel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclNode.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclEquals.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMinExclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclTargetClass.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclUniqueLang.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMinLength.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclTargetSubjectsOf.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclLanguageIn.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclClosed.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMaxCount.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/RDFType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMaxLength.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclNodeKind.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclLessThanOrEquals.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclOrder.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclTargetNode.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMinCount.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMaxInclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclIn.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclDisjoint.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclName.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclLessThan.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclTargetObjectsOf.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclIgnoredProperties.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclDataType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclGroup.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclHasValue.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/RdfsLabel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMaxExclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclDescription.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclClassType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMinInclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/RdfsIsDefinedBy.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclPattern.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/class-use/ShaclShapeFactory.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/class-use/ShaclProperty.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/class-use/ShaclShape.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/class-use/ShaclConstants.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/class-use/Validator.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/package-use.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/constants/package-use.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/impl/package-use.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/model/package-use.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/package-use.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/org/eclipse/lyo/validation/shacl/annotations/package-use.html...
Building index for all the packages and classes...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/overview-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/index-all.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/deprecated-list.html...
Building index for all classes...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/allclasses-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/allclasses-noframe.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/index.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/overview-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/site/apidocs/help-doc.html...
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.lyo
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.812 s
[INFO] Finished at: 2018-02-18T09:16:29-05:00
[INFO] Final Memory: 47M/1392M
[INFO] ------------------------------------------------------------------------
[workspace] $ /shared/common/apache-maven-latest/bin/mvn -f pom.xml -Dmaven.repo.local=/shared/technology/lyo/maven/repo -B deploy -Prelease-profile
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.lyo
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.lyo:lyo-validation:jar:2.3.0.M3
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building lyo-validation 2.3.0.M3
[INFO] ------------------------------------------------------------------------
[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 /jobs/genie.lyo/lyo-validation-master/workspace/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ lyo-validation ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ lyo-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ lyo-validation ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ lyo-validation ---
[INFO] Surefire report directory: /jobs/genie.lyo/lyo-validation-master/workspace/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.lyo
Running org.eclipse.lyo.validation.ShaclMinCountValidationTest
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/shared/technology/lyo/maven/repo/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/shared/technology/lyo/maven/repo/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]
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix 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: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:in         ( 5 7 9 12 ) ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a         sh:property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:property ;
                          sh: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> .
2018-02-18 09:16:36 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7fff,_:-42d9cf10:161a9460d10:-7ffb,_:-42d9cf10:161a9460d10:-7ffc,_:-42d9cf10:161a9460d10:-7ffa,_:-42d9cf10:161a9460d10:-7ffd,_:-42d9cf10:161a9460d10:-7ff5,_:-42d9cf10:161a9460d10:-7ffe. Pending nodes: 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fff
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7ffb
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7ffc
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7ffa
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7ffd
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7ff5
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7ffe
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7ffe
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7ff5
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7ffd
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7ffa
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7ffc
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7ffb
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fff
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7fff,_:-42d9cf10:161a9460d10:-7ffb,_:-42d9cf10:161a9460d10:-7ffc,_:-42d9cf10:161a9460d10:-7ffa,_:-42d9cf10:161a9460d10:-7ffd,_:-42d9cf10:161a9460d10:-7ff5,_:-42d9cf10:161a9460d10:-7ffe)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fff)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ffb)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ffc)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ffa)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ffd)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ff5)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ffe)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fff=
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ffb],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ffb=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7ffb ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ffc=
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ffa],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ffa=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7ffa ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ffd=
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ff5],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ff5=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7ff5 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:34.856Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ffe],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ffe=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7ffe ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7fff,_:-42d9cf10:161a9460d10:-7ffb,_:-42d9cf10:161a9460d10:-7ffc,_:-42d9cf10:161a9460d10:-7ffa,_:-42d9cf10:161a9460d10:-7ffd,_:-42d9cf10:161a9460d10:-7ff5,_:-42d9cf10:161a9460d10:-7ffe)=<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7ffe ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7ffb ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7ff5 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7ffa 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7ffe ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7ffb ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7ff5 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7ffa 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7ffe ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7ffb ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7ff5 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7ffa 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7ffe = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7ffe = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7ffe: 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7ff5 = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7ff5 = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7ff5: 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7ffd = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7ffd = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7ffd: 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7ffa = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7ffa = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7ffa: 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7ffc = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7ffc = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7ffc: 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7ffb = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7ffb = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7ffb: 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fff = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fff = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fff: 
2018-02-18 09:16:37 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:37 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:37 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7fef,_:-42d9cf10:161a9460d10:-7fea,_:-42d9cf10:161a9460d10:-7ff4,_:-42d9cf10:161a9460d10:-7ff2,_:-42d9cf10:161a9460d10:-7ff0,_:-42d9cf10:161a9460d10:-7ff1,_:-42d9cf10:161a9460d10:-7ff3. Pending nodes: 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fef
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fea
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7ff4
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7ff2
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7ff0
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7ff1
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7ff3
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7ff3
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7ff1
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7ff0
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7ff2
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7ff4
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fea
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fef
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7ff3 = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7ff3 = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7ff3: 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7ff1 = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7ff1 = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7ff1: 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7ff0 = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7ff0 = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7ff0: 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7fef,_:-42d9cf10:161a9460d10:-7fea,_:-42d9cf10:161a9460d10:-7ff4,_:-42d9cf10:161a9460d10:-7ff2,_:-42d9cf10:161a9460d10:-7ff0,_:-42d9cf10:161a9460d10:-7ff1,_:-42d9cf10:161a9460d10:-7ff3)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fef)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fea)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ff4)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ff2)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ff0)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ff1)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7ff3)
2018-02-18 09:16:37 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fef],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:37 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:37 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:37 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.286 sec
Running org.eclipse.lyo.validation.ShaclClosedValidationTest
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7fe4,_:-42d9cf10:161a9460d10:-7fe9,_:-42d9cf10:161a9460d10:-7fe5,_:-42d9cf10:161a9460d10:-7fe7,_:-42d9cf10:161a9460d10:-7fdf,_:-42d9cf10:161a9460d10:-7fe6,_:-42d9cf10:161a9460d10:-7fe8. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fe4
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fe9
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fe5
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fe7
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fdf
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fe6
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fe8
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fe8
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fe6
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fdf
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fe7
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fe5
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fe9
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fe4
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fe8 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fe8 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fe8: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7fe4,_:-42d9cf10:161a9460d10:-7fe9,_:-42d9cf10:161a9460d10:-7fe5,_:-42d9cf10:161a9460d10:-7fe7,_:-42d9cf10:161a9460d10:-7fdf,_:-42d9cf10:161a9460d10:-7fe6,_:-42d9cf10:161a9460d10:-7fe8)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fe4)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fe9)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fe5)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fe7)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fdf)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fe6)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fe8)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fe4],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fe4=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fe4 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fe9=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fe5],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fe5=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fe5 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fe7=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fdf],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fdf=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fdf ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fe6=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:38.076Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fe8],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fe8=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fe8 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7fe4,_:-42d9cf10:161a9460d10:-7fe9,_:-42d9cf10:161a9460d10:-7fe5,_:-42d9cf10:161a9460d10:-7fe7,_:-42d9cf10:161a9460d10:-7fdf,_:-42d9cf10:161a9460d10:-7fe6,_:-42d9cf10:161a9460d10:-7fe8)=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fe4 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fe8 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fe5 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fdf ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fe4 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fe8 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fe5 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fdf ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fe4 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fe8 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fe5 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fdf ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fe6 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fe6 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fe6: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fdf = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fdf = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fdf: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fe7 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fe7 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fe7: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fe5 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fe5 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fe5: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fe9 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fe9 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fe9: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fe4 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fe4 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fe4: 
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7fde,_:-42d9cf10:161a9460d10:-7fda,_:-42d9cf10:161a9460d10:-7fd9,_:-42d9cf10:161a9460d10:-7fdb,_:-42d9cf10:161a9460d10:-7fdc,_:-42d9cf10:161a9460d10:-7fdd. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fde
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fda
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fd9
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fdb
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fdc
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fdd
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fdd
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fdc
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fdb
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fd9
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fda
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fde
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7fde,_:-42d9cf10:161a9460d10:-7fda,_:-42d9cf10:161a9460d10:-7fd9,_:-42d9cf10:161a9460d10:-7fdb,_:-42d9cf10:161a9460d10:-7fdc,_:-42d9cf10:161a9460d10:-7fdd)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fde)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fda)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fd9)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fdb)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fdc)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fdd)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fde=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fda],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fda=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fda ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fd9],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fd9=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fd9 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fdb=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fdc=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:38.193Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fdd],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fdd=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fdd ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7fde,_:-42d9cf10:161a9460d10:-7fda,_:-42d9cf10:161a9460d10:-7fd9,_:-42d9cf10:161a9460d10:-7fdb,_:-42d9cf10:161a9460d10:-7fdc,_:-42d9cf10:161a9460d10:-7fdd)=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fdd ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fda ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fd9 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 sec
Running org.eclipse.lyo.validation.ShaclMaxCountValidationTest
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7fcf,_:-42d9cf10:161a9460d10:-7fd4,_:-42d9cf10:161a9460d10:-7fd0,_:-42d9cf10:161a9460d10:-7fd1,_:-42d9cf10:161a9460d10:-7fd3,_:-42d9cf10:161a9460d10:-7fd2,_:-42d9cf10:161a9460d10:-7fca. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fcf
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fd4
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fd0
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fd1
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fd3
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fd2
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fca
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fca
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fd2
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fd3
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fd1
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fd0
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fd4
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fcf
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fca = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fca = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fca: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7fcf,_:-42d9cf10:161a9460d10:-7fd4,_:-42d9cf10:161a9460d10:-7fd0,_:-42d9cf10:161a9460d10:-7fd1,_:-42d9cf10:161a9460d10:-7fd3,_:-42d9cf10:161a9460d10:-7fd2,_:-42d9cf10:161a9460d10:-7fca)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fcf)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fd4)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fd0)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fd1)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fd3)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fd2)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fca)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fcf],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fcf=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fcf ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fd4=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fd0],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fd0=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fd0 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fd1=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:38.355Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fd3],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fd3=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fd3 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fd2=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fca],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fca=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fca ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7fcf,_:-42d9cf10:161a9460d10:-7fd4,_:-42d9cf10:161a9460d10:-7fd0,_:-42d9cf10:161a9460d10:-7fd1,_:-42d9cf10:161a9460d10:-7fd3,_:-42d9cf10:161a9460d10:-7fd2,_:-42d9cf10:161a9460d10:-7fca)=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fd0 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fca ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fcf ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fd3 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fd0 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fca ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fcf ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fd3 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fd0 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fca ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fcf ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fd3 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fd2 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fd2 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fd2: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fd3 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fd3 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fd3: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fd1 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fd1 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fd1: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fd0 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fd0 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fd0: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fd4 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fd4 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fd4: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fcf = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fcf = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fcf: 
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7fc6,_:-42d9cf10:161a9460d10:-7fc8,_:-42d9cf10:161a9460d10:-7fc4,_:-42d9cf10:161a9460d10:-7fbf,_:-42d9cf10:161a9460d10:-7fc9,_:-42d9cf10:161a9460d10:-7fc5,_:-42d9cf10:161a9460d10:-7fc7. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fc6
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fc8
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fc4
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fbf
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fc9
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fc5
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fc7
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fc7
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fc5
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fc9
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fbf
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fc4
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fc8
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fc6
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7fc6,_:-42d9cf10:161a9460d10:-7fc8,_:-42d9cf10:161a9460d10:-7fc4,_:-42d9cf10:161a9460d10:-7fbf,_:-42d9cf10:161a9460d10:-7fc9,_:-42d9cf10:161a9460d10:-7fc5,_:-42d9cf10:161a9460d10:-7fc7)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fc6)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fc8)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fc4)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fbf)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fc9)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fc5)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fc7)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fc6=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:38.435Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fc8],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fc8=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fc8 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fc4],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fc4=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fc4 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec
Running org.eclipse.lyo.validation.ShaclMaxInclusiveValidationTest
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7fbd,_:-42d9cf10:161a9460d10:-7fb4,_:-42d9cf10:161a9460d10:-7fba,_:-42d9cf10:161a9460d10:-7fbb,_:-42d9cf10:161a9460d10:-7fbe,_:-42d9cf10:161a9460d10:-7fbc,_:-42d9cf10:161a9460d10:-7fb9. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fbd
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fb4
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fba
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fbb
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fbe
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fbc
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fb9
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fb9
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fbc
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fbe
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fbb
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fba
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fb4
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fbd
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fb9 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fb9 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fb9: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fbc = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fbc = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fbc: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7fbd,_:-42d9cf10:161a9460d10:-7fb4,_:-42d9cf10:161a9460d10:-7fba,_:-42d9cf10:161a9460d10:-7fbb,_:-42d9cf10:161a9460d10:-7fbe,_:-42d9cf10:161a9460d10:-7fbc,_:-42d9cf10:161a9460d10:-7fb9)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fbd)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fb4)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fba)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fbb)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fbe)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fbc)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fb9)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:38.498Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fbd],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fbd=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fbd ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fb4],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fb4=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fb4 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fba],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fba=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fba ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fbb=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fbe=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fbc=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fbc ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fb9],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fb9=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fb9 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7fbd,_:-42d9cf10:161a9460d10:-7fb4,_:-42d9cf10:161a9460d10:-7fba,_:-42d9cf10:161a9460d10:-7fbb,_:-42d9cf10:161a9460d10:-7fbe,_:-42d9cf10:161a9460d10:-7fbc,_:-42d9cf10:161a9460d10:-7fb9)=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fba ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fb9 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fb4 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fbc ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fbd 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fba ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fb9 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fb4 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fbc ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fbd 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fba ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fb9 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fb4 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fbc ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fbd 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fbe = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fbe = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fbe: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fbb = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fbb = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fbb: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fba = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fba = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fba: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fb4 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fb4 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fb4: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fbd = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fbd = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fbd: 
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7fb0,_:-42d9cf10:161a9460d10:-7fae,_:-42d9cf10:161a9460d10:-7fb3,_:-42d9cf10:161a9460d10:-7fa9,_:-42d9cf10:161a9460d10:-7faf,_:-42d9cf10:161a9460d10:-7fb1,_:-42d9cf10:161a9460d10:-7fb2. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fb0
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fae
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fb3
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fa9
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7faf
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fb1
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fb2
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fb2
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fb1
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7faf
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fa9
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fb3
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fae
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fb0
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fb2 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fb2 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fb2: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fb1 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fb1 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fb1: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7fb0,_:-42d9cf10:161a9460d10:-7fae,_:-42d9cf10:161a9460d10:-7fb3,_:-42d9cf10:161a9460d10:-7fa9,_:-42d9cf10:161a9460d10:-7faf,_:-42d9cf10:161a9460d10:-7fb1,_:-42d9cf10:161a9460d10:-7fb2)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fb0)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fae)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fb3)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa9)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7faf)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fb1)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fb2)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fb0=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fae],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fae=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fae ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fb3=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa9],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa9=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fa9 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7faf],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7faf=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7faf ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec
Running org.eclipse.lyo.validation.ShaclMaxLengthValidationTest
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7fa6,_:-42d9cf10:161a9460d10:-7fa8,_:-42d9cf10:161a9460d10:-7fa3,_:-42d9cf10:161a9460d10:-7fa7,_:-42d9cf10:161a9460d10:-7fa4,_:-42d9cf10:161a9460d10:-7fa5,_:-42d9cf10:161a9460d10:-7f9e. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fa6
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fa8
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fa3
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fa7
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fa4
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7fa5
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f9e
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f9e
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fa5
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fa4
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fa7
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fa3
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fa8
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7fa6
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f9e = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f9e = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f9e: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fa5 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fa5 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fa5: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7fa6,_:-42d9cf10:161a9460d10:-7fa8,_:-42d9cf10:161a9460d10:-7fa3,_:-42d9cf10:161a9460d10:-7fa7,_:-42d9cf10:161a9460d10:-7fa4,_:-42d9cf10:161a9460d10:-7fa5,_:-42d9cf10:161a9460d10:-7f9e)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa6)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa8)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa3)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa7)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa4)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa5)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f9e)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa6=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa8=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa3],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa3=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fa3 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:38.664Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa7],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa7=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fa7 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa4],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa4=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fa4 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7fa5=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f9e],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f9e=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f9e ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7fa6,_:-42d9cf10:161a9460d10:-7fa8,_:-42d9cf10:161a9460d10:-7fa3,_:-42d9cf10:161a9460d10:-7fa7,_:-42d9cf10:161a9460d10:-7fa4,_:-42d9cf10:161a9460d10:-7fa5,_:-42d9cf10:161a9460d10:-7f9e)=<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fa7 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f9e ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fa3 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fa4 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fa7 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f9e ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fa3 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fa4 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fa7 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f9e ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fa3 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7fa4 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fa4 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fa4 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fa4: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fa7 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fa7 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fa7: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fa3 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fa3 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fa3: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fa8 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fa8 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fa8: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7fa6 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7fa6 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7fa6: 
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7f9a,_:-42d9cf10:161a9460d10:-7f9d,_:-42d9cf10:161a9460d10:-7f93,_:-42d9cf10:161a9460d10:-7f98,_:-42d9cf10:161a9460d10:-7f9b,_:-42d9cf10:161a9460d10:-7f99,_:-42d9cf10:161a9460d10:-7f9c. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f9a
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f9d
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f93
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f98
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f9b
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f99
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f9c
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f9c
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f99
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f9b
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f98
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f93
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f9d
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f9a
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f9a,_:-42d9cf10:161a9460d10:-7f9d,_:-42d9cf10:161a9460d10:-7f93,_:-42d9cf10:161a9460d10:-7f98,_:-42d9cf10:161a9460d10:-7f9b,_:-42d9cf10:161a9460d10:-7f99,_:-42d9cf10:161a9460d10:-7f9c)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f9a)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f9d)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f93)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f98)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f9b)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f99)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f9c)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f9a=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f9d=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f93],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f93=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f93 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f98],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f98=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f98 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f9b=
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.eclipse.lyo.validation.ShaclInValidationTest
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7f88,_:-42d9cf10:161a9460d10:-7f92,_:-42d9cf10:161a9460d10:-7f90,_:-42d9cf10:161a9460d10:-7f91,_:-42d9cf10:161a9460d10:-7f8f,_:-42d9cf10:161a9460d10:-7f8e,_:-42d9cf10:161a9460d10:-7f8d. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f88
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f92
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f90
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f91
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f8f
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f8e
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f8d
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f8d
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f8e
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f8f
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f91
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f90
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f92
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f88
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f88,_:-42d9cf10:161a9460d10:-7f92,_:-42d9cf10:161a9460d10:-7f90,_:-42d9cf10:161a9460d10:-7f91,_:-42d9cf10:161a9460d10:-7f8f,_:-42d9cf10:161a9460d10:-7f8e,_:-42d9cf10:161a9460d10:-7f8d)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f88)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f92)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f90)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f91)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f8f)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f8e)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f8d)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f88],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f88=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f88 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f92=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f90=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:38.788Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f91],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f91=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f91 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f8f=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f8e],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f8e=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f8e ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f8d],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f8d=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f8d ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f88,_:-42d9cf10:161a9460d10:-7f92,_:-42d9cf10:161a9460d10:-7f90,_:-42d9cf10:161a9460d10:-7f91,_:-42d9cf10:161a9460d10:-7f8f,_:-42d9cf10:161a9460d10:-7f8e,_:-42d9cf10:161a9460d10:-7f8d)=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f8d ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f91 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f88 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f8e 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f8d ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f91 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f88 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f8e 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f8d ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f91 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f88 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f8e 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f8d = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f8d = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f8d: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f8e = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f8e = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f8e: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f8f = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f8f = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f8f: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f91 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f91 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f91: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f90 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f90 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f90: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f92 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f92 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f92: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f88 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f88 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f88: 
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7f7d,_:-42d9cf10:161a9460d10:-7f84,_:-42d9cf10:161a9460d10:-7f87,_:-42d9cf10:161a9460d10:-7f82,_:-42d9cf10:161a9460d10:-7f85,_:-42d9cf10:161a9460d10:-7f86,_:-42d9cf10:161a9460d10:-7f83. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f7d
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f84
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f87
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f82
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f85
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f86
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f83
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f83
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f86
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f85
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f82
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f87
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f84
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f7d
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f83 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f83 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f83: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f7d,_:-42d9cf10:161a9460d10:-7f84,_:-42d9cf10:161a9460d10:-7f87,_:-42d9cf10:161a9460d10:-7f82,_:-42d9cf10:161a9460d10:-7f85,_:-42d9cf10:161a9460d10:-7f86,_:-42d9cf10:161a9460d10:-7f83)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f7d)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f84)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f87)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f82)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f85)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f86)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f83)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f7d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f7d=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f7d ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f84=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f87=
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
Running org.eclipse.lyo.validation.ShaclMaxExclusiveValidationTest
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7f78,_:-42d9cf10:161a9460d10:-7f77,_:-42d9cf10:161a9460d10:-7f72,_:-42d9cf10:161a9460d10:-7f7b,_:-42d9cf10:161a9460d10:-7f7c,_:-42d9cf10:161a9460d10:-7f79,_:-42d9cf10:161a9460d10:-7f7a. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f78
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f77
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f72
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f7b
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f7c
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f79
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f7a
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f7a
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f79
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f7c
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f7b
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f72
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f77
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f78
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f7a = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f7a = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f7a: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f79 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f79 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f79: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f78,_:-42d9cf10:161a9460d10:-7f77,_:-42d9cf10:161a9460d10:-7f72,_:-42d9cf10:161a9460d10:-7f7b,_:-42d9cf10:161a9460d10:-7f7c,_:-42d9cf10:161a9460d10:-7f79,_:-42d9cf10:161a9460d10:-7f7a)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f78)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f77)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f72)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f7b)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f7c)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f79)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f7a)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f78],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f78=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f78 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f77],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f77=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f77 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f72],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f72=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f72 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:38.909Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f7b],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f7b=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f7b ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f7c=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f79=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f79 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f7a=
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f78,_:-42d9cf10:161a9460d10:-7f77,_:-42d9cf10:161a9460d10:-7f72,_:-42d9cf10:161a9460d10:-7f7b,_:-42d9cf10:161a9460d10:-7f7c,_:-42d9cf10:161a9460d10:-7f79,_:-42d9cf10:161a9460d10:-7f7a)=<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f7b ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f79 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f78 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f72 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f77 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f7b ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f79 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f78 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f72 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f77 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f7b ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f79 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f78 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f72 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f77 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f7c = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f7c = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f7c: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f7b = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f7b = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f7b: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f72 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f72 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f72: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f77 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f77 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f77: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f78 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f78 = 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f78: 
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:38 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7f71,_:-42d9cf10:161a9460d10:-7f70,_:-42d9cf10:161a9460d10:-7f6e,_:-42d9cf10:161a9460d10:-7f6c,_:-42d9cf10:161a9460d10:-7f67,_:-42d9cf10:161a9460d10:-7f6f,_:-42d9cf10:161a9460d10:-7f6d. Pending nodes: 
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f71
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f70
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f6e
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f6c
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f67
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f6f
2018-02-18 09:16:38 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f6d
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f6d
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f6f
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f67
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f6c
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f6e
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f70
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f71
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f71,_:-42d9cf10:161a9460d10:-7f70,_:-42d9cf10:161a9460d10:-7f6e,_:-42d9cf10:161a9460d10:-7f6c,_:-42d9cf10:161a9460d10:-7f67,_:-42d9cf10:161a9460d10:-7f6f,_:-42d9cf10:161a9460d10:-7f6d)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f71)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f70)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f6e)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f6c)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f67)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f6f)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f6d)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f71=
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:38.969Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f70],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f70=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f70 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
Running org.eclipse.lyo.validation.ShaclMinInclusiveValidationTest
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7f5c,_:-42d9cf10:161a9460d10:-7f61,_:-42d9cf10:161a9460d10:-7f65,_:-42d9cf10:161a9460d10:-7f64,_:-42d9cf10:161a9460d10:-7f62,_:-42d9cf10:161a9460d10:-7f63,_:-42d9cf10:161a9460d10:-7f66. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f5c
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f61
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f65
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f64
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f62
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f63
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f66
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f66
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f63
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f62
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f64
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f65
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f61
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f5c
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f66 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f66 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f66: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f63 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f63 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f63: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f5c,_:-42d9cf10:161a9460d10:-7f61,_:-42d9cf10:161a9460d10:-7f65,_:-42d9cf10:161a9460d10:-7f64,_:-42d9cf10:161a9460d10:-7f62,_:-42d9cf10:161a9460d10:-7f63,_:-42d9cf10:161a9460d10:-7f66)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f5c)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f61)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f65)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f64)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f62)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f63)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f66)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f5c],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f5c=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f5c ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f61],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f61=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f61 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:39.01Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f65],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f65=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f65 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f64=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f64 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f62],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f62=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f62 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f63=
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f66=
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f5c,_:-42d9cf10:161a9460d10:-7f61,_:-42d9cf10:161a9460d10:-7f65,_:-42d9cf10:161a9460d10:-7f64,_:-42d9cf10:161a9460d10:-7f62,_:-42d9cf10:161a9460d10:-7f63,_:-42d9cf10:161a9460d10:-7f66)=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f62 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f65 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f5c ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f61 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f64 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f62 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f65 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f5c ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f61 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f64 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f62 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f65 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f5c ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f61 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f64 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f62 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f62 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f62: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f64 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f64 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f64: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f65 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f65 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f65: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f61 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f61 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f61: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f5c = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f5c = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f5c: 
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7f5a,_:-42d9cf10:161a9460d10:-7f57,_:-42d9cf10:161a9460d10:-7f51,_:-42d9cf10:161a9460d10:-7f5b,_:-42d9cf10:161a9460d10:-7f56,_:-42d9cf10:161a9460d10:-7f58,_:-42d9cf10:161a9460d10:-7f59. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f5a
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f57
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f51
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f5b
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f56
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f58
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f59
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f59
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f58
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f56
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f5b
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f51
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f57
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f5a
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f59 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f59 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f59: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f58 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f58 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f58: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f5a,_:-42d9cf10:161a9460d10:-7f57,_:-42d9cf10:161a9460d10:-7f51,_:-42d9cf10:161a9460d10:-7f5b,_:-42d9cf10:161a9460d10:-7f56,_:-42d9cf10:161a9460d10:-7f58,_:-42d9cf10:161a9460d10:-7f59)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f5a)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f57)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f51)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f5b)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f56)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f58)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f59)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:39.065Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f5a],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f5a=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f5a ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f57],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f57=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f57 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f51],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f51=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f51 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f5b=
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f56],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f56=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f56 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f58=
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec
Running org.eclipse.lyo.validation.ShaclMinExclusiveValidationTest
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7f4b,_:-42d9cf10:161a9460d10:-7f4d,_:-42d9cf10:161a9460d10:-7f4c,_:-42d9cf10:161a9460d10:-7f4e,_:-42d9cf10:161a9460d10:-7f50,_:-42d9cf10:161a9460d10:-7f4f,_:-42d9cf10:161a9460d10:-7f46. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f4b
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f4d
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f4c
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f4e
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f50
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f4f
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f46
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f46
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f4f
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f50
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f4e
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f4c
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f4d
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f4b
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f4b,_:-42d9cf10:161a9460d10:-7f4d,_:-42d9cf10:161a9460d10:-7f4c,_:-42d9cf10:161a9460d10:-7f4e,_:-42d9cf10:161a9460d10:-7f50,_:-42d9cf10:161a9460d10:-7f4f,_:-42d9cf10:161a9460d10:-7f46)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f4b)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f4d)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f4c)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f4e)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f50)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f4f)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f46)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f4b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f4b=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f4b ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f4d=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f4d ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f4c],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f4c=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f4c ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f4e=
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f50=
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:39.119Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f4f],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f4f=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f4f ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f46],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f46=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f46 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f4b,_:-42d9cf10:161a9460d10:-7f4d,_:-42d9cf10:161a9460d10:-7f4c,_:-42d9cf10:161a9460d10:-7f4e,_:-42d9cf10:161a9460d10:-7f50,_:-42d9cf10:161a9460d10:-7f4f,_:-42d9cf10:161a9460d10:-7f46)=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f4c ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f46 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f4b ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f4f ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f4d 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f4c ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f46 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f4b ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f4f ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f4d 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f4c ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f46 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f4b ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f4f ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f4d 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f46 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f46 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f46: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f4f = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f4f = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f4f: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f50 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f50 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f50: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f4e = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f4e = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f4e: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f4c = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f4c = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f4c: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f4d = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f4d = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f4d: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f4b = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f4b = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f4b: 
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7f42,_:-42d9cf10:161a9460d10:-7f41,_:-42d9cf10:161a9460d10:-7f43,_:-42d9cf10:161a9460d10:-7f44,_:-42d9cf10:161a9460d10:-7f3b,_:-42d9cf10:161a9460d10:-7f45,_:-42d9cf10:161a9460d10:-7f40. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f42
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f41
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f43
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f44
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f3b
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f45
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f40
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f40
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f45
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f3b
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f44
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f43
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f41
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f42
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f42,_:-42d9cf10:161a9460d10:-7f41,_:-42d9cf10:161a9460d10:-7f43,_:-42d9cf10:161a9460d10:-7f44,_:-42d9cf10:161a9460d10:-7f3b,_:-42d9cf10:161a9460d10:-7f45,_:-42d9cf10:161a9460d10:-7f40)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f42)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f41)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f43)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f44)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f3b)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f45)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f40)
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.eclipse.lyo.validation.ShaclMinLengthValidationTest
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7f35,_:-42d9cf10:161a9460d10:-7f36,_:-42d9cf10:161a9460d10:-7f30,_:-42d9cf10:161a9460d10:-7f38,_:-42d9cf10:161a9460d10:-7f3a,_:-42d9cf10:161a9460d10:-7f37,_:-42d9cf10:161a9460d10:-7f39. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f35
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f36
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f30
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f38
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f3a
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f37
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f39
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f39
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f37
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f3a
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f38
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f30
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f36
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f35
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f39 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f39 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f39: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f35,_:-42d9cf10:161a9460d10:-7f36,_:-42d9cf10:161a9460d10:-7f30,_:-42d9cf10:161a9460d10:-7f38,_:-42d9cf10:161a9460d10:-7f3a,_:-42d9cf10:161a9460d10:-7f37,_:-42d9cf10:161a9460d10:-7f39)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f35)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f36)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f30)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f38)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f3a)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f37)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f39)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f35],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f35=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f35 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f36],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f36=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f36 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f30],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f30=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f30 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f38=
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f3a=
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f37=
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:39.206Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f39],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f39=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f39 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f35,_:-42d9cf10:161a9460d10:-7f36,_:-42d9cf10:161a9460d10:-7f30,_:-42d9cf10:161a9460d10:-7f38,_:-42d9cf10:161a9460d10:-7f3a,_:-42d9cf10:161a9460d10:-7f37,_:-42d9cf10:161a9460d10:-7f39)=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f39 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f35 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f36 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f30 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f39 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f35 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f36 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f30 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f39 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f35 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f36 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f30 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f37 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f37 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f37: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f3a = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f3a = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f3a: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f38 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f38 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f38: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f30 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f30 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f30: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f36 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f36 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f36: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f35 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f35 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f35: 
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7f2b,_:-42d9cf10:161a9460d10:-7f2f,_:-42d9cf10:161a9460d10:-7f2c,_:-42d9cf10:161a9460d10:-7f2a,_:-42d9cf10:161a9460d10:-7f2e,_:-42d9cf10:161a9460d10:-7f2d,_:-42d9cf10:161a9460d10:-7f25. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f2b
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f2f
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f2c
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f2a
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f2e
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f2d
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f25
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f25
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f2d
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f2e
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f2a
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f2c
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f2f
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f2b
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f2b,_:-42d9cf10:161a9460d10:-7f2f,_:-42d9cf10:161a9460d10:-7f2c,_:-42d9cf10:161a9460d10:-7f2a,_:-42d9cf10:161a9460d10:-7f2e,_:-42d9cf10:161a9460d10:-7f2d,_:-42d9cf10:161a9460d10:-7f25)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f2b)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f2f)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f2c)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f2a)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f2e)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f2d)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f25)
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.eclipse.lyo.validation.ShaclPatternValidationTest
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7f1a,_:-42d9cf10:161a9460d10:-7f22,_:-42d9cf10:161a9460d10:-7f20,_:-42d9cf10:161a9460d10:-7f23,_:-42d9cf10:161a9460d10:-7f21,_:-42d9cf10:161a9460d10:-7f1f,_:-42d9cf10:161a9460d10:-7f24. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f1a
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f22
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f20
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f23
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f21
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f1f
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f24
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f24
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f1f
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f21
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f23
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f20
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f22
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f1a
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f1a,_:-42d9cf10:161a9460d10:-7f22,_:-42d9cf10:161a9460d10:-7f20,_:-42d9cf10:161a9460d10:-7f23,_:-42d9cf10:161a9460d10:-7f21,_:-42d9cf10:161a9460d10:-7f1f,_:-42d9cf10:161a9460d10:-7f24)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f1a)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f22)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f20)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f23)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f21)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f1f)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f24)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f1a],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f1a=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f1a ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f22=
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f20],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f20=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f20 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:39.297Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f23],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f23=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f23 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f21=
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f1f],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f1f=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f1f ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f24=
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f1a,_:-42d9cf10:161a9460d10:-7f22,_:-42d9cf10:161a9460d10:-7f20,_:-42d9cf10:161a9460d10:-7f23,_:-42d9cf10:161a9460d10:-7f21,_:-42d9cf10:161a9460d10:-7f1f,_:-42d9cf10:161a9460d10:-7f24)=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f1a ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f20 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f23 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f1f 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f1a ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f20 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f23 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f1f 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f1a ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f20 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f23 ,<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f1f 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f24 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f24 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f24: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f1f = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f1f = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f1f: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f21 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f21 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f21: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f23 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f23 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f23: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f20 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f20 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f20: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f22 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f22 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f22: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f1a = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f1a = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f1a: 
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7f0f,_:-42d9cf10:161a9460d10:-7f18,_:-42d9cf10:161a9460d10:-7f14,_:-42d9cf10:161a9460d10:-7f15,_:-42d9cf10:161a9460d10:-7f16,_:-42d9cf10:161a9460d10:-7f19,_:-42d9cf10:161a9460d10:-7f17. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f0f
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f18
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f14
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f15
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f16
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f19
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f17
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f17
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f19
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f16
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f15
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f14
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f18
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f0f
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:-42d9cf10:161a9460d10:-7f0f,_:-42d9cf10:161a9460d10:-7f18,_:-42d9cf10:161a9460d10:-7f14,_:-42d9cf10:161a9460d10:-7f15,_:-42d9cf10:161a9460d10:-7f16,_:-42d9cf10:161a9460d10:-7f19,_:-42d9cf10:161a9460d10:-7f17)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f0f)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f18)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f14)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f15)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f16)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f19)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f17)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f0f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f0f=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f0f ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 0, os: List("2018-02-18T14:16:39.348Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f18],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f18=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f18 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f14],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:-42d9cf10:161a9460d10:-7f14=<http://www.sampledomain.org/sam#AResource> +_:-42d9cf10:161a9460d10:-7f14 ,<http://www.sampledomain.org/sam#AResource> +http://www.sampledomain.org/sam#AResource 
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.eclipse.lyo.validation.OslcAnnotationsBasedValidationTest
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7f0b,_:-42d9cf10:161a9460d10:-7f0c,_:-42d9cf10:161a9460d10:-7f0a,_:-42d9cf10:161a9460d10:-7f0d,_:-42d9cf10:161a9460d10:-7f09,_:-42d9cf10:161a9460d10:-7f0e,_:-42d9cf10:161a9460d10:-7f08. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f0b
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f0c
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f0a
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f0d
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f09
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f0e
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f08
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f08
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f0e
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f09
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f0d
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f0a
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f0c
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f0b
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f08 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f08 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f08: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f0e = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f0e = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f0e: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f09 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f09 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f09: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f0d = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f0d = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f0d: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f0a = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f0a = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f0a: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f0c = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f0c = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f0c: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f0b = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f0b = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f0b: 
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel valid.
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:-42d9cf10:161a9460d10:-7f04,_:-42d9cf10:161a9460d10:-7f06,_:-42d9cf10:161a9460d10:-7f05,_:-42d9cf10:161a9460d10:-7f03,_:-42d9cf10:161a9460d10:-7f02,_:-42d9cf10:161a9460d10:-7f01,_:-42d9cf10:161a9460d10:-7f07. Pending nodes: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f04
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f06
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f05
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f03
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f02
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f01
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:-42d9cf10:161a9460d10:-7f07
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f07
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f01
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f02
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f03
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f05
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f06
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Checking shape: _:-42d9cf10:161a9460d10:-7f04
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f07 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f07 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f07: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f01 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f01 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f01: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f02 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f02 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f02: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of _:-42d9cf10:161a9460d10:-7f03 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of _:-42d9cf10:161a9460d10:-7f03 = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: _:-42d9cf10:161a9460d10:-7f03: 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#AnOslcResource>
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Node <http://www.sampledomain.org/sam#AnOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:-42d9cf10:161a9460d10:-7f04,_:-42d9cf10:161a9460d10:-7f06,_:-42d9cf10:161a9460d10:-7f05,_:-42d9cf10:161a9460d10:-7f03,_:-42d9cf10:161a9460d10:-7f02,_:-42d9cf10:161a9460d10:-7f01,_:-42d9cf10:161a9460d10:-7f07)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-42d9cf10:161a9460d10:-7f04)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-42d9cf10:161a9460d10:-7f06)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-42d9cf10:161a9460d10:-7f05)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-42d9cf10:161a9460d10:-7f03)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-42d9cf10:161a9460d10:-7f02)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-42d9cf10:161a9460d10:-7f01)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:-42d9cf10:161a9460d10:-7f07)
2018-02-18 09:16:39 [main] INFO  es.weso.shacl.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:-42d9cf10:161a9460d10:-7f04],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Datamodel Invalid
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Total Number Of Resources 1
2018-02-18 09:16:39 [main] INFO  o.e.l.validation.impl.ValidatorImpl - Validations Completed; Returning ValidationResultModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ lyo-validation ---
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ lyo-validation >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ lyo-validation <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ lyo-validation ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ lyo-validation ---
[INFO] 
Loading source files for package org.eclipse.lyo.validation.constants...
Loading source files for package org.eclipse.lyo.validation.impl...
Loading source files for package org.eclipse.lyo.validation.model...
Loading source files for package org.eclipse.lyo.validation.shacl.annotations...
Loading source files for package org.eclipse.lyo.validation.shacl...
Loading source files for package org.eclipse.lyo.validation...
Constructing Javadoc information...
Standard Doclet version 1.8.0_162
Building tree for all the packages and classes...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/constants/DataType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/impl/ValidatorImpl.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/model/ResourceModel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/model/ValidationResultModel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/RdfsIsDefinedBy.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/RdfsLabel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/RDFType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclClassType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclClosed.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclDataType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclDescription.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclDisjoint.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclEquals.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclGroup.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclHasValue.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclIgnoredProperties.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclIn.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclLanguageIn.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclLessThan.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclLessThanOrEquals.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMaxCount.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMaxExclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMaxInclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMaxLength.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMinCount.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMinExclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMinInclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclMinLength.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclName.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclNode.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclNodeKind.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclOrder.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclPattern.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclTargetClass.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclTargetNode.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclTargetObjectsOf.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclTargetSubjectsOf.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/ShaclUniqueLang.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/ShaclConstants.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/ShaclProperty.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/ShaclShape.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/ShaclShapeFactory.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/Validator.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/overview-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/constants/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/constants/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/constants/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/impl/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/impl/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/impl/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/model/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/model/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/model/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/package-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/package-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/package-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/constant-values.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/constants/class-use/DataType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/impl/class-use/ValidatorImpl.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/model/class-use/ResourceModel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/model/class-use/ValidationResultModel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclNode.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclEquals.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMinExclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclTargetClass.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclUniqueLang.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMinLength.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclTargetSubjectsOf.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclLanguageIn.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclClosed.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMaxCount.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/RDFType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMaxLength.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclNodeKind.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclLessThanOrEquals.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclOrder.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclTargetNode.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMinCount.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMaxInclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclIn.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclDisjoint.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclName.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclLessThan.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclTargetObjectsOf.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclIgnoredProperties.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclDataType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclGroup.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclHasValue.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/RdfsLabel.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMaxExclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclDescription.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclClassType.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclMinInclusive.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/RdfsIsDefinedBy.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/class-use/ShaclPattern.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/class-use/ShaclShapeFactory.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/class-use/ShaclProperty.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/class-use/ShaclShape.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/class-use/ShaclConstants.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/class-use/Validator.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/package-use.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/constants/package-use.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/impl/package-use.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/model/package-use.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/package-use.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/org/eclipse/lyo/validation/shacl/annotations/package-use.html...
Building index for all the packages and classes...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/overview-tree.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/index-all.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/allclasses-frame.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/allclasses-noframe.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/index.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/overview-summary.html...
Generating /jobs/genie.lyo/lyo-validation-master/workspace/target/apidocs/help-doc.html...
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.lyo
[INFO] Building jar: /jobs/genie.lyo/lyo-validation-master/workspace/target/lyo-validation-2.3.0.M3-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ lyo-validation ---
[INFO] Installing /jobs/genie.lyo/lyo-validation-master/workspace/target/lyo-validation-2.3.0.M3.jar to /shared/technology/lyo/maven/repo/org/eclipse/lyo/lyo-validation/2.3.0.M3/lyo-validation-2.3.0.M3.jar
[INFO] Installing /jobs/genie.lyo/lyo-validation-master/workspace/pom.xml to /shared/technology/lyo/maven/repo/org/eclipse/lyo/lyo-validation/2.3.0.M3/lyo-validation-2.3.0.M3.pom
[INFO] Installing /jobs/genie.lyo/lyo-validation-master/workspace/target/lyo-validation-2.3.0.M3-sources.jar to /shared/technology/lyo/maven/repo/org/eclipse/lyo/lyo-validation/2.3.0.M3/lyo-validation-2.3.0.M3-sources.jar
[INFO] Installing /jobs/genie.lyo/lyo-validation-master/workspace/target/lyo-validation-2.3.0.M3-javadoc.jar to /shared/technology/lyo/maven/repo/org/eclipse/lyo/lyo-validation/2.3.0.M3/lyo-validation-2.3.0.M3-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ lyo-validation ---
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/lyo-validation/2.3.0.M3/lyo-validation-2.3.0.M3.jar
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/lyo-validation/2.3.0.M3/lyo-validation-2.3.0.M3.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.403 s
[INFO] Finished at: 2018-02-18T09:16:43-05:00
[INFO] Final Memory: 32M/1394M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project lyo-validation: Failed to deploy artifacts: Could not transfer artifact org.eclipse.lyo:lyo-validation:jar:2.3.0.M3 from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/lyo-releases/): Failed to transfer file: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/lyo-validation/2.3.0.M3/lyo-validation-2.3.0.M3.jar. Return code is: 400, ReasonPhrase: Bad Request. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE