CodeFerret

ShaclName_validateGraphJS-results-PersonShape.txt

May 29th, 2020
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. [main] INFO ShaclName_validateGraph02 - Validating Node P707 with ShapeName_01.ttl
  2.  
  3. @prefix bds: <http://purl.bdrc.io/ontology/shapes/core/> .
  4. @prefix bdr: <http://purl.bdrc.io/resource/> .
  5. @prefix sh: <http://www.w3.org/ns/shacl#> .
  6. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  7. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  8. @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
  9. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  10. @prefix bdo: <http://purl.bdrc.io/ontology/core/> .
  11.  
  12. [ a sh:ValidationReport ;
  13. sh:conforms false ;
  14. sh:result [ a sh:ValidationResult ;
  15. sh:focusNode bdr:P707 ;
  16. sh:resultMessage "PersonName is not well-formed, wrong Class or missing rdfs:label"@en ;
  17. sh:resultPath bdo:personName ;
  18. sh:resultSeverity sh:Violation ;
  19. sh:sourceConstraintComponent sh:ClassConstraintComponent ;
  20. sh:sourceShape bds:PersonShape-personName ;
  21. sh:value bdr:NMC2A097019ABA499F
  22. ] ;
  23. sh:result [ a sh:ValidationResult ;
  24. sh:focusNode bdr:P707 ;
  25. sh:resultMessage "PersonName is not well-formed, wrong Class or missing rdfs:label"@en ;
  26. sh:resultPath bdo:personName ;
  27. sh:resultSeverity sh:Violation ;
  28. sh:sourceConstraintComponent sh:NodeConstraintComponent ;
  29. sh:sourceShape bds:PersonShape-personName ;
  30. sh:value bdr:NM0895CB6787E8AC6E
  31. ]
  32. ] .
  33.  
  34.  
  35.  
  36. [main] INFO ShaclName_validateGraph02 - Validating Node NMC2A097019ABA499F with ShapeName_01.ttl
  37.  
  38. @prefix bds: <http://purl.bdrc.io/ontology/shapes/core/> .
  39. @prefix bdr: <http://purl.bdrc.io/resource/> .
  40. @prefix sh: <http://www.w3.org/ns/shacl#> .
  41. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  42. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  43. @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
  44. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  45. @prefix bdo: <http://purl.bdrc.io/ontology/core/> .
  46.  
  47. [ a sh:ValidationReport ;
  48. sh:conforms false ;
  49. sh:result [ a sh:ValidationResult ;
  50. sh:focusNode bdr:NMC2A097019ABA499F ;
  51. sh:resultMessage "focusNode must be subClassOf* bdo:PersonName" ;
  52. sh:resultSeverity sh:Violation ;
  53. sh:sourceConstraintComponent sh:SPARQLConstraintComponent ;
  54. sh:sourceShape bds:CheckPersonNameClass ;
  55. sh:value bdr:NMC2A097019ABA499F
  56. ]
  57. ] .
  58.  
  59.  
  60.  
  61. [main] INFO ShaclName_validateGraph02 - Validating Node NM0895CB6787E8AC6E with ShapeName_01.ttl
  62. @prefix bds: <http://purl.bdrc.io/ontology/shapes/core/> .
  63. @prefix bdr: <http://purl.bdrc.io/resource/> .
  64. @prefix sh: <http://www.w3.org/ns/shacl#> .
  65. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  66. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  67. @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
  68. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  69. @prefix bdo: <http://purl.bdrc.io/ontology/core/> .
  70.  
  71. [ a sh:ValidationReport ;
  72. sh:conforms false ;
  73. sh:result [ a sh:ValidationResult ;
  74. sh:focusNode bdr:NM0895CB6787E8AC6E ;
  75. sh:resultMessage ":PersonName must have exactly one rdfs:label"@en ;
  76. sh:resultPath rdfs:label ;
  77. sh:resultSeverity sh:Violation ;
  78. sh:sourceConstraintComponent sh:MinCountConstraintComponent ;
  79. sh:sourceShape bds:PersonNameShape-personNameLabel
  80. ]
  81. ] .
  82.  
  83.  
  84.  
  85. [main] INFO ShaclName_validateGraph02 - Validating Node NM2463D933BA1F9A38 with ShapeName_01.ttl
  86. @prefix sh: <http://www.w3.org/ns/shacl#> .
  87. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  88. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  89. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  90.  
  91. [ a sh:ValidationReport ;
  92. sh:conforms true
  93. ] .
  94.  
  95.  
  96.  
  97. [main] INFO ShaclName_validateGraph02 - Validating Node NMEA2B380AF0BBFB1B with ShapeName_01.ttl
  98. @prefix sh: <http://www.w3.org/ns/shacl#> .
  99. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  100. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  101. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  102.  
  103. [ a sh:ValidationReport ;
  104. sh:conforms true
  105. ] .
Add Comment
Please, Sign In to add comment