. . . . "Returns the basic information known about a piece of evidence or an argument: its kind, description, the study that generated it, the publication or dataset documenting it, and who the statement is attributed to. Takes the most recent still-current nanopub about the evidence that was published by somebody holding a role in the project its study belongs to." . . . "Get basic information about a piece of evidence" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix gen: \nprefix ff: \nprefix obo: \nprefix cito: \nprefix prov: \nprefix foaf: \n\nselect ?kind ?kind_label ?description ?study ?study_label\n (group_concat(distinct str(?source); separator=\"\\n\") as ?documented_in_multi_iri)\n (group_concat(distinct ?attName; separator=\"\\n\") as ?stated_by_label_multi)\n ?np (\"^\" as ?np_label)\nwhere {\n values ?_evidence_iri {}\n # the most recent still-current nanopub about this evidence, published by somebody\n # holding a role in the project the evidence's study belongs to\n {\n select ?np where {\n values ?_evidence_iri {}\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKeyHash ?pk0 ; np:hasAssertion ?a0 ; np:hasPublicationInfo ?pi0 .\n filter not exists { ?inv0 npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pk0 . }\n filter not exists { ?sup0 npx:supersedes ?np . }\n }\n graph ?a0 { ?_evidence_iri a obo:ECO_0000000 ; prov:wasGeneratedBy ?study0 . }\n graph npa:graph { ?snp0 np:hasAssertion ?sa0 . filter not exists { ?ssup0 npx:supersedes ?snp0 . } }\n graph ?sa0 { ?study0 a obo:OBI_0000066 ; dct:isPartOf ?project0 . }\n graph npa:graph { ?mnp0 np:hasAssertion ?ma0 . filter not exists { ?msup0 npx:supersedes ?mnp0 . } }\n graph ?ma0 {\n ?project0 ?mrel0 ?member0 .\n values ?mrel0 { gen:hasAdmin gen:hasProjectLead ff:has-principal-investigator ff:has-participant ff:has-data-steward }\n }\n graph ?pi0 { ?np dct:creator ?member0 ; dct:created ?created . }\n } order by desc(?created) limit 1\n }\n graph npa:graph { ?np np:hasAssertion ?a ; np:hasPublicationInfo ?pi ; np:hasProvenance ?prov . }\n optional { graph ?a { ?_evidence_iri dct:description ?description } }\n optional {\n graph ?a { ?_evidence_iri a ?kind }\n filter(?kind != obo:ECO_0000000)\n optional { graph ?pi { ?kind rdfs:label ?kind_label } }\n }\n optional {\n graph ?a { ?_evidence_iri prov:wasGeneratedBy ?study }\n optional {\n graph npa:graph { ?snp np:hasAssertion ?sa . filter not exists { ?ssup npx:supersedes ?snp . } }\n graph ?sa { ?study a obo:OBI_0000066 ; rdfs:label ?study_label . }\n }\n }\n optional { graph ?a { ?_evidence_iri cito:isDocumentedBy ?source } }\n optional {\n graph ?prov { ?a prov:wasAttributedTo ?att }\n optional { graph ?pi { ?att foaf:name ?attName } }\n }\n}\ngroup by ?kind ?kind_label ?description ?study ?study_label ?np" . . "Tobias Kuhn" . "2026-08-17T11:44:53Z"^^ . . . . "Get basic information about a piece of evidence" . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "Bq/er1DkQ897FPbHMN3geXjCF8D/FauGYT75YUd0/iqclVZ6tAIGK6Yw8K0NIPGZfvuYAFP722t/baJmKv+P6yRXkUQEYtqZAS0b2L7FzKeIKqxhSuQvXX3H1dQVzbEaKWeY5usK1lkvjKyT+Hey9QUvH2y6CCKZ/0zCp4A5+BI=" . . .