File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,12 @@ class TestOsfmapJsonMiniDeriver(BaseIndexcardDeriverTest):
154154 },
155155 'osfmap-registration' : {
156156 "@id" : "https://osf.example/2c4st" ,
157+ "accessService" : [{
158+ "@id" : "https://osf.example" ,
159+ "identifier" : [{"@value" : "https://osf.example" }],
160+ "name" : [{"@value" : "OSF" }],
161+ "resourceType" : [{"@id" : "Agent" }, {"@id" : "Organization" }],
162+ }],
157163 "resourceType" : [
158164 {"@id" : "Registration" }
159165 ],
@@ -455,6 +461,10 @@ class TestOsfmapJsonMiniDeriver(BaseIndexcardDeriverTest):
455461 ]
456462 }
457463 ],
464+ "qualifiedAttribution" : [{
465+ "agent" : [{"@id" : "https://osf.example/bhcjn" }],
466+ "hadRole" : [{"@id" : "osf:admin-contributor" }],
467+ }],
458468 "archivedAt" : [
459469 {"@id" : "https://archive.example/details/osf-registrations-2c4st-v1" }
460470 ],
You can’t perform that action at this time.
0 commit comments