CodeFerret

ShapeName-results-PersonShape.txt

May 28th, 2020
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. [main] INFO ShaclName_validateGraph - Validating Node P707 with ShapeName_01.ttl
  2. [main] INFO ShaclName_validateGraph - Validating Node NMC2A097019ABA499F with ShapeName_01.ttl
  3. [main] INFO ShaclName_validateGraph - Validating Node NM0895CB6787E8AC6E with ShapeName_01.ttl
  4. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  5. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  6. @prefix sh: <http://www.w3.org/ns/shacl#> .
  7. @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
  8. @prefix bdo: <http://purl.bdrc.io/ontology/core/> .
  9. @prefix bds: <http://purl.bdrc.io/ontology/shapes/core/> .
  10. @prefix bdr: <http://purl.bdrc.io/resource/> .
  11.  
  12. [ a sh:ValidationReport ;
  13. sh:conforms false ;
  14. sh:result [ a sh:ValidationResult ;
  15. sh:focusNode bdr:NMC2A097019ABA499F ;
  16. sh:resultMessage "focusNode must be subClassOf* bdo:PersonName" ;
  17. sh:resultSeverity sh:Violation ;
  18. sh:sourceConstraintComponent sh:SPARQLConstraintComponent ;
  19. sh:sourceShape bds:CheckPersonNameClass ;
  20. sh:value bdr:NMC2A097019ABA499F
  21. ]
  22. ] .
  23.  
  24. [ a sh:ValidationReport ;
  25. sh:conforms false ;
  26. sh:result [ a sh:ValidationResult ;
  27. sh:focusNode bdr:NM0895CB6787E8AC6E ;
  28. sh:resultMessage ":PersonName must have exactly one rdfs:label"@en ;
  29. sh:resultPath rdfs:label ;
  30. sh:resultSeverity sh:Violation ;
  31. sh:sourceConstraintComponent sh:MinCountConstraintComponent ;
  32. sh:sourceShape bds:PersonNameShape-personNameLabel
  33. ]
  34. ] .
  35.  
  36. [ a sh:ValidationReport ;
  37. sh:conforms false ;
  38. sh:result [ a sh:ValidationResult ;
  39. sh:focusNode bdr:P707 ;
  40. sh:resultMessage "PersonName is not well-formed, wrong Class or missing rdfs:label"@en ;
  41. sh:resultPath bdo:personName ;
  42. sh:resultSeverity sh:Violation ;
  43. sh:sourceConstraintComponent sh:NodeConstraintComponent ;
  44. sh:sourceShape bds:PersonShape-personName ;
  45. sh:value bdr:NM0895CB6787E8AC6E
  46. ] ;
  47. sh:result [ a sh:ValidationResult ;
  48. sh:focusNode bdr:P707 ;
  49. sh:resultMessage "PersonName is not well-formed, wrong Class or missing rdfs:label"@en ;
  50. sh:resultPath bdo:personName ;
  51. sh:resultSeverity sh:Violation ;
  52. sh:sourceConstraintComponent sh:ClassConstraintComponent ;
  53. sh:sourceShape bds:PersonShape-personName ;
  54. sh:value bdr:NMC2A097019ABA499F
  55. ]
  56. ] .
Add Comment
Please, Sign In to add comment