. . . . "Returns the basic information known about a piece of evidence or an argument as property/value rows: its kind, description, the study that generated it, the publication or dataset documenting it, who the statement is attributed to, and the source nanopublication it all comes from. 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 rdf: \nprefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix gen: \nprefix ff: \nprefix obo: \nprefix cito: \nprefix prov: \nprefix foaf: \n\nselect ?Property_noheader ?Property_label ?Value_multi_val_noheader ?Value_label_multi\n ?np ?target_np\nwhere {\n {\n select ?np (sample(?npT) as ?npTitle) ?kind ?kind_label ?description ?study ?study_label\n (group_concat(distinct str(?source); separator=\"\\n\") as ?documented_in_multi_iri)\n (group_concat(distinct str(?att); separator=\"\\n\") as ?att_vals)\n (group_concat(distinct ?attName; separator=\"\\n\") as ?att_labels)\n where {\n values ?_evidence_multi_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_multi_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_multi_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_multi_iri dct:description ?description } }\n optional {\n graph ?a { ?_evidence_multi_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_multi_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_multi_iri cito:isDocumentedBy ?source } }\n optional {\n graph ?prov { ?a prov:wasAttributedTo ?att }\n optional { graph ?pi { ?att foaf:name ?attName } }\n }\n optional { graph ?pi { ?np rdfs:label ?npT } }\n }\n group by ?kind ?kind_label ?description ?study ?study_label ?np\n }\n values (?key ?Property_noheader ?Property_label) {\n ('Kind' rdf:type 'Kind:')\n ('Desc' dct:description 'Description:')\n ('Study' prov:wasGeneratedBy 'Generated by:')\n ('Src' cito:isDocumentedBy 'Documented by:')\n ('Att' prov:wasAttributedTo 'Stated by:')\n ('Source' dct:source 'Source:')\n }\n bind(if(?key = 'Kind', str(?kind),\n if(?key = 'Desc', str(?description),\n if(?key = 'Study', str(?study),\n if(?key = 'Src', ?documented_in_multi_iri,\n if(?key = 'Att', ?att_vals, str(?np)))))) as ?rawVal)\n filter(bound(?rawVal) && ?rawVal != \"\")\n bind(?rawVal as ?Value_multi_val_noheader)\n bind(if(?key = 'Source', str(?np), ?nothing) as ?target_np)\n bind(if(?key = 'Kind', ?kind_label,\n if(?key = 'Study', ?study_label,\n if(?key = 'Att', ?att_labels,\n if(?key = 'Source', coalesce(?npTitle, \"\"), \"\")))) as ?Value_label_multi)\n}\norder by (if(?key = 'Kind', 1, if(?key = 'Desc', 2, if(?key = 'Study', 3, if(?key = 'Src', 4, if(?key = 'Att', 5, 6))))))" . . "Tobias Kuhn" . "2026-08-17T12:31:21Z"^^ . . . . . "Get basic information about a piece of evidence" . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "rMINCuXxCAnquAc5YxulyfREex9ZoSlwgyisrVUHvPEIQ8A8SII1L5Mojvh0RAxmTmefCwHkeqTvD5gM4ABj68S7KP80T1C/DJLleh90TWC3pJ+suh87alPIowFvdQWgDJZcF0l52AfqTM0hfe2zf4AZai0MpGPDR6lxJG+qtGs=" . . .