. . . . "This query returns the FDO info for a given FDO identifier" . . . "Get FDO by ID" . . "prefix rdfs: \r\nprefix dct: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\n\r\nselect ?np ?label ?fdo ?creator ?date where {\r\n bind(if(strstarts(?_fdoid, \"https://\") || strstarts(?_fdoid, \"http://\"), iri(?_fdoid), iri(concat(\"https://hdl.handle.net/\", str(?_fdoid)))) as ?fdo)\r\n graph npa:graph {\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n ?np dct:created ?date .\r\n ?np npx:hasNanopubType .\r\n ?np npx:introduces ?fdo .\r\n optional { ?np rdfs:label ?label }\r\n optional { ?np npx:signedBy ?creator }\r\n }\r\n optional {\r\n graph npa:graph {\r\n ?np_first npa:hasSubIri ?fdo .\r\n bind(true as ?isSubIri)\r\n }\r\n }\r\n optional {\r\n filter(bound(?isSubIri))\r\n graph npa:graph {\r\n ?np_first npa:hasValidSignatureForPublicKey ?pubkey .\r\n }\r\n graph npa:networkGraph {\r\n ?np npx:supersedes* ?np_first .\r\n }\r\n bind(true as ?isValidSubIri)\r\n }\r\n bind(if(bound(?isSubIri) && ?isSubIri, bound(?isValidSubIri) && ?isValidSubIri, true) as ?valid)\r\n filter(?valid)\r\n} order by desc(?date)" . . "Tobias Kuhn" . "2025-06-06T12:41:11.568Z"^^ . . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "XU9npqacKdn8//bep0Rbs4D+1bYhw/2Aa6R9DQ+5AX0I420jAiXCCr+P7GujHLaIegZlCEs2vaQCF8RpSkP9StygQEIBwELYXpCvJ7LJNfCnTrsl5OAIcvgTg6eXrN3luWuVhbYn5kNBWAyX9ygtBh0981NZaf9HsvFFXFHBNVs=" . . .