@prefix this: . @prefix sub: . @prefix np: . @prefix nt: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix cito: . @prefix dct: . @prefix rdf: . @prefix npx: . @prefix prov: . @prefix obo: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { 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 . 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" . } 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-17T06:40:00Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; rdfs:label "Describing 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 "eUYqF8A6fya8rScD0rZ7W4a8ErH8J++rw+Vis77t9PVvKI+dpQbRP/LO/lAfrv7kmJA5p6+RFnDZJU/HS0svGXk2SFyPtJTUMtODlGvZ8gLexWtdFxDSp5EtyBb6wp1AgAhDlUDeR/J9f0+ZJtua/nSaW0NIaCf5KOINbIRBEyQ="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }