@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix obo: . @prefix foaf: . @prefix cito: . @prefix npx: . 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_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, 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:RestrictedChoicePlaceholder; rdfs:label "more specific kind of evidence (optional)"; nt:possibleValue obo:ECO_0000006, obo:ECO_0007672 . 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-17T05:30:00Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; 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 "R2e5wmER/lM+pVcwxf6aDLTgwypjlTJqxlW4XLdbaYmNDku8GcB+93owcQ7C+rk8qDzbXB9eDYW72zDHbPM6HEHVuUmEVGxqhUq4It9d8EOaNEBZIAXQbJ2/oHPs9MDQBTkxl3DUeo7xoYpSYYEwAl4bIM7UoKOPkIzX36tW2tc="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }