@prefix this: . @prefix sub: . @prefix np: . @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-nfdi-significant-persons a ; dct:description "Lists all significant persons (wd:P3342) for NFDI consortiums (wd:Q98270496), sorted by creation date (latest first)."; dct:license ; rdfs:label "Get significant persons for NFDI consortiums"; ; """prefix rdf: prefix dct: prefix np: prefix npa: prefix npx: prefix nt: prefix wd: select ?consortium ?consortium_label ?person ?date ?np (\"^\" as ?np_label) where { graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np np:hasAssertion ?a . ?np np:hasPublicationInfo ?pi . ?np dct:created ?date . } graph ?a { ?consortium a wd:Q98270496 ; wd:P3342 ?person . } optional { graph ?pi { ?consortium nt:hasLabelFromApi ?api_label . } bind(if(contains(?api_label, \" - \"), strbefore(?api_label, \" - \"), ?api_label) as ?consortium_label) } } order by desc(?date)""" . } 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-05-19T08:28:18Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-nfdi-significant-persons; rdfs:label "Get significant persons for NFDI consortiums"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "Bet18CQfZE0Md9tOgiqlrSzngBWt9aUzyGCSyL0kR4QwKrgugvfmQ5ymOHjZ0pTaq5uyvU80QJlUzdZxe+sRuTbIfqL3RFMrjMuyJMm+H0+HCVnFuDwX3vw5ylD/8KC7nI/hpse6dV+hoc5KjMKLCyO2BL4pan61kRacTKdf4Uo="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }