File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "@id" :
77 (if has ("doi" )
88 then "https://doi.org/" + .doi
9- elif has ("@id" )
10- then "https://repository.publisso.de/resource/" + . ["@id" ]
11- else null
9+ else "https://repository.publisso.de/resource/" + . ["@id" ]
1210 end ),
1311 "name" : (if has ("title" ) then (.title []) else null end ),
1412 "alternativeHeadline" : (if has ("alternative" ) then .alternative [0 ] else null end ),
2220 "url" : ("https://doi.org/" + .doi )
2321 }
2422 else empty end ),
25- (if has ("@id" ) then
26- {
27- "@type" : "PropertyValue" ,
28- "propertyID" : "frl-internal" ,
29- "value" : . ["@id" ],
30- "url" : ("https://repository.publisso.de/resource/" + . ["@id" ])
31- }
32- else empty end )
23+ {
24+ "@type" : "PropertyValue" ,
25+ "propertyID" : "frl-internal" ,
26+ "value" : . ["@id" ],
27+ "url" : ("https://repository.publisso.de/resource/" + . ["@id" ])
28+ }
3329 ]),
3430
3531 "creator" :
You can’t perform that action at this time.
0 commit comments