Done
Details
Details
Assignee
Punnoose Kutty Jacob Pullolickal
Punnoose Kutty Jacob PullolickalReporter
Punnoose Kutty Jacob Pullolickal
Punnoose Kutty Jacob PullolickalLabels
Priority
Story Points
1
Sprint
None
Development Team
Citation
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created September 9, 2024 at 2:22 PM
Updated 2 days ago
Resolved September 30, 2024 at 1:38 PM
Scope 1:
At present, 110 & 710 are converted to Organization resource description. Purpose of this ticket is to update the mapping as follows
When ind1==1, then create Jurisdiction resource
Else, create Organization resource as we do today.
For marc 110, create an outgoing edge http://bibfra.me/vocab/lite/creator from the Work resource
For marc 710, create an outgoing edge http://bibfra.me/vocab/lite/contributor from the Work resource
Type:
http://bibfra.me/vocab/lite/Jurisdiction
Properties
http://bibfra.me/vocab/lite/name
$a
http://bibfra.me/vocab/marc/subordinateUnit
$b
http://bibfra.me/vocab/marc/place
$c
http://bibfra.me/vocab/lite/date
$d
http://bibfra.me/vocab/scholar/affiliation
$u
http://bibfra.me/vocab/lite/authorityLink
$0
http://bibfra.me/vocab/lite/equivalent
$1
http://bibfra.me/vocab/marc/linkage
$6
http://bibfra.me/vocab/marc/controlField
$7
http://bibfra.me/vocab/marc/fieldLink
$8
Scope 2:
Linked data to graph transformation is in scope of this story.
Scope 3:
Test
GET /resource/{id}
API and ensure that creators and contributors withtype = JURISDICTION
are returned in the responseTest
POST /resource
andPUT /resource/{id}
API and ensure that work can be linked to JURISDICTION resources.