CodeFerret

ShapeName-results-PersonLocalShape.txt

May 28th, 2020
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 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: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:NodeConstraintComponent ;
  20. sh:sourceShape bds:PersonShape-personName ;
  21. sh:value bdr:NM0895CB6787E8AC6E
  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:ClassConstraintComponent ;
  29. sh:sourceShape bds:PersonShape-personName ;
  30. sh:value bdr:NMC2A097019ABA499F
  31. ]
  32. ] .
  33.  
  34. [ a sh:ValidationReport ;
  35. sh:conforms false ;
  36. sh:result [ a sh:ValidationResult ;
  37. sh:focusNode bdr:NMC2A097019ABA499F ;
  38. sh:resultMessage "focusNode must be subClassOf* bdo:PersonName" ;
  39. sh:resultSeverity sh:Violation ;
  40. sh:sourceConstraintComponent sh:SPARQLConstraintComponent ;
  41. sh:sourceShape bds:CheckPersonNameClass ;
  42. sh:value bdr:NMC2A097019ABA499F
  43. ]
  44. ] .
  45.  
  46. [ a sh:ValidationReport ;
  47. sh:conforms true
  48. ] .
Add Comment
Please, Sign In to add comment