-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding spoofed systemmetadata file for creator-role json-ld test case
- Loading branch information
1 parent
70f1d37
commit b2ab6d5
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
...ources/org/dataone/cn/index/resources/d1_testdocs/json-ld/creator-role/systemmetadata.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<ns1:systemMetadata xmlns:ns1="http://ns.dataone.org/service/types/v2.0"> | ||
<serialVersion>1</serialVersion> | ||
<identifier>creator-role.jsonld</identifier> | ||
<formatId>science-on-schema.org/Dataset;ld+json</formatId> | ||
<size>498</size> | ||
<checksum algorithm="MD5"></checksum> | ||
<submitter>dataone_integration_test_user</submitter> | ||
<rightsHolder>dataone_integration_test_user</rightsHolder> | ||
<accessPolicy> | ||
<allow> | ||
<subject>dataone_public_user</subject> | ||
<permission>read</permission> | ||
</allow> | ||
<allow> | ||
<subject>dataone_integration_test_user</subject> | ||
<permission>write</permission> | ||
</allow> | ||
</accessPolicy> | ||
<replicationPolicy replicationAllowed="true"/> | ||
<dateUploaded>2024-08-17T11:59:47.171874</dateUploaded> | ||
<dateSysMetadataModified>2024-08-17T11:59:47.173344</dateSysMetadataModified> | ||
<originMemberNode>test_documents</originMemberNode> | ||
<authoritativeMemberNode>test_documents</authoritativeMemberNode> | ||
</ns1:systemMetadata> | ||
|