Skip to content

Commit

Permalink
Cut errant rdf:list artifact
Browse files Browse the repository at this point in the history
Somewhere in the chain between core rdflib, pyshacl, and
rdf-toolkit.jar, the normalized Turtle content sometimes picks up
redundant list artifacts that vary between runs.  The anonymous list cut
in this patch has been seen to waver in how much of it is left as a
detached blank node.

This patch removes the orphaned list.  Guidance needs to be provided
that, as long as this bug in the tool stack persists, the Make-managed
generated output should not have it Git-tracked.

References:
* #406

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Aug 18, 2022
1 parent c3f8a16 commit 8e6056c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/examples/hash_XFAIL_validation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@
@prefix vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

[]
rdf:first "SHA1"^^vocabulary:HashNameVocab ;
rdf:rest (
"SHA224"^^vocabulary:HashNameVocab
"SHA256"^^vocabulary:HashNameVocab
"SHA384"^^vocabulary:HashNameVocab
"SHA512"^^vocabulary:HashNameVocab
"SSDEEP"^^vocabulary:HashNameVocab
) ;
.

[]
a sh:ValidationReport ;
sh:conforms "false"^^xsd:boolean ;
Expand Down

0 comments on commit 8e6056c

Please sign in to comment.