@prefix this: <https://w3id.org/np/RAfqnkEbBGD9vnRWDOPVb4Z3MtDG2oMvjv_hGjcSnu80M> .
@prefix sub: <https://w3id.org/np/RAfqnkEbBGD9vnRWDOPVb4Z3MtDG2oMvjv_hGjcSnu80M/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<https://w3id.org/np/RAfqnkEbBGD9vnRWDOPVb4Z3MtDG2oMvjv_hGjcSnu80M> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dct:created "2026-08-17T06:40:00Z"^^xsd:dateTime;
  dct:creator orcid:0000-0002-1267-0234;
  dct:license <https://creativecommons.org/licenses/by/4.0/>;
  npx:supersedes <https://w3id.org/np/RAdK5KmqUZAbLUX2IF29UwZHVyZsBj0i8iSy4bzTZxCtI>;
  rdfs:label "Describing a piece of evidence";
  nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
  nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
    <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
  nt:wasCreatedFromTemplate <https://w3id.org/np/RA1XuAdO6LOtlPJgWiytJHFuK4BFHjQK5x7d9FVymzFnc> .

obo:ECO_0000000 rdfs:label "evidence" .

obo:ECO_0000006 rdfs:label "experimental evidence" .

obo:ECO_0000041 rdfs:label "similarity evidence" .

obo:ECO_0000212 rdfs:label "combinatorial evidence" .

obo:ECO_0000352 rdfs:label "evidence used in manual assertion" .

obo:ECO_0000361 rdfs:label "inferential evidence" .

obo:ECO_0000501 rdfs:label "evidence used in automatic assertion" .

obo:ECO_0006055 rdfs:label "high throughput evidence" .

obo:ECO_0006151 rdfs:label "documented statement evidence" .

obo:ECO_0007672 rdfs:label "computational evidence" .

dct:description rdfs:label "has as description" .

cito:isDocumentedBy rdfs:label "is documented by" .

rdf:type rdfs:label "is a" .

rdfs:label rdfs:label "has the title" .

prov:wasGeneratedBy rdfs:label "was generated by" .

sub:assertion a nt:AssertionTemplate;
  dct:description "Describes a piece of evidence: an empirical result that a study produced and that can be used to support (or dispute) a claim, such as a measurement, a classification, a statistical result, or the outcome of a computational analysis. Give the evidence a short identifier and a title, say which study generated it, and optionally describe it, pick a more specific kind of evidence from the Evidence and Conclusion Ontology (the nine top-level kinds are offered directly, and any of their subclasses can be found by typing), and point to the publication or dataset that documents it.";
  rdfs:label "Describing a piece of evidence";
  nt:hasNanopubLabelPattern "Evidence: ${title}";
  nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3, sub:st4, sub:st5;
  nt:hasTag "Science";
  nt:hasTargetNanopubType obo:ECO_0000000;
  prov:wasAttributedTo orcid:0000-0002-1267-0234 .

sub:description a nt:LongLiteralPlaceholder;
  rdfs:label "what was observed, measured or computed (optional)" .

sub:evidence a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder;
  rdfs:label "short name for the evidence, used as URI suffix" .

sub:kind a nt:GuidedChoicePlaceholder;
  rdfs:label "more specific kind of evidence (optional)";
  nt:possibleValue obo:ECO_0000006, obo:ECO_0000041, obo:ECO_0000212, obo:ECO_0000352,
    obo:ECO_0000361, obo:ECO_0000501, obo:ECO_0006055, obo:ECO_0006151, obo:ECO_0007672;
  nt:possibleValuesFromApi "https://www.ebi.ac.uk/ols/api/select?ontology=eco&allChildrenOf=http://purl.obolibrary.org/obo/ECO_0000000&q=" .

sub:source a nt:UriPlaceholder;
  rdfs:label "publication or dataset documenting it (optional)" .

sub:st0 rdf:object obo:ECO_0000000;
  rdf:predicate rdf:type;
  rdf:subject sub:evidence .

sub:st1 a nt:OptionalStatement, nt:RepeatableStatement;
  rdf:object sub:kind;
  rdf:predicate rdf:type;
  rdf:subject sub:evidence .

sub:st2 rdf:object sub:title;
  rdf:predicate rdfs:label;
  rdf:subject sub:evidence .

sub:st3 a nt:OptionalStatement;
  rdf:object sub:description;
  rdf:predicate dct:description;
  rdf:subject sub:evidence .

sub:st4 a nt:RepeatableStatement;
  rdf:object sub:study;
  rdf:predicate prov:wasGeneratedBy;
  rdf:subject sub:evidence .

sub:st5 a nt:OptionalStatement, nt:RepeatableStatement;
  rdf:object sub:source;
  rdf:predicate cito:isDocumentedBy;
  rdf:subject sub:evidence .

sub:study a nt:UriPlaceholder;
  rdfs:label "the study or activity that generated it" .

sub:title a nt:LiteralPlaceholder;
  rdfs:label "title of the evidence" .

orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
  npx:hasSignature "eUYqF8A6fya8rScD0rZ7W4a8ErH8J++rw+Vis77t9PVvKI+dpQbRP/LO/lAfrv7kmJA5p6+RFnDZJU/HS0svGXk2SFyPtJTUMtODlGvZ8gLexWtdFxDSp5EtyBb6wp1AgAhDlUDeR/J9f0+ZJtua/nSaW0NIaCf5KOINbIRBEyQ=";
  npx:hasSignatureTarget <https://w3id.org/np/RAfqnkEbBGD9vnRWDOPVb4Z3MtDG2oMvjv_hGjcSnu80M>;
  npx:signedBy orcid:0000-0002-1267-0234 .

