@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-evidence-info a grlc:grlc-query; dct:description "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."; dct:license ; npx:supersedes ; rdfs:label "Get basic information about a piece of evidence"; grlc:endpoint ; grlc:sparql """prefix rdfs: prefix dct: prefix np: prefix npa: prefix npx: prefix gen: prefix ff: prefix obo: prefix cito: prefix prov: prefix foaf: select ?kind ?kind_label ?description ?study ?study_label (group_concat(distinct str(?source); separator=\"\\n\") as ?documented_in_multi_iri) (group_concat(distinct ?attName; separator=\"\\n\") as ?stated_by_label_multi) ?np (\"^\" as ?np_label) where { values ?_evidence_multi_iri {} # the most recent still-current nanopub about this evidence, published by somebody # holding a role in the project the evidence's study belongs to { select ?np where { values ?_evidence_multi_iri {} graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?pk0 ; np:hasAssertion ?a0 ; np:hasPublicationInfo ?pi0 . filter not exists { ?inv0 npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pk0 . } filter not exists { ?sup0 npx:supersedes ?np . } } graph ?a0 { ?_evidence_multi_iri a obo:ECO_0000000 ; prov:wasGeneratedBy ?study0 . } graph npa:graph { ?snp0 np:hasAssertion ?sa0 . filter not exists { ?ssup0 npx:supersedes ?snp0 . } } graph ?sa0 { ?study0 a obo:OBI_0000066 ; dct:isPartOf ?project0 . } graph npa:graph { ?mnp0 np:hasAssertion ?ma0 . filter not exists { ?msup0 npx:supersedes ?mnp0 . } } graph ?ma0 { ?project0 ?mrel0 ?member0 . values ?mrel0 { gen:hasAdmin gen:hasProjectLead ff:has-principal-investigator ff:has-participant ff:has-data-steward } } graph ?pi0 { ?np dct:creator ?member0 ; dct:created ?created . } } order by desc(?created) limit 1 } graph npa:graph { ?np np:hasAssertion ?a ; np:hasPublicationInfo ?pi ; np:hasProvenance ?prov . } optional { graph ?a { ?_evidence_multi_iri dct:description ?description } } optional { graph ?a { ?_evidence_multi_iri a ?kind } filter(?kind != obo:ECO_0000000) optional { graph ?pi { ?kind rdfs:label ?kind_label } } } optional { graph ?a { ?_evidence_multi_iri prov:wasGeneratedBy ?study } optional { graph npa:graph { ?snp np:hasAssertion ?sa . filter not exists { ?ssup npx:supersedes ?snp . } } graph ?sa { ?study a obo:OBI_0000066 ; rdfs:label ?study_label . } } } optional { graph ?a { ?_evidence_multi_iri cito:isDocumentedBy ?source } } optional { graph ?prov { ?a prov:wasAttributedTo ?att } optional { graph ?pi { ?att foaf:name ?attName } } } } group by ?kind ?kind_label ?description ?study ?study_label ?np""" . } 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-17T11:47:00Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-evidence-info; npx:supersedes ; rdfs:label "Get basic information about a piece of evidence"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "jG7M/8o4EbTP8FLIpu8SpbriYKFZ6QnSp+90wQul2IbtU69l4HNouq/86GAYQx9gkPrq1UewdjBFuu3eDurrqj9ss/QyeU32tLxHl9pBAdz54UGEJGKvbwIc90udKviIoMXzF4xeOvvBA1kbzk8G+ypb/bsPeEs4Rv4nJya71uU="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }