Skip to content

Commit 38243b3

Browse files
committed
(1) Changed 'sh:targetNode: ro' to 'sh:targetClass: ro-crate:RootDataEntity', (2) Replaced 'sh:or' with 'sh:xone', and (3) added a test to account for the new potential failing situation introduced by point 2.
1 parent 6399536 commit 38243b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/profiles/five-safes-crate/test_5src_5_profile_conformance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def test_5src_root_data_entity_has_date_published_but_not_publisher():
134134
SPARQL_PREFIXES
135135
+ """
136136
DELETE {
137-
?rootdataentity schema:datePublished ?datePublished .
137+
?rootdataentity schema:publisher ?publisher .
138138
}
139139
WHERE {
140140
?metadatafile a schema:CreativeWork ;

0 commit comments

Comments
 (0)