Skip to content

Commit d491815

Browse files
committed
Clean errant list fragment
It's unclear what causes these to appear, but it is believed to be something between UCO Issue 435 where `rdf:List`s became fully duplicated in SHACL shapes, the recent release of rdflib 6.2.0, and/or potentially a bug in the rdf-toolkit normalization. References: * ucoProject/UCO#435 Signed-off-by: Alex Nelson <[email protected]>
1 parent 1e9e3ae commit d491815

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/case_utils/case_validate/uco_test_examples/hash_XFAIL_validation.ttl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@
66
@prefix vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
77
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
88

9-
[]
10-
rdf:first "MD6"^^vocabulary:HashNameVocab ;
11-
rdf:rest (
12-
"SHA1"^^vocabulary:HashNameVocab
13-
"SHA224"^^vocabulary:HashNameVocab
14-
"SHA256"^^vocabulary:HashNameVocab
15-
"SHA384"^^vocabulary:HashNameVocab
16-
"SHA512"^^vocabulary:HashNameVocab
17-
"SSDEEP"^^vocabulary:HashNameVocab
18-
) ;
19-
.
20-
219
[]
2210
a sh:ValidationReport ;
2311
sh:conforms "false"^^xsd:boolean ;

0 commit comments

Comments
 (0)