@prefix this: . @prefix sub: . @prefix np: . @prefix grlc: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:get-project-summary-svg a grlc:grlc-query; dct:description "Computes an SVG summary diagram of a FAIR project: the activities that produced its results on the left and the outputs they yielded on the right, the evidence and arguments those activities generated above them, the higher-level statements that evidence supports above that, and the people and their institutions below. Evidence and activities are grouped by type; outputs, people and institutions by kind and role. Every box links to the resource it stands for, on its part page within the project space."; dct:license ; rdfs:label "Get project summary diagram as SVG"; grlc:endpoint ; grlc:sparql """prefix rdfs: prefix dct: prefix np: prefix npa: prefix npx: prefix gen: prefix ff: prefix obo: prefix hycl: prefix cito: prefix foaf: prefix prov: prefix xsd: prefix skos: prefix wd: select (concat( ' ?nout, ?nact, ?nout)) * 20 + 14) + 26) + (floor((?nppl + 3) / 4) * 20 + 14) + 26) + (floor((?ninst + 1) / 2) * 20 + 14) + 12)), '\" width=\"1393\" height=\"', str(round(((((((?hd + (floor((?nkno + 0) / 1) * 20 + 14) + 28) + (floor((?nev + 1) / 2) * 20 + 14) + 28) + ((if(?nact > ?nout, ?nact, ?nout)) * 20 + 14) + 26) + (floor((?nppl + 3) / 4) * 20 + 14) + 26) + (floor((?ninst + 1) / 2) * 20 + 14) + 12)) * 8 / 5)), '\" font-family=\"Noto Emoji, Inter, Verdana, Helvetica, sans-serif\">', ?theader, ?dheader, '๐Ÿ’ก Knowledge', '', '', ?boxeskno, '', 'โš– Evidence & Arguments', '', '', ?boxesev, '', '๐Ÿ”ฌ Activities', ' ?nout, ?nact, ?nout)) * 20 + 14)), '\" rx=\"4\" fill=\"#f4f4f4\" stroke=\"#888\">', '', ?boxesact, '', '๐Ÿ“ฆ Outputs', ' ?nout, ?nact, ?nout)) * 20 + 14)), '\" rx=\"4\" fill=\"#f4f4f4\" stroke=\"#888\">', '', ?boxesout, '', ' ?nout, ?nact, ?nout)) * 20 + 14) + 26) - 8), '\" font-size=\"11\" font-weight=\"bold\" fill=\"#444\">๐Ÿ‘ฅ People', ' ?nout, ?nact, ?nout)) * 20 + 14) + 26)), '\" width=\"848\" height=\"', str((floor((?nppl + 3) / 4) * 20 + 14)), '\" rx=\"4\" fill=\"#f4f4f4\" stroke=\"#888\">', ' ?nout, ?nact, ?nout)) * 20 + 14) + 26) + 6), ')\">', ?boxesppl, '', ' ?nout, ?nact, ?nout)) * 20 + 14) + 26) + (floor((?nppl + 3) / 4) * 20 + 14) + 26) - 8), '\" font-size=\"11\" font-weight=\"bold\" fill=\"#444\">๐Ÿ› Institutions', ' ?nout, ?nact, ?nout)) * 20 + 14) + 26) + (floor((?nppl + 3) / 4) * 20 + 14) + 26)), '\" width=\"850\" height=\"', str((floor((?ninst + 1) / 2) * 20 + 14)), '\" rx=\"4\" fill=\"#f4f4f4\" stroke=\"#888\">', ' ?nout, ?nact, ?nout)) * 20 + 14) + 26) + (floor((?nppl + 3) / 4) * 20 + 14) + 26) + 6), ')\">', ?boxesinst, '', ' ?nout, ?nact, ?nout)) * 20 + 14) / 2) + 9), '\" text-anchor=\"middle\" font-size=\"30\" fill=\"#888\">โžค', 'โžค', 'โžค', 'โžค', ' ?nout, ?nact, ?nout)) * 20 + 14) + 26) - 13), '\" text-anchor=\"middle\" font-size=\"30\" fill=\"#888\" transform=\"rotate(-90 223 ', str((((?hd + (floor((?nkno + 0) / 1) * 20 + 14) + 28) + (floor((?nev + 1) / 2) * 20 + 14) + 28) + ((if(?nact > ?nout, ?nact, ?nout)) * 20 + 14) + 26) - 13), ')\">โžค', ' ?nout, ?nact, ?nout)) * 20 + 14) + 26) - 13), '\" text-anchor=\"middle\" font-size=\"30\" fill=\"#888\" transform=\"rotate(-90 664 ', str((((?hd + (floor((?nkno + 0) / 1) * 20 + 14) + 28) + (floor((?nev + 1) / 2) * 20 + 14) + 28) + ((if(?nact > ?nout, ?nact, ?nout)) * 20 + 14) + 26) - 13), ')\">โžค', '') as ?svg) where { { select (group_concat(distinct ?boxkno; separator=\"\") as ?boxeskno) (count(*) as ?nkno) where { { select ?irikno ?lblkno ?icokno ?typkno ?rrankkno (count(distinct ?okno) as ?iykno) where { values ?_project_multi_iri {} { select ?irikno (min(?labelkno) as ?lblkno) (min(?iconkno) as ?icokno) (group_concat(distinct ?typekno; separator=\", \") as ?typkno) (min(?rrkno) as ?rrankkno) (sample(?memberPubkeys) as ?mpkkno) where { values ?_project_multi_iri {} service { select (group_concat(?mpk; separator=\" \") as ?memberPubkeys) where { graph npa:graph { npa:hasCurrentSpaceState ?stateG . } values ?_project_multi_iri {} graph ?stateG { ?_project_multi_iri npa:isMaintainedBy? ?space . ?ri a gen:RoleInstantiation ; npa:forSpace ?space ; npa:forAgent ?agent ; npa:hasRoleType ?roleType . filter(?roleType in (gen:AdminRole, gen:MaintainerRole, gen:MemberRole)) ?acct a npa:AccountState ; npa:agent ?agent ; npa:pubkey ?mpk . } } } graph npa:graph { ?nprgkno np:hasAssertion ?argkno ; npa:hasValidSignatureForPublicKeyHash ?pkrgkno . filter not exists { ?ixrgkno npx:invalidates ?nprgkno ; npa:hasValidSignatureForPublicKeyHash ?pkrgkno . } filter not exists { ?sxrgkno npx:supersedes ?nprgkno . } } filter(contains(?memberPubkeys, ?pkrgkno)) graph ?argkno { ?irikno (hycl:hasMoreGeneralMeaningThan|^|gen:isRelevantFor) ?anchorkno . } graph npa:graph { ?npgnkno np:hasAssertion ?agnkno ; npa:hasValidSignatureForPublicKeyHash ?pkgnkno . filter not exists { ?ixgnkno npx:invalidates ?npgnkno ; npa:hasValidSignatureForPublicKeyHash ?pkgnkno . } filter not exists { ?sxgnkno npx:supersedes ?npgnkno . } } filter(contains(?memberPubkeys, ?pkgnkno)) graph ?agnkno { ?irikno (hycl:hasMoreGeneralMeaningThan|^) ?genkno . } optional { graph npa:graph { ?npsgkno np:hasAssertion ?asgkno ; npa:hasValidSignatureForPublicKeyHash ?pksgkno . filter not exists { ?ixsgkno npx:invalidates ?npsgkno ; npa:hasValidSignatureForPublicKeyHash ?pksgkno . } filter not exists { ?sxsgkno npx:supersedes ?npsgkno . } } filter(contains(?memberPubkeys, ?pksgkno)) graph ?asgkno { ?studygkno a obo:OBI_0000066 ; dct:isPartOf ?_project_multi_iri . } } optional { graph npa:graph { ?npfgkno np:hasAssertion ?afgkno ; npa:hasValidSignatureForPublicKeyHash ?pkfgkno . filter not exists { ?ixfgkno npx:invalidates ?npfgkno ; npa:hasValidSignatureForPublicKeyHash ?pkfgkno . } filter not exists { ?sxfgkno npx:supersedes ?npfgkno . } } filter(contains(?memberPubkeys, ?pkfgkno)) graph ?afgkno { ?anchorkno a hycl:AIDA-Sentence ; cito:obtainsSupportFrom ?supkno . } } optional { graph npa:graph { ?nphgkno np:hasAssertion ?ahgkno ; npa:hasValidSignatureForPublicKeyHash ?pkhgkno . filter not exists { ?ixhgkno npx:invalidates ?nphgkno ; npa:hasValidSignatureForPublicKeyHash ?pkhgkno . } filter not exists { ?sxhgkno npx:supersedes ?nphgkno . } } filter(contains(?memberPubkeys, ?pkhgkno)) graph ?ahgkno { ?anchorkno cito:obtainsSupportFrom ?midkno . } graph npa:graph { ?npegkno np:hasAssertion ?aegkno ; npa:hasValidSignatureForPublicKeyHash ?pkegkno . filter not exists { ?ixegkno npx:invalidates ?npegkno ; npa:hasValidSignatureForPublicKeyHash ?pkegkno . } filter not exists { ?sxegkno npx:supersedes ?npegkno . } } filter(contains(?memberPubkeys, ?pkegkno)) graph ?aegkno { ?midkno prov:wasGeneratedBy ?viakno . } } optional { graph npa:graph { ?npqgkno np:hasAssertion ?aqgkno ; npa:hasValidSignatureForPublicKeyHash ?pkqgkno . filter not exists { ?ixqgkno npx:invalidates ?npqgkno ; npa:hasValidSignatureForPublicKeyHash ?pkqgkno . } filter not exists { ?sxqgkno npx:supersedes ?npqgkno . } } filter(contains(?memberPubkeys, ?pkqgkno)) graph ?aqgkno { ?anchorkno prov:wasGeneratedBy ?pstkno . } } optional { graph npa:graph { ?npu1kno np:hasAssertion ?au1kno ; npa:hasValidSignatureForPublicKeyHash ?pku1kno . filter not exists { ?ixu1kno npx:invalidates ?npu1kno ; npa:hasValidSignatureForPublicKeyHash ?pku1kno . } filter not exists { ?sxu1kno npx:supersedes ?npu1kno . } } filter(contains(?memberPubkeys, ?pku1kno)) graph ?au1kno { ?anchorkno (hycl:hasMoreGeneralMeaningThan|^) ?upkno . } graph npa:graph { ?npu2kno np:hasAssertion ?au2kno ; npa:hasValidSignatureForPublicKeyHash ?pku2kno . filter not exists { ?ixu2kno npx:invalidates ?npu2kno ; npa:hasValidSignatureForPublicKeyHash ?pku2kno . } filter not exists { ?sxu2kno npx:supersedes ?npu2kno . } } filter(contains(?memberPubkeys, ?pku2kno)) graph ?au2kno { ?upkno cito:obtainsSupportFrom ?upsupkno . } } optional { graph npa:graph { ?npu3kno np:hasAssertion ?au3kno ; npa:hasValidSignatureForPublicKeyHash ?pku3kno . filter not exists { ?ixu3kno npx:invalidates ?npu3kno ; npa:hasValidSignatureForPublicKeyHash ?pku3kno . } filter not exists { ?sxu3kno npx:supersedes ?npu3kno . } } filter(contains(?memberPubkeys, ?pku3kno)) graph ?au3kno { ?anchorkno (hycl:hasMoreGeneralMeaningThan|^) ?uprkno . } graph npa:graph { ?npu4kno np:hasAssertion ?au4kno ; npa:hasValidSignatureForPublicKeyHash ?pku4kno . filter not exists { ?ixu4kno npx:invalidates ?npu4kno ; npa:hasValidSignatureForPublicKeyHash ?pku4kno . } filter not exists { ?sxu4kno npx:supersedes ?npu4kno . } } filter(contains(?memberPubkeys, ?pku4kno)) graph ?au4kno { ?uprkno gen:isRelevantFor ?_project_multi_iri . } } filter(strstarts(str(?irikno), \"http://purl.org/aida/\")) filter(?anchorkno = ?_project_multi_iri || coalesce(?supkno = ?studygkno, false) || coalesce(?viakno = ?studygkno, false) || coalesce(?pstkno = ?studygkno, false) || coalesce(?upsupkno = ?studygkno, false) || bound(?uprkno)) bind(replace(replace(replace(replace(replace(replace(strafter(str(?irikno), \"http://purl.org/aida/\"), \"[+]\", \" \"), \"%2C\", \",\"), \"%3A\", \":\"), \"%28\", \"(\"), \"%29\", \")\"), \"%25\", \"%\") as ?labelkno) optional { graph npa:graph { ?nppvkno np:hasAssertion ?apvkno ; npa:hasValidSignatureForPublicKeyHash ?pkpvkno . filter not exists { ?ixpvkno npx:invalidates ?nppvkno ; npa:hasValidSignatureForPublicKeyHash ?pkpvkno . } filter not exists { ?sxpvkno npx:supersedes ?nppvkno . } } graph ?apvkno { ?anyproofkno ?irikno . } } bind(if(bound(?anyproofkno), \"proved\", \"supported\") as ?typekno) bind(0 as ?rrkno) bind(if(?typekno = \"proved\", \"๐Ÿ“\", \"๐Ÿ’ก\") as ?iconkno) } group by ?irikno } optional { graph npa:graph { ?onprgkno np:hasAssertion ?oargkno ; npa:hasValidSignatureForPublicKeyHash ?opkrgkno . filter not exists { ?oixrgkno npx:invalidates ?onprgkno ; npa:hasValidSignatureForPublicKeyHash ?opkrgkno . } filter not exists { ?osxrgkno npx:supersedes ?onprgkno . } } graph ?oargkno { ?okno (hycl:hasMoreGeneralMeaningThan|^|gen:isRelevantFor) ?oanchorkno . } graph npa:graph { ?onpgnkno np:hasAssertion ?oagnkno ; npa:hasValidSignatureForPublicKeyHash ?opkgnkno . filter not exists { ?oixgnkno npx:invalidates ?onpgnkno ; npa:hasValidSignatureForPublicKeyHash ?opkgnkno . } filter not exists { ?osxgnkno npx:supersedes ?onpgnkno . } } graph ?oagnkno { ?okno (hycl:hasMoreGeneralMeaningThan|^) ?ogenkno . } optional { graph npa:graph { ?onpsgkno np:hasAssertion ?oasgkno ; npa:hasValidSignatureForPublicKeyHash ?opksgkno . filter not exists { ?oixsgkno npx:invalidates ?onpsgkno ; npa:hasValidSignatureForPublicKeyHash ?opksgkno . } filter not exists { ?osxsgkno npx:supersedes ?onpsgkno . } } graph ?oasgkno { ?ostudygkno a obo:OBI_0000066 ; dct:isPartOf ?_project_multi_iri . } } optional { graph npa:graph { ?onpfgkno np:hasAssertion ?oafgkno ; npa:hasValidSignatureForPublicKeyHash ?opkfgkno . filter not exists { ?oixfgkno npx:invalidates ?onpfgkno ; npa:hasValidSignatureForPublicKeyHash ?opkfgkno . } filter not exists { ?osxfgkno npx:supersedes ?onpfgkno . } } graph ?oafgkno { ?oanchorkno a hycl:AIDA-Sentence ; cito:obtainsSupportFrom ?osupkno . } } optional { graph npa:graph { ?onphgkno np:hasAssertion ?oahgkno ; npa:hasValidSignatureForPublicKeyHash ?opkhgkno . filter not exists { ?oixhgkno npx:invalidates ?onphgkno ; npa:hasValidSignatureForPublicKeyHash ?opkhgkno . } filter not exists { ?osxhgkno npx:supersedes ?onphgkno . } } graph ?oahgkno { ?oanchorkno cito:obtainsSupportFrom ?omidkno . } graph npa:graph { ?onpegkno np:hasAssertion ?oaegkno ; npa:hasValidSignatureForPublicKeyHash ?opkegkno . filter not exists { ?oixegkno npx:invalidates ?onpegkno ; npa:hasValidSignatureForPublicKeyHash ?opkegkno . } filter not exists { ?osxegkno npx:supersedes ?onpegkno . } } graph ?oaegkno { ?omidkno prov:wasGeneratedBy ?oviakno . } } optional { graph npa:graph { ?onpqgkno np:hasAssertion ?oaqgkno ; npa:hasValidSignatureForPublicKeyHash ?opkqgkno . filter not exists { ?oixqgkno npx:invalidates ?onpqgkno ; npa:hasValidSignatureForPublicKeyHash ?opkqgkno . } filter not exists { ?osxqgkno npx:supersedes ?onpqgkno . } } graph ?oaqgkno { ?oanchorkno prov:wasGeneratedBy ?opstkno . } } optional { graph npa:graph { ?onpu1kno np:hasAssertion ?oau1kno ; npa:hasValidSignatureForPublicKeyHash ?opku1kno . filter not exists { ?oixu1kno npx:invalidates ?onpu1kno ; npa:hasValidSignatureForPublicKeyHash ?opku1kno . } filter not exists { ?osxu1kno npx:supersedes ?onpu1kno . } } graph ?oau1kno { ?oanchorkno (hycl:hasMoreGeneralMeaningThan|^) ?oupkno . } graph npa:graph { ?onpu2kno np:hasAssertion ?oau2kno ; npa:hasValidSignatureForPublicKeyHash ?opku2kno . filter not exists { ?oixu2kno npx:invalidates ?onpu2kno ; npa:hasValidSignatureForPublicKeyHash ?opku2kno . } filter not exists { ?osxu2kno npx:supersedes ?onpu2kno . } } graph ?oau2kno { ?oupkno cito:obtainsSupportFrom ?oupsupkno . } } optional { graph npa:graph { ?onpu3kno np:hasAssertion ?oau3kno ; npa:hasValidSignatureForPublicKeyHash ?opku3kno . filter not exists { ?oixu3kno npx:invalidates ?onpu3kno ; npa:hasValidSignatureForPublicKeyHash ?opku3kno . } filter not exists { ?osxu3kno npx:supersedes ?onpu3kno . } } graph ?oau3kno { ?oanchorkno (hycl:hasMoreGeneralMeaningThan|^) ?ouprkno . } graph npa:graph { ?onpu4kno np:hasAssertion ?oau4kno ; npa:hasValidSignatureForPublicKeyHash ?opku4kno . filter not exists { ?oixu4kno npx:invalidates ?onpu4kno ; npa:hasValidSignatureForPublicKeyHash ?opku4kno . } filter not exists { ?osxu4kno npx:supersedes ?onpu4kno . } } graph ?oau4kno { ?ouprkno gen:isRelevantFor ?_project_multi_iri . } } filter(strstarts(str(?okno), \"http://purl.org/aida/\")) filter(?oanchorkno = ?_project_multi_iri || coalesce(?osupkno = ?ostudygkno, false) || coalesce(?oviakno = ?ostudygkno, false) || coalesce(?opstkno = ?ostudygkno, false) || coalesce(?oupsupkno = ?ostudygkno, false) || bound(?ouprkno)) bind(0 as ?orrkno) filter(concat(str(?orrkno), \"|\", str(?okno)) < concat(str(?rrankkno), \"|\", str(?irikno)) && (!bound(?opkegkno) || contains(?mpkkno, ?opkegkno)) && (!bound(?opkfgkno) || contains(?mpkkno, ?opkfgkno)) && (!bound(?opkgnkno) || contains(?mpkkno, ?opkgnkno)) && (!bound(?opkhgkno) || contains(?mpkkno, ?opkhgkno)) && (!bound(?opkqgkno) || contains(?mpkkno, ?opkqgkno)) && (!bound(?opkrgkno) || contains(?mpkkno, ?opkrgkno)) && (!bound(?opksgkno) || contains(?mpkkno, ?opksgkno)) && (!bound(?opku1kno) || contains(?mpkkno, ?opku1kno)) && (!bound(?opku2kno) || contains(?mpkkno, ?opku2kno)) && (!bound(?opku3kno) || contains(?mpkkno, ?opku3kno)) && (!bound(?opku4kno) || contains(?mpkkno, ?opku4kno))) } } group by ?irikno ?lblkno ?icokno ?typkno ?rrankkno } bind((?iykno - floor(?iykno / 1) * 1) * 843 as ?bxkno) bind(floor(?iykno / 1) * 20 as ?bykno) bind(xsd:integer(floor((827 - 26 - strlen(?typkno) * 4.6) / 5.15)) as ?cap0kno) bind(if(?cap0kno < 8, 8, ?cap0kno) as ?capkno) bind(if(strlen(?lblkno) > ?capkno, concat(substr(?lblkno, 1, ?capkno - 1), \"โ€ฆ\"), ?lblkno) as ?tkno) bind(replace(replace(replace(?tkno, \"&\", \"&\"), \"<\", \"<\"), \">\", \">\") as ?esckno) bind(replace(replace(replace(?lblkno, \"&\", \"&\"), \"<\", \"<\"), \">\", \">\") as ?fullkno) bind(concat('', '', '', ?fullkno, '', ?icokno, ' ', ?esckno, '', '', ?typkno, '') as ?boxkno) } } { select (group_concat(distinct ?boxev; separator=\"\") as ?boxesev) (count(*) as ?nev) where { { select ?iriev ?lblev ?icoev ?typev ?rrankev (count(distinct ?oev) as ?iyev) where { values ?_project_multi_iri {} { select ?iriev (min(?labelev) as ?lblev) (min(?iconev) as ?icoev) (group_concat(distinct ?typeev; separator=\", \") as ?typev) (min(?rrev) as ?rrankev) (sample(?memberPubkeys) as ?mpkev) where { values ?_project_multi_iri {} service { select (group_concat(?mpk; separator=\" \") as ?memberPubkeys) where { graph npa:graph { npa:hasCurrentSpaceState ?stateG . } values ?_project_multi_iri {} graph ?stateG { ?_project_multi_iri npa:isMaintainedBy? ?space . ?ri a gen:RoleInstantiation ; npa:forSpace ?space ; npa:forAgent ?agent ; npa:hasRoleType ?roleType . filter(?roleType in (gen:AdminRole, gen:MaintainerRole, gen:MemberRole)) ?acct a npa:AccountState ; npa:agent ?agent ; npa:pubkey ?mpk . } } } graph npa:graph { ?npsev np:hasAssertion ?asev ; npa:hasValidSignatureForPublicKeyHash ?pksev . filter not exists { ?ixsev npx:invalidates ?npsev ; npa:hasValidSignatureForPublicKeyHash ?pksev . } filter not exists { ?sxsev npx:supersedes ?npsev . } } filter(contains(?memberPubkeys, ?pksev)) graph ?asev { ?studyev a obo:OBI_0000066 ; dct:isPartOf ?_project_multi_iri . } graph npa:graph { ?npev np:hasAssertion ?aev ; np:hasPublicationInfo ?piev ; npa:hasValidSignatureForPublicKeyHash ?pkev . filter not exists { ?ixev npx:invalidates ?npev ; npa:hasValidSignatureForPublicKeyHash ?pkev . } filter not exists { ?sxev npx:supersedes ?npev . } } filter(contains(?memberPubkeys, ?pkev)) graph ?aev { ?iriev a ?baseev ; prov:wasGeneratedBy ?studyev . values ?baseev { obo:ECO_0000000 wd:Q11538 } } optional { graph ?aev { ?iriev rdfs:label ?laev } } optional { graph ?aev { ?iriev a ?subev . filter(?subev != obo:ECO_0000000 && strstarts(str(?subev), \"http://purl.obolibrary.org/obo/ECO_\")) } graph ?piev { ?subev rdfs:label ?sublev } } bind(coalesce(?laev, replace(str(?iriev), \"^.*[/#]\", \"\")) as ?labelev) bind(coalesce(?sublev, if(?baseev = wd:Q11538, \"proof\", \"evidence\")) as ?typeev) bind(coalesce(?sublev, if(?baseev = wd:Q11538, \"proof\", \"evidence\")) as ?rrev) bind(if(?typeev = \"proof\", \"๐Ÿ“\", if(contains(?typeev, \"combinatorial\"), \"๐Ÿงฉ\", if(contains(?typeev, \"similarity\"), \"๐Ÿงฌ\", if(contains(?typeev, \"computational\"), \"๐Ÿ–ฅ\", if(contains(?typeev, \"documented\"), \"๐Ÿ“‘\", if(contains(?typeev, \"high throughput\"), \"๐Ÿงซ\", if(contains(?typeev, \"inferential\"), \"๐Ÿง \", \"๐Ÿ”Ž\"))))))) as ?iconev) } group by ?iriev } optional { graph npa:graph { ?onpsev np:hasAssertion ?oasev ; npa:hasValidSignatureForPublicKeyHash ?opksev . filter not exists { ?oixsev npx:invalidates ?onpsev ; npa:hasValidSignatureForPublicKeyHash ?opksev . } filter not exists { ?osxsev npx:supersedes ?onpsev . } } graph ?oasev { ?ostudyev a obo:OBI_0000066 ; dct:isPartOf ?_project_multi_iri . } graph npa:graph { ?onpev np:hasAssertion ?oaev ; np:hasPublicationInfo ?opiev ; npa:hasValidSignatureForPublicKeyHash ?opkev . filter not exists { ?oixev npx:invalidates ?onpev ; npa:hasValidSignatureForPublicKeyHash ?opkev . } filter not exists { ?osxev npx:supersedes ?onpev . } } graph ?oaev { ?oev a ?obaseev ; prov:wasGeneratedBy ?ostudyev . values ?obaseev { obo:ECO_0000000 wd:Q11538 } } optional { graph ?oaev { ?oev a ?osubev . filter(?osubev != obo:ECO_0000000 && strstarts(str(?osubev), \"http://purl.obolibrary.org/obo/ECO_\")) } graph ?opiev { ?osubev rdfs:label ?osublev } } bind(coalesce(?osublev, if(?obaseev = wd:Q11538, \"proof\", \"evidence\")) as ?orrev) filter(concat(str(?orrev), \"|\", str(?oev)) < concat(str(?rrankev), \"|\", str(?iriev)) && (!bound(?opkev) || contains(?mpkev, ?opkev)) && (!bound(?opksev) || contains(?mpkev, ?opksev))) } } group by ?iriev ?lblev ?icoev ?typev ?rrankev } bind((?iyev - floor(?iyev / 2) * 2) * 421 as ?bxev) bind(floor(?iyev / 2) * 20 as ?byev) bind(xsd:integer(floor((405 - 26 - strlen(?typev) * 4.6) / 5.15)) as ?cap0ev) bind(if(?cap0ev < 8, 8, ?cap0ev) as ?capev) bind(if(strlen(?lblev) > ?capev, concat(substr(?lblev, 1, ?capev - 1), \"โ€ฆ\"), ?lblev) as ?tev) bind(replace(replace(replace(?tev, \"&\", \"&\"), \"<\", \"<\"), \">\", \">\") as ?escev) bind(replace(replace(replace(?lblev, \"&\", \"&\"), \"<\", \"<\"), \">\", \">\") as ?fullev) bind(concat('', '', '', ?fullev, '', ?icoev, ' ', ?escev, '', '', ?typev, '') as ?boxev) } } { select (group_concat(distinct ?boxact; separator=\"\") as ?boxesact) (count(*) as ?nact) where { { select ?iriact ?lblact ?icoact ?typact ?rrankact (count(distinct ?oact) as ?iyact) where { values ?_project_multi_iri {} { select ?iriact (min(?labelact) as ?lblact) (min(?iconact) as ?icoact) (group_concat(distinct ?typeact; separator=\", \") as ?typact) (min(?rract) as ?rrankact) (sample(?memberPubkeys) as ?mpkact) where { values ?_project_multi_iri {} service { select (group_concat(?mpk; separator=\" \") as ?memberPubkeys) where { graph npa:graph { npa:hasCurrentSpaceState ?stateG . } values ?_project_multi_iri {} graph ?stateG { ?_project_multi_iri npa:isMaintainedBy? ?space . ?ri a gen:RoleInstantiation ; npa:forSpace ?space ; npa:forAgent ?agent ; npa:hasRoleType ?roleType . filter(?roleType in (gen:AdminRole, gen:MaintainerRole, gen:MemberRole)) ?acct a npa:AccountState ; npa:agent ?agent ; npa:pubkey ?mpk . } } } graph npa:graph { ?npact np:hasAssertion ?aact ; np:hasPublicationInfo ?piact ; npa:hasValidSignatureForPublicKeyHash ?pkact . filter not exists { ?ixact npx:invalidates ?npact ; npa:hasValidSignatureForPublicKeyHash ?pkact . } filter not exists { ?sxact npx:supersedes ?npact . } } filter(contains(?memberPubkeys, ?pkact)) graph ?aact { ?iriact a obo:OBI_0000066 ; dct:isPartOf ?_project_multi_iri . } optional { graph ?aact { ?iriact rdfs:label ?laact } } optional { graph ?aact { ?iriact a ?subact . filter(?subact != obo:OBI_0000066 && strstarts(str(?subact), \"http://purl.obolibrary.org/obo/OBI_\")) } graph ?piact { ?subact rdfs:label ?sublact } } bind(coalesce(?laact, replace(str(?iriact), \"^.*[/#]\", \"\")) as ?labelact) bind(coalesce(replace(?sublact, \"investigation\", \"study\"), \"study\") as ?typeact) bind(coalesce(replace(?sublact, \"investigation\", \"study\"), \"study\") as ?rract) bind(if(contains(?typeact, \"observational\"), \"๐Ÿ‘\", if(contains(?typeact, \"surveillance\"), \"๐Ÿ“ก\", if(contains(?typeact, \"trial\"), \"๐Ÿ’‰\", \"๐Ÿงช\"))) as ?iconact) } group by ?iriact } optional { graph npa:graph { ?onpact np:hasAssertion ?oaact ; np:hasPublicationInfo ?opiact ; npa:hasValidSignatureForPublicKeyHash ?opkact . filter not exists { ?oixact npx:invalidates ?onpact ; npa:hasValidSignatureForPublicKeyHash ?opkact . } filter not exists { ?osxact npx:supersedes ?onpact . } } graph ?oaact { ?oact a obo:OBI_0000066 ; dct:isPartOf ?_project_multi_iri . } optional { graph ?oaact { ?oact a ?osubact . filter(?osubact != obo:OBI_0000066 && strstarts(str(?osubact), \"http://purl.obolibrary.org/obo/OBI_\")) } graph ?opiact { ?osubact rdfs:label ?osublact } } bind(coalesce(replace(?osublact, \"investigation\", \"study\"), \"study\") as ?orract) filter(concat(str(?orract), \"|\", str(?oact)) < concat(str(?rrankact), \"|\", str(?iriact)) && (!bound(?opkact) || contains(?mpkact, ?opkact))) } } group by ?iriact ?lblact ?icoact ?typact ?rrankact } bind((?iyact - floor(?iyact / 1) * 1) * 401 as ?bxact) bind(floor(?iyact / 1) * 20 as ?byact) bind(xsd:integer(floor((385 - 26 - strlen(?typact) * 4.6) / 5.15)) as ?cap0act) bind(if(?cap0act < 8, 8, ?cap0act) as ?capact) bind(if(strlen(?lblact) > ?capact, concat(substr(?lblact, 1, ?capact - 1), \"โ€ฆ\"), ?lblact) as ?tact) bind(replace(replace(replace(?tact, \"&\", \"&\"), \"<\", \"<\"), \">\", \">\") as ?escact) bind(replace(replace(replace(?lblact, \"&\", \"&\"), \"<\", \"<\"), \">\", \">\") as ?fullact) bind(concat('', '', '', ?fullact, '', ?icoact, ' ', ?escact, '', '', ?typact, '') as ?boxact) } } { select (group_concat(distinct ?boxout; separator=\"\") as ?boxesout) (count(*) as ?nout) where { { select ?iriout ?lblout ?icoout ?typout ?rrankout (count(distinct ?oout) as ?iyout) where { values ?_project_multi_iri {} { select ?iriout (min(?labelout) as ?lblout) (min(?iconout) as ?icoout) (group_concat(distinct ?typeout; separator=\", \") as ?typout) (min(?rrout) as ?rrankout) (sample(?memberPubkeys) as ?mpkout) where { values ?_project_multi_iri {} service { select (group_concat(?mpk; separator=\" \") as ?memberPubkeys) where { graph npa:graph { npa:hasCurrentSpaceState ?stateG . } values ?_project_multi_iri {} graph ?stateG { ?_project_multi_iri npa:isMaintainedBy? ?space . ?ri a gen:RoleInstantiation ; npa:forSpace ?space ; npa:forAgent ?agent ; npa:hasRoleType ?roleType . filter(?roleType in (gen:AdminRole, gen:MaintainerRole, gen:MemberRole)) ?acct a npa:AccountState ; npa:agent ?agent ; npa:pubkey ?mpk . } } } graph npa:graph { ?npout np:hasAssertion ?aout ; np:hasPublicationInfo ?piout ; npa:hasValidSignatureForPublicKeyHash ?pkout . filter not exists { ?ixout npx:invalidates ?npout ; npa:hasValidSignatureForPublicKeyHash ?pkout . } filter not exists { ?sxout npx:supersedes ?npout . } } filter(contains(?memberPubkeys, ?pkout)) graph ?aout { ?_project_multi_iri ?relout ?iriout . values ?relout { ff:has-article ff:has-dataset ff:has-software ff:has-method ff:has-dmp ff:has-presentation ff:has-blog-post ff:has-media-coverage ff:has-social-post ff:has-podcast ff:has-discussion } } optional { graph ?aout { ?iriout rdfs:label ?laout } } optional { graph ?piout { ?iriout foaf:name ?lfout } } optional { graph ?piout { ?iriout rdfs:label ?lqout } } bind(coalesce(?laout, ?lfout, ?lqout, replace(str(?iriout), \"^.*[/#]\", \"\")) as ?labelout) bind(strafter(str(?relout), \"https://w3id.org/fair/ff/terms/has-\") as ?rawout) bind(replace(?rawout, \"-\", \" \") as ?typeout) bind(if(?rawout = \"article\", 0, if(?rawout = \"dataset\", 1, if(?rawout = \"software\", 2, if(?rawout = \"method\", 3, if(?rawout = \"dmp\", 4, if(?rawout = \"presentation\", 5, if(?rawout = \"blog-post\", 6, 7))))))) as ?rrout) bind(if(?rawout = \"article\", \"๐Ÿ“„\", if(?rawout = \"software\", \"๐Ÿ’ป\", if(?rawout = \"dataset\", \"๐Ÿ’พ\", if(?rawout = \"presentation\", \"๐ŸŽค\", if(?rawout = \"blog-post\", \"๐Ÿ“\", if(?rawout = \"podcast\", \"๐ŸŽง\", if(?rawout = \"media-coverage\", \"๐Ÿ“ฐ\", if(?rawout = \"social-post\", \"๐Ÿ’ฌ\", if(?rawout = \"discussion\", \"๐Ÿ’ฌ\", if(?rawout = \"method\", \"๐Ÿ”ง\", if(?rawout = \"dmp\", \"๐Ÿ“‹\", \"๐Ÿ”—\"))))))))))) as ?iconout) } group by ?iriout } optional { graph npa:graph { ?onpout np:hasAssertion ?oaout ; np:hasPublicationInfo ?opiout ; npa:hasValidSignatureForPublicKeyHash ?opkout . filter not exists { ?oixout npx:invalidates ?onpout ; npa:hasValidSignatureForPublicKeyHash ?opkout . } filter not exists { ?osxout npx:supersedes ?onpout . } } graph ?oaout { ?_project_multi_iri ?orelout ?oout . values ?orelout { ff:has-article ff:has-dataset ff:has-software ff:has-method ff:has-dmp ff:has-presentation ff:has-blog-post ff:has-media-coverage ff:has-social-post ff:has-podcast ff:has-discussion } } bind(strafter(str(?orelout), \"https://w3id.org/fair/ff/terms/has-\") as ?orawout) bind(if(?orawout = \"article\", 0, if(?orawout = \"dataset\", 1, if(?orawout = \"software\", 2, if(?orawout = \"method\", 3, if(?orawout = \"dmp\", 4, if(?orawout = \"presentation\", 5, if(?orawout = \"blog-post\", 6, 7))))))) as ?orrout) filter(concat(str(?orrout), \"|\", str(?oout)) < concat(str(?rrankout), \"|\", str(?iriout)) && (!bound(?opkout) || contains(?mpkout, ?opkout))) } } group by ?iriout ?lblout ?icoout ?typout ?rrankout } bind((?iyout - floor(?iyout / 1) * 1) * 401 as ?bxout) bind(floor(?iyout / 1) * 20 as ?byout) bind(xsd:integer(floor((385 - 26 - strlen(?typout) * 4.6) / 5.15)) as ?cap0out) bind(if(?cap0out < 8, 8, ?cap0out) as ?capout) bind(if(strlen(?lblout) > ?capout, concat(substr(?lblout, 1, ?capout - 1), \"โ€ฆ\"), ?lblout) as ?tout) bind(replace(replace(replace(?tout, \"&\", \"&\"), \"<\", \"<\"), \">\", \">\") as ?escout) bind(replace(replace(replace(?lblout, \"&\", \"&\"), \"<\", \"<\"), \">\", \">\") as ?fullout) bind(concat('', '', '', ?fullout, '', ?icoout, ' ', ?escout, '', '', ?typout, '') as ?boxout) } } { select (group_concat(distinct ?boxppl; separator=\"\") as ?boxesppl) (count(*) as ?nppl) where { { select ?irippl ?lblppl ?icoppl ?typppl ?rrankppl (count(distinct ?oppl) as ?iyppl) where { values ?_project_multi_iri {} { select ?irippl (min(?labelppl) as ?lblppl) (min(?iconppl) as ?icoppl) (group_concat(distinct ?typeppl; separator=\", \") as ?typppl) (min(?rrppl) as ?rrankppl) (sample(?memberPubkeys) as ?mpkppl) where { values ?_project_multi_iri {} service { select (group_concat(?mpk; separator=\" \") as ?memberPubkeys) where { graph npa:graph { npa:hasCurrentSpaceState ?stateG . } values ?_project_multi_iri {} graph ?stateG { ?_project_multi_iri npa:isMaintainedBy? ?space . ?ri a gen:RoleInstantiation ; npa:forSpace ?space ; npa:forAgent ?agent ; npa:hasRoleType ?roleType . filter(?roleType in (gen:AdminRole, gen:MaintainerRole, gen:MemberRole)) ?acct a npa:AccountState ; npa:agent ?agent ; npa:pubkey ?mpk . } } } graph npa:graph { ?npppl np:hasAssertion ?appl ; np:hasPublicationInfo ?pippl ; npa:hasValidSignatureForPublicKeyHash ?pkppl . filter not exists { ?ixppl npx:invalidates ?npppl ; npa:hasValidSignatureForPublicKeyHash ?pkppl . } filter not exists { ?sxppl npx:supersedes ?npppl . } } filter(contains(?memberPubkeys, ?pkppl)) graph ?appl { ?_project_multi_iri ?relppl ?irippl . values ?relppl { ff:has-principal-investigator ff:has-participant ff:has-data-steward gen:hasProjectLead ff:has-project-leader } } optional { graph ?appl { ?irippl rdfs:label ?lappl } } optional { graph ?pippl { ?irippl foaf:name ?lfppl } } optional { graph ?pippl { ?irippl rdfs:label ?lqppl } } bind(coalesce(?lappl, ?lfppl, ?lqppl, replace(str(?irippl), \"^.*[/#]\", \"\")) as ?labelppl) bind(if(?relppl = ff:has-principal-investigator, \"PI\", if(?relppl in (gen:hasProjectLead, ff:has-project-leader), \"project lead\", if(?relppl = ff:has-data-steward, \"data steward\", \"participant\"))) as ?typeppl) bind(if(?relppl = ff:has-principal-investigator, 0, if(?relppl in (gen:hasProjectLead, ff:has-project-leader), 1, if(?relppl = ff:has-data-steward, 2, 3))) as ?rrppl) bind(\"๐Ÿ‘ค\" as ?iconppl) } group by ?irippl } optional { graph npa:graph { ?onpppl np:hasAssertion ?oappl ; np:hasPublicationInfo ?opippl ; npa:hasValidSignatureForPublicKeyHash ?opkppl . filter not exists { ?oixppl npx:invalidates ?onpppl ; npa:hasValidSignatureForPublicKeyHash ?opkppl . } filter not exists { ?osxppl npx:supersedes ?onpppl . } } graph ?oappl { ?_project_multi_iri ?orelppl ?oppl . values ?orelppl { ff:has-principal-investigator ff:has-participant ff:has-data-steward gen:hasProjectLead ff:has-project-leader } } bind(if(?orelppl = ff:has-principal-investigator, 0, if(?orelppl in (gen:hasProjectLead, ff:has-project-leader), 1, if(?orelppl = ff:has-data-steward, 2, 3))) as ?orrppl) filter(concat(str(?orrppl), \"|\", str(?oppl)) < concat(str(?rrankppl), \"|\", str(?irippl)) && (!bound(?opkppl) || contains(?mpkppl, ?opkppl))) } } group by ?irippl ?lblppl ?icoppl ?typppl ?rrankppl } bind((?iyppl - floor(?iyppl / 4) * 4) * 210 as ?bxppl) bind(floor(?iyppl / 4) * 20 as ?byppl) bind(xsd:integer(floor((194 - 26 - strlen(?typppl) * 4.6) / 5.15)) as ?cap0ppl) bind(if(?cap0ppl < 8, 8, ?cap0ppl) as ?capppl) bind(if(strlen(?lblppl) > ?capppl, concat(substr(?lblppl, 1, ?capppl - 1), \"โ€ฆ\"), ?lblppl) as ?tppl) bind(replace(replace(replace(?tppl, \"&\", \"&\"), \"<\", \"<\"), \">\", \">\") as ?escppl) bind(replace(replace(replace(?lblppl, \"&\", \"&\"), \"<\", \"<\"), \">\", \">\") as ?fullppl) bind(concat('', '', '', ?fullppl, '', ?icoppl, ' ', ?escppl, '', '', ?typppl, '') as ?boxppl) } } { select (group_concat(distinct ?boxinst; separator=\"\") as ?boxesinst) (count(*) as ?ninst) where { { select ?iriinst ?lblinst ?icoinst ?typinst ?rrankinst (count(distinct ?oinst) as ?iyinst) where { values ?_project_multi_iri {} { select ?iriinst (min(?labelinst) as ?lblinst) (min(?iconinst) as ?icoinst) (group_concat(distinct ?typeinst; separator=\", \") as ?typinst) (min(?rrinst) as ?rrankinst) (sample(?memberPubkeys) as ?mpkinst) where { values ?_project_multi_iri {} service { select (group_concat(?mpk; separator=\" \") as ?memberPubkeys) where { graph npa:graph { npa:hasCurrentSpaceState ?stateG . } values ?_project_multi_iri {} graph ?stateG { ?_project_multi_iri npa:isMaintainedBy? ?space . ?ri a gen:RoleInstantiation ; npa:forSpace ?space ; npa:forAgent ?agent ; npa:hasRoleType ?roleType . filter(?roleType in (gen:AdminRole, gen:MaintainerRole, gen:MemberRole)) ?acct a npa:AccountState ; npa:agent ?agent ; npa:pubkey ?mpk . } } } graph npa:graph { ?npinst np:hasAssertion ?ainst ; np:hasPublicationInfo ?piinst ; npa:hasValidSignatureForPublicKeyHash ?pkinst . filter not exists { ?ixinst npx:invalidates ?npinst ; npa:hasValidSignatureForPublicKeyHash ?pkinst . } filter not exists { ?sxinst npx:supersedes ?npinst . } } filter(contains(?memberPubkeys, ?pkinst)) graph ?ainst { ?_project_multi_iri ?relinst ?iriinst . values ?relinst { ff:has-lead-institution ff:has-partner-institution ff:has-funder } } optional { graph ?ainst { ?iriinst rdfs:label ?lainst } } optional { graph ?piinst { ?iriinst foaf:name ?lfinst } } optional { graph ?piinst { ?iriinst rdfs:label ?lqinst } } bind(coalesce(?lainst, ?lfinst, ?lqinst, replace(str(?iriinst), \"^.*[/#]\", \"\")) as ?labelinst) bind(if(?relinst = ff:has-lead-institution, \"lead institution\", if(?relinst = ff:has-partner-institution, \"partner\", \"funder\")) as ?typeinst) bind(if(?relinst = ff:has-lead-institution, 0, if(?relinst = ff:has-partner-institution, 1, 2)) as ?rrinst) bind(if(?relinst = ff:has-funder, \"๐Ÿ’ถ\", \"๐Ÿ›\") as ?iconinst) } group by ?iriinst } optional { graph npa:graph { ?onpinst np:hasAssertion ?oainst ; np:hasPublicationInfo ?opiinst ; npa:hasValidSignatureForPublicKeyHash ?opkinst . filter not exists { ?oixinst npx:invalidates ?onpinst ; npa:hasValidSignatureForPublicKeyHash ?opkinst . } filter not exists { ?osxinst npx:supersedes ?onpinst . } } graph ?oainst { ?_project_multi_iri ?orelinst ?oinst . values ?orelinst { ff:has-lead-institution ff:has-partner-institution ff:has-funder } } bind(if(?orelinst = ff:has-lead-institution, 0, if(?orelinst = ff:has-partner-institution, 1, 2)) as ?orrinst) filter(concat(str(?orrinst), \"|\", str(?oinst)) < concat(str(?rrankinst), \"|\", str(?iriinst)) && (!bound(?opkinst) || contains(?mpkinst, ?opkinst))) } } group by ?iriinst ?lblinst ?icoinst ?typinst ?rrankinst } bind((?iyinst - floor(?iyinst / 2) * 2) * 421 as ?bxinst) bind(floor(?iyinst / 2) * 20 as ?byinst) bind(xsd:integer(floor((405 - 26 - strlen(?typinst) * 4.6) / 5.15)) as ?cap0inst) bind(if(?cap0inst < 8, 8, ?cap0inst) as ?capinst) bind(if(strlen(?lblinst) > ?capinst, concat(substr(?lblinst, 1, ?capinst - 1), \"โ€ฆ\"), ?lblinst) as ?tinst) bind(replace(replace(replace(?tinst, \"&\", \"&\"), \"<\", \"<\"), \">\", \">\") as ?escinst) bind(replace(replace(replace(?lblinst, \"&\", \"&\"), \"<\", \"<\"), \">\", \">\") as ?fullinst) bind(concat('', '', '', ?fullinst, '', ?icoinst, ' ', ?escinst, '', '', ?typinst, '') as ?boxinst) } } optional { { select ?slbl ?ssd ?sed where { values ?_project_multi_iri {} service { select (group_concat(?mpk; separator=\" \") as ?memberPubkeysHd) where { graph npa:graph { npa:hasCurrentSpaceState ?stateG . } values ?_project_multi_iri {} graph ?stateG { ?_project_multi_iri npa:isMaintainedBy? ?space . ?ri a gen:RoleInstantiation ; npa:forSpace ?space ; npa:forAgent ?agent ; npa:hasRoleType ?roleType . filter(?roleType in (gen:AdminRole, gen:MaintainerRole, gen:MemberRole)) ?acct a npa:AccountState ; npa:agent ?agent ; npa:pubkey ?mpk . } } } graph npa:graph { ?npsp np:hasAssertion ?asp ; np:hasPublicationInfo ?pisp ; npa:hasValidSignatureForPublicKeyHash ?pksp . filter not exists { ?ixsp npx:invalidates ?npsp ; npa:hasValidSignatureForPublicKeyHash ?pksp . } filter not exists { ?sxsp npx:supersedes ?npsp . } } filter(contains(?memberPubkeysHd, ?pksp)) graph ?asp { ?_project_multi_iri a gen:Space ; rdfs:label ?slbl . optional { ?_project_multi_iri | ?ssd } optional { ?_project_multi_iri | ?sed } } graph ?pisp { ?npsp dct:created ?crsp } } order by desc(?crsp) limit 1 } } bind(replace(replace(replace(coalesce(?slbl, \"\"), \"&\", \"&\"), \"<\", \"<\"), \">\", \">\") as ?stitle) bind(coalesce(substr(str(?ssd), 1, 10), \"\") as ?ssd1) bind(coalesce(substr(str(?sed), 1, 10), \"\") as ?sed1) bind(if(?ssd1 != \"\" && ?sed1 != \"\", concat(?ssd1, \" โ€“ \", ?sed1), concat(?ssd1, ?sed1)) as ?sdates) bind(if(?stitle = \"\", 26, if(?sdates = \"\", 50, 66)) as ?hd) bind(if(?stitle = \"\", \"\", concat('', ?stitle, '')) as ?theader) bind(if(?stitle = \"\" || ?sdates = \"\", \"\", concat('', ?sdates, '')) as ?dheader) }""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-08-21T11:42:35Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-project-summary-svg; npx:supersedes ; rdfs:label "Get project summary diagram as SVG"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "H+njpltwVbhB34F8XXfYBViXMCj17CUNiTr9xu4Hr2xzp+225p2aadTdisJlH1aCF6dbjnoPwtEfOZop4YiUHOETukW7npdrqLB8PJRH5oLN1ZS+FAO7GwQBsJJ6WQ9/xyEJohRjxR72p/hJxilONelEsWX3yPpdFwn3xO1iSOk="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }